1. Make sure that Google Maps Go is the only Maps app installed on your device.
If there are other maps apps installed, select Google Maps go when prompted.
2. Add following code
B4X:
Dim MapIntent As Intent
Dim uri As String = $"geo:${latitude},${longitude}?q=${address}"$
uri=su.DecodeUrl(uri, "UTF8")
MapIntent.Initialize(MapIntent.ACTION_VIEW, uri)
StartActivity(MapIntent)
1. Make sure that Google Maps Go is the only Maps app installed on your device.
If there are other maps apps installed, select Google Maps go when prompted.
2. Add following code
B4X:
Dim MapIntent As Intent
Dim uri As String = $"geo:${latitude},${longitude}?q=${address}"$
uri=su.DecodeUrl(uri, "UTF8")
MapIntent.Initialize(MapIntent.ACTION_VIEW, uri)
StartActivity(MapIntent)