There is requirement in application which states that find out all the objects that are bounded to specific country and/or city into the google map.
We have objects with respective latitude and longitude precalucated using google map api and stored in database. Some times these objects are provides service withing certain service range/radius within which they can provide their services.
For e.g. now the situation is like i wanna to find out all the objects which resides in Amsterdam for instance.
The application should find out all the objects that are located in Amsterdam, also the objects which are not exactly located in Amsterdam but nearby, having service range up to Amsterdam.
So i have known latitude, longitude values for Amsterdam returned by google map, also the objects having respective lat,lng value and service range/radius stored in database. How can i make it possible?