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

Expose the API to create different colored Markers #196

Closed
sunsus opened this issue Sep 22, 2014 · 2 comments
Closed

Expose the API to create different colored Markers #196

sunsus opened this issue Sep 22, 2014 · 2 comments

Comments

@sunsus
Copy link

sunsus commented Sep 22, 2014

It would be nice to expose the api to create different colored Marker.
https://developers.google.com/maps/documentation/ios/marker#change_the_default_marker_color

regards

Patrick

@wf9a5m75
Copy link
Member

Google Maps Android API v2 does not provide that feature.
Thus, I can't implement it.
Sorry.

@wf9a5m75
Copy link
Member

This code works on version 1.2.5.

  map.addMarker({
    icon: '#FFFF00',
    position: new plugin.google.maps.LatLng(0, 0)
  });

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

No branches or pull requests

2 participants