LMGeocoder icon indicating copy to clipboard operation
LMGeocoder copied to clipboard

Simple wrapper for geocoding and reverse geocoding, using both Google Geocoding API and Apple iOS Geocoding Framework.

Results 6 LMGeocoder issues
Sort by recently updated
recently updated
newest added

Hello I found some missing code parts. 1. on line 109 of LMGeocoder.m file replace [self parseGeocodingResponseResults:placemarks service:kLMGeocoderAppleService]; to NSArray *finalResults = [self parseGeocodingResponseResults:placemarks service:kLMGeocoderAppleService]; if (handler) { handler(finalResults, nil);...

this new property was returned by google when geocoded phrase "Westminster Abbey London England".

I installed using LMGeoCoder and gives me error duplicate declaration on each n every property and class. I have recheck my complete code and there is not duplicate existence of...

Hello, I am using your library but getting _subLocality null. Can you please check for the same. I am using the below coordinate. (CLLocationCoordinate2D) coordinate = (latitude = 23.010400000000001, longitude...