then we create a sub that is directed to from the javascript in the webview called "MapViewer_MarkerChanged" this has the coordinates of the dropped marker (once again 'MapViewer_MarkerChanged' was the code I used you can use anything once it all matches)
B4X:
Sub MapViewer_MarkerChanged(Lat As String, Lng As String)
Log(Lat & "," & Lng)
End Sub
You can also add 'Dragstart' and 'drag' listeners if you want to get the start marker position and the moving marker position.
That works great! Thanks so much for your help.
Only problem now is that I find it really hard to grab the little markers with my big fat finger. Is there any way to increase the "contact" size of the marker to make them easier to grab?
I can't seem to get Klaus's mapview to work on the AVD with API Level 10 running. The program just exits. All the other API levels seem to run it without any problems. Does anyone know if that is a problem with actual devices as well or is it just a AVD problem?