Check if a Lat/Long point is on the GRoute
Posted
by Pavel
on Stack Overflow
See other posts from Stack Overflow
or by Pavel
Published on 2010-05-21T13:48:23Z
Indexed on
2010/05/21
13:50 UTC
Read the original article
Hit count: 389
google-maps
I'm ploting a route between two points and I need to check if the route goes through a predefiend location. In the api, each GStep has a start and end points but the path doesn't have to be straight. Given a Lat/Long point, is there a way to check if it intersects with a route?
-- Pavel
© Stack Overflow or respective owner