iPhone: Turning latitude/longitude into "major cross-streets"
Posted
by Gloria
on Stack Overflow
See other posts from Stack Overflow
or by Gloria
Published on 2010-04-21T04:11:05Z
Indexed on
2010/04/21
4:13 UTC
Read the original article
Hit count: 317
Using the MKReverseGeocoder or GoogleAPI or MapKit...
Is there a simple way to turn a latitude/longitude into "nearest major cross-streets"?
A user might not have any idea where "12345 Pineapple" is located... so I want to show something like "Pineapple and Main"... or (larger, major roads) like "US-140 and Hwy 76".
I don't really care what "major" is defined as... perhaps any road with higher speed limits... or more than 3 lanes... etc.
I don't really care what "close by" is defines as... perhaps within 0-10 miles... or just "closest found".
© Stack Overflow or respective owner