Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deselectAnnotation and annotationsPopUpEnabled #418

Merged
merged 7 commits into from
Sep 21, 2016

Conversation

dapetcu21
Copy link
Collaborator

Rebase of #386. Will test tomorrow to see if everything's ok, then merge.

BOOL _attributionButton;
BOOL _logo;
BOOL _compass;
UIEdgeInsets _contentInset;
MGLAnnotationVerticalAlignment _userLocationVerticalAlignment;

BOOL _annotationsPopUpEnabled;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make this a property so you don't need to implement the setter yourself.

_selectedAnnotation = nil;
return;
}
_selectedAnnotation = annotation;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MGLMapView has a selectedAnnotations property for this.

@dapetcu21
Copy link
Collaborator Author

Tested this is working on iOS and Android. Merging.

@dapetcu21 dapetcu21 merged commit cdd8039 into nitaliano:master Sep 21, 2016
@ericpalakovichcarr
Copy link

Thank you so much, @dapetcu21. Any idea when this package will get updated in the npm registry?

@dapetcu21
Copy link
Collaborator Author

dapetcu21 commented Sep 21, 2016

@bsudekum should have access to npm. Meanwhile you can npm install --save mapbox/react-native-mapbox-gl

irvingchenn pushed a commit to studyroz/react-native-mapbox-gl that referenced this pull request Jun 9, 2020
…ltilesource

Fix missing rctmgltilesource
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants