I have some co-ordinates and I want to check if these co-ordinates happens to be inside google map bounds (north-east and South-west).
Example:
Available Lat: 40.712776
Available Long: -74.005974
I want to know If above co-ordinate is within below Boundaries:
> bounds_north_east[lat] 28.63713261089665
> bounds_north_east[lng] 77.22579752272338
> bounds_south_west[lat] 28.619767323553265
> bounds_south_west[lng] 77.18275343245239
I want to achieve this using PHP script only.