I want to manipulate zoomLvL and the zoomCoordinates of mapObjects(mapAreas).
with
map.zoomToLongLat(areaZoomLvL + offset, areaLong + offset, areaLat+ offset)
I can zoom to a specific location.
I'm fine with the lat/long. I can get them with
map.getAreaCenterLongitude(mapObject)
and
map.getAreaCenterLatitude(mapObject)
But I couldn't figure out how to get the standard zoomLvL of an area.
Is there a way to get the standard zoomLvL of an area or to manipulate the standard zoom behavior?
I want to manipulate zoomLvL and the zoomCoordinates of mapObjects(mapAreas).
with
map.zoomToLongLat(areaZoomLvL + offset, areaLong + offset, areaLat+ offset)I can zoom to a specific location.
I'm fine with the lat/long. I can get them with
map.getAreaCenterLongitude(mapObject)and
map.getAreaCenterLatitude(mapObject)But I couldn't figure out how to get the standard zoomLvL of an area.
Is there a way to get the standard zoomLvL of an area or to manipulate the standard zoom behavior?