I need to capture the Lat & Long of a large number of locations. The process will begin with a textual search rather like the one the Google Maps website facilitates. I thought perhaps then I could parse the Lat & Long from the returned URL as an easy solution.
Trying this within a B4J WebView I draw a blank. The map loads OK with my default home location and it pans/scans & zooms as expected. So far so good... However the search facility does not work and I can't see how to handle a click event on the map to return the URL that has the position embedded within.
Can this be done easily using a WebView or should I move directly to using the Google Maps API?
Trying this within a B4J WebView I draw a blank. The map loads OK with my default home location and it pans/scans & zooms as expected. So far so good... However the search facility does not work and I can't see how to handle a click event on the map to return the URL that has the position embedded within.
Can this be done easily using a WebView or should I move directly to using the Google Maps API?