S samperizal Active Member Licensed User Longtime User Mar 7, 2021 #1 Greetings. It is possible to obtain the coordinates of the rectangle shown with the googlempaextra library. Thanks
Greetings. It is possible to obtain the coordinates of the rectangle shown with the googlempaextra library. Thanks
roumei Active Member Licensed User Mar 7, 2021 #2 B4X: Private MapExtra As GoogleMapsExtras Private gmap As GoogleMap Dim LatLngB As LatLngBounds LatLngB = MapExtra.GetProjection(gmap).GetVisibleRegion.LatLngBounds Upvote 0
B4X: Private MapExtra As GoogleMapsExtras Private gmap As GoogleMap Dim LatLngB As LatLngBounds LatLngB = MapExtra.GetProjection(gmap).GetVisibleRegion.LatLngBounds