Check bound latlng in special bound |
Hi
I have specified bound(west,north-east-south) that need to check latlng in this bound My code is: PHP Code: function inBounds($pointLat, $pointLong, $boundsNElat, $boundsNElong, $boundsSWlat, $boundsSWlong) { But this code can only check latlng in north and south bound and not check from west to east Do you can help me? I think i found it https://stackoverflow.com/questions/5065...olygon-php Is it? |
Messages In This Thread |
Check bound latlng in special bound - by omid_student - 02-03-2020, 12:50 AM
|