Hi
I saw below code in stackoverflow
That allow developer to check special location in special zone or bounds
How do i can use it in B4a?
Thanks
I saw below code in stackoverflow
B4X:
private LatLngBounds NewDelhi = new LatLngBounds(your special area SE LatLng , NE LatLng );
if(NewDelhi.contains(your location LatLng))
//Do something
That allow developer to check special location in special zone or bounds
How do i can use it in B4a?
Thanks