Hi All,
I am trying to find the screen XY of a Google map. In B4A I use the GoogleMapExtras library functions:
The only problem is that there is no JGoogleMapExtras.
As always, any help much appreciated.
Regard Roger
I am trying to find the screen XY of a Google map. In B4A I use the GoogleMapExtras library functions:
B4X:
Projection1 = GoogleMapsExtras1.GetProjection(gmap)
ScreenPosition = Projection1.toScreenLocation(MarkerLocation)
BTSX = ScreenPosition.X
BTSY = ScreenPosition.Y
The only problem is that there is no JGoogleMapExtras.
As always, any help much appreciated.
Regard Roger