Dear Sir,

I want to access/extract all the possible markers of any particular
City/Location in India by using any Google Maps APIs (Public/Premier).
Please let me know whether it is possible or not. If possible please
ensure me some guidelines.

For example:

City Name: Xyz
Now what I intend to do is to capture and extract all the markers such
as schools/shops/multiplexes/hospitals etc which are linked/located to
that city (Xyz).

Thank you!!!

Regards,
Alekhya Datta.

On Nov 22, 6:56 pm, Rossko <ros...@culzean.clara.co.uk> wrote:
> > I would like to know whether it is possible to extract all
> > addresses/LatLng in the polygon (for India) by using Google API
> > Premier.
>
> Nope.
>
> Please read the preceeding answers.
>
> There are an infinite number of lat/long in any polygon, so you can't
> get those in a single lifetime.
> You can calculate lat/longs at intervals inside the polygon.  The
> closer the intervals, the more calculation to do.
> You could then reverse geocode the lat/longs to get addresses.  You
> might miss some, if the geocoder doesn't know them (all geocoders are
> imperfect).  You'd need some logic to detect duplicated "hits".  It
> will probably take a long time ; geocoders usually have rate and
> volume query limits.  You might set up your own database and search
> that ; then you won't be constrained by limits and you can limit the
> data to be searched to a smaller subset that you are interested in.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api...@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to