Read properties of map

At the moment, we are able to set the map center and zoom level using setCenter and setRegion. The user is able to change these by interacting directly with the map and we unfortunately have no way to find out what has been done to the map.

It would be very useful to be able to read these properties from the map object, e.g. by having getCenter and getRegion properties. [import]uid: 29384 topic_id: 14662 reply_id: 314662[/import]

I know this is a bit old but did you get any solution to this? [import]uid: 39505 topic_id: 14662 reply_id: 79054[/import]

Having a quick look at the API docs, it doesn’t look like there has been any change.

My “solution” to this was to write my own code to display a map and zoom / pan around it. Really not something I wanted to do but I had to… [import]uid: 29384 topic_id: 14662 reply_id: 79253[/import]