Reverse geocode without using MKReverseGeocoder

Posted by SpH1nX on Stack Overflow See other posts from Stack Overflow or by SpH1nX
Published on 2010-02-16T10:02:07Z Indexed on 2010/04/21 12:33 UTC
Read the original article Hit count: 575

Hi guys, I'm trying to detect current user address using MKReverseGeocoder passing coordinates obtained via CLLocation class. Reading MKReverseGeocoder Class Reference I noticed that

The Google terms of service require that the reverse geocoding service be used in conjunction with a Google map; take this into account when designing your application's user interface.

so I'm wondering if (and eventually how) can I reverse geocode user current location on iPhone OS SDK 3.1.3. I thought using Google Maps API but the EULA has the same obligation. Yahoo Maps API is even worse and Microsoft one aren't free.

© Stack Overflow or respective owner

Related posts about iphone-sdk-3.0

Related posts about core-location