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

How to set z-index to a marker in a Android App? #6083

Closed
zhangkaiyue0701 opened this issue Aug 19, 2016 · 3 comments
Closed

How to set z-index to a marker in a Android App? #6083

zhangkaiyue0701 opened this issue Aug 19, 2016 · 3 comments
Labels
Android Mapbox Maps SDK for Android support

Comments

@zhangkaiyue0701
Copy link

How to set z-index to a marker? And how to draw a circle on the mapview?

@friedbunny friedbunny added Android Mapbox Maps SDK for Android support labels Aug 19, 2016
tobrun added a commit that referenced this issue Aug 19, 2016
@tobrun
Copy link
Member

tobrun commented Aug 19, 2016

Re. Z-index marker

Can you clarify which type of marker you are using? Marker extending from Marker of MarkerView?

Re. Circle

we currently don't expose a addCircle method directly on MapboxMap but we support adding circles through runtime styling. I made an example for this in #8086. The feature request to add this as a separate feature is tracked in #2167 .

@zhangkaiyue0701
Copy link
Author

Marker extends from Annotation.

tobrun added a commit that referenced this issue Aug 24, 2016
tobrun added a commit that referenced this issue Aug 29, 2016
* add method addMarkerViews with only one invalidate

* [android] #6083 - add circle example
@jfirebaugh
Copy link
Contributor

#1728 is the issue that tracks a z-index API for annotations.

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

No branches or pull requests

4 participants