Finding whether two geo-coordinates lie on the same road

Posted by Amarsh on Stack Overflow See other posts from Stack Overflow or by Amarsh
Published on 2010-04-08T03:57:04Z Indexed on 2010/04/08 4:03 UTC
Read the original article Hit count: 370

Hi there, Given two geo-coordinates in (latitude,longitude) format, is it possible to find out if they lie on the same road? I want to do this programatically not visually. I can perhaps extract addresses and compare the street name, but since streets can change names over a long distance, this solution doesnt sem to work :( Cheers Amarsh

© Stack Overflow or respective owner

Related posts about geolocation

Related posts about reverse-geocoding