I want to catch the user click on a shape and have the ability to change the color of that shape to show that it is selected. Currently, the OnShapeClick event does not expose such an option.
Please allow changing the shape color in the OnShapeClick event.
The event would fire when the map zoom level has changed.
===
ADMIN EDIT: The new zoom level should be accessible in the event handler.
I need to allow users to position a map marker on the map. As such, I need them to be able to drag the marker and/or map but I don't see any drag events documented.
How do I support user marker positioning with interactions like a drag, drop, click, etc.?
Here is our scenario. The use case is for servicing automobile breakdowns. We use the browser to guess the user's location but it may not be correct, either by a little or a lot:
We expect users to be on small format devices for this, and precise location data is critical (e.g. on the freeway or a road going under the freeway).