Hi, I am using the 'Embedded map view (beta), and I am trying to use the Component::onPress event.
When a user clicks on the embedded map, I would like to read the new GPS coordinates directly off the map. Is that possible at all? I just seem get an empty object.Tested this with the iPhone and Android.
Interestingly, it seems to work okay for the Component::onMarkerPress event from the map view component. There I do get the coordinates (for both iPhone/Android).
Also, it would be great to be able to dynamically update the embedded map initial map region/makers (so they do not need to be assigned at page-mount time, as that limits the functionality and the user needs to open a child screen to view the new map coordinates, makes it an awkward user experience).
Any help greatly appreciated, thank you.