Is it possible, using native.newMapView() (or any other way), to make it possible for the app user to select a specific point on a google map?
The only way I can think of is to center/zoom a newMapView (not covering the entire screen) and then have a [select] button on the outside. When the user taps this button I register the center of the displayed map as the specific point. But as the newMapView is a native object I cannot draw a crosshairs on the top of it, making this clumsy.
Therefore I’d like to be able to tap on the map to select a specific point.