On Oct 6, 1:26 pm, Bucker <[email protected]> wrote:
> Hi
>
> I've got a list of properties 100 which all are geocoded.
>
> I want to be able to draw a circle (radius) say 10 miles from one of
> the properties and list all the other properties which fall in this
> circle.
>
> Could someone offer some insight on how this would be accomplished.

You could use the API to draw a GPolygon which is a circle 10 miles
in radius, then use the epoly .Contains method to determine which are
contained in the polygon.

You probably could do it server side in your database as well if it
support GIS extensions or just use the haversine formula to calculate
distances.

  -- Larry


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to