Hi
I am try to understand Googlemaps
When I try to show 64.141822,-21.920793 in android
it show the please 75m away
in the photo
A = is what google map show me
B = is the what I want to see
can I fix this someway or is this just how Google maps works
Regards
Sigster
I am try to understand Googlemaps
When I try to show 64.141822,-21.920793 in android
it show the please 75m away
in the photo
A = is what google map show me
B = is the what I want to see
can I fix this someway or is this just how Google maps works
B4X:
Dim Intent1 As Intent
lat = lblLat.Text
lon = lblLon.Text
URI= "geo:" & lat & "," & lon & "?q=" & lat & "," & lon
Intent1.Initialize(Intent1.ACTION_VIEW,URI)
Intent1.SetComponent("googlemaps")
StartActivity(Intent1)
Regards
Sigster
Attachments
Last edited: