Skip to content

Removing map single pins does not work #12

@seanislegend

Description

@seanislegend

Removing single map pins is not working in my implementation. I managed to track this down to this line:
if (pin.title == pinTitle)
https://github.com/victorzimmer/MapKit/blob/master/src/ios/MapKit.m#L818

I fixed this by replacing the line with this comparison:
if ([pin.title isEqualToString:pinTitle])

I did not want to fork/pull as I have some custom code in my own fork that I don't think you will want in here, but I thought I would provide my solution in case someone else came across this error.

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