Finding whether two geo-coordinates lie on the same road
- by Amarsh
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