Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

implement pulse effect on annotations #3039

Closed
odedharth opened this issue Nov 15, 2015 · 1 comment
Closed

implement pulse effect on annotations #3039

odedharth opened this issue Nov 15, 2015 · 1 comment
Labels
iOS Mapbox Maps SDK for iOS

Comments

@odedharth
Copy link

Is there a way to implement a pulse effect on annotations in mapbox?

(something like this https://github.com/TransitApp/SVPulsingAnnotationView)

thanks

@friedbunny friedbunny added iOS Mapbox Maps SDK for iOS feature request labels Nov 16, 2015
@friedbunny
Copy link
Contributor

Except for the user location dot and the callout view, all annotations are drawn at the GL level and aren't readily accessible for these types of effects. The user dot currently does what you're asking, but drawing it on screen relies on hardcoded updates in MGLMapView.

Implementing arbitrary native views is covered in #1784.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
iOS Mapbox Maps SDK for iOS
Projects
None yet
Development

No branches or pull requests

2 participants