0
I have a coordinate (lat and Lon) and also a bounding box (minlon, minlat, maxlon, maxlat) and I have to find out if a certain coordinate is within the area. So far I did not find how I do, I searched the Google Maps API documentations and found nothing related.
Your bounding box is an object of the type
LatLngBounds
??– fernandosavio