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

Expose marker alpha option #5279

Closed
cammace opened this issue Jun 7, 2016 · 2 comments
Closed

Expose marker alpha option #5279

cammace opened this issue Jun 7, 2016 · 2 comments
Labels
Android Mapbox Maps SDK for Android feature

Comments

@cammace
Copy link
Contributor

cammace commented Jun 7, 2016

Looks like we give the option to set the marker alpha when creating a view adapter but don't expose the API in MarkerViewOptions().

Should look something like this:

MarkerViewOptions marker = new MarkerViewOptions()
                        .position(new LatLng(-33.85699436, 151.21510684))
                        .alpha(0.5f);

@tobrun @bleege @zugaldia @ivovandongen

@cammace cammace added feature Android Mapbox Maps SDK for Android labels Jun 7, 2016
@tobrun
Copy link
Member

tobrun commented Jun 8, 2016

Great catch @cammace!

@tobrun
Copy link
Member

tobrun commented Jun 21, 2016

This landed in 7942ce9 in the android-v4.1.0 release branch. Closing

@tobrun tobrun closed this as completed Jun 21, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants