Android Question Google map

RUNO

Active Member
Licensed User
Longtime User
If I want to specify a region on Google Maps so that the application does not allow registration for a customer outside the delivery area, how ?
 

DonManfred

Expert
Licensed User
Longtime User
You can use latlonbuilder (don´t remember its correct name) from GoogleMapsExtras and build a region.
There are also methods to check if a specific location is inside a region.

Get the device location using GPS and then you can check if the location is inside the bounds.
 
Upvote 0
Top