Skip to content

There are some missed code parts on LMGeocoder.m file. #23

@mobiledevgiant

Description

@mobiledevgiant

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);
    }

  2. on line 207 of LMGeocoder.m file
    replace
    [self parseGeocodingResponseResults:placemarks service:kLMGeocoderAppleService];
    to
    NSArray *finalResults = [self parseGeocodingResponseResults:placemarks service:kLMGeocoderAppleService];
    if (handler) {
    handler(finalResults, nil);
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions