Skip to content
Ilho Ahn edited this page Nov 19, 2013 · 2 revisions

##Summary MKMapKit assistance. Now, It support convert between 2D coordinate and address by GoogleAPI.

  • Convert bettwen 2D Coordinate and address

##Convert bettwen 2D Coordinate and address

####+ (NSString ) getAddressFromCoordinate:(CLLocationCoordinate2D) location andLang:(NSString) lang

Address from CLLocationCoordinate2D by GoogleMapAPI. lang is display language -> ex 'ko'

####+ (NSDictionary ) getCoordinateFromAddress:(NSString) address

Dictionary have key and values about(CLLocationCoordinate2D) from address by GoogleMapAPI.

Version

Version 0.0.1 Build 61 Release 1