Determining a location's side of the road position with MapKit

Posted by idStar on Stack Overflow See other posts from Stack Overflow or by idStar
Published on 2013-11-01T20:07:53Z Indexed on 2013/11/04 15:54 UTC
Read the original article Hit count: 215

Filed under:
|
|

Is there a way to use MapKit in iOS7 to not only get geocoding for an address, but determine what side of the road it is on?

I'm not trying to build a full function navigation app, but similar to navigation apps that tell you things like "Your destination is in 100 feet on the right", I'd like to be able to obtain this information.

Does MapKit give one a way to do this? Do I need to adopt routing privileges to access such, or is this just not available in the SDK period?

If not available in the iOS7 SDK, knowing what options exist as services, would be a helpful pointer.

© Stack Overflow or respective owner

Related posts about ios7

Related posts about mapkit