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

[Mapbox] Handle long press and detect annotations #45

Open
afomich opened this issue Feb 20, 2018 · 0 comments
Open

[Mapbox] Handle long press and detect annotations #45

afomich opened this issue Feb 20, 2018 · 0 comments

Comments

@afomich
Copy link

afomich commented Feb 20, 2018

Hello! Is there a way to detect nearest annotations around user's tap? In original sdk we have this method:

CGPoint spot = [self.lastTap locationInView:self];
NSArray* features = [self visibleFeaturesAtPoint:spot];

Maybe something similar possible in a clusterkit? (I need show a "more menu" when user long-tap on a some annotationView)

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

No branches or pull requests

1 participant