Hi,
I'm passing the url to a webview...as follows.
I'm picking up the lat/long from the satellite no problem. The google maps page loads, but doesn't actually bring up the location.
I tried that in a desktop browser, and it seems to be fine...
I'm passing the url to a webview...as follows.
WebViewmap.LoadUrl("https://maps.google.com/maps/"& "@" & lat & "," & lon)
I'm picking up the lat/long from the satellite no problem. The google maps page loads, but doesn't actually bring up the location.
I tried that in a desktop browser, and it seems to be fine...