Android Question Coordinates of the visible map with googlempasextra

samperizal

Active Member
Licensed User
Longtime User
Greetings. It is possible to obtain the coordinates of the rectangle shown with the googlempaextra library. Thanks
 

roumei

Active Member
Licensed User
B4X:
Private MapExtra As GoogleMapsExtras
Private gmap As GoogleMap

Dim LatLngB As LatLngBounds
LatLngB = MapExtra.GetProjection(gmap).GetVisibleRegion.LatLngBounds
 
Upvote 0
Top