We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Google Maps Android API v2 does not provide that feature. Thus, I can't implement it. Sorry.
Sorry, something went wrong.
Implement #196
51d26b4
This code works on version 1.2.5.
map.addMarker({ icon: '#FFFF00', position: new plugin.google.maps.LatLng(0, 0) });
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: