> Is it possible, to get all the cities/villages which lie in one
> direction?

Not using the Google API.
You'd have to think about what you really want.  Presumably places
that are _close_ to the given direction, rather than exactly on some
very thin line.    You might say, places with their centres within X
km of the line.  Or, places whose boundaries are intesected by the
line.  Or, define an angle either side of your direction, and look for
places with their centres (or boundaries) within that angle.   And
probably also within some limiting distance, since extending the angle
infinitely would wrap around the earth and eventually include every
place on the planet.

The more closely you can define what you want, the more likely to be
able to develop some solution yourself.

> Or a lot off GPS-coordinate?

Don't know what that means.  There would be an infinite number of
coordinates on any given line.

-- 
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 [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-js-api-v3?hl=en.

Reply via email to