Make the color of the MyLocationNewOverlay circle changable
See original GitHub issueIssue Type
- Improvement
Description and/or steps/code to reproduce the problem
The field mCirclePaint
of MyLocationNewOverlay is protected and hardcoded to #6464ff
, it would be nice if the color would be customizable, though.
6.1.6
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
How to change the color of circle radius on google maps
I have already checked google maps api docs but still don't know how to do it. This is my code: const MyMapComponent =...
Read more >Google Maps Overlays - W3Schools
Overlays are objects on the map that are bound to latitude/longitude ... Series of straight lines on a map, and the shape is...
Read more >Circles | Maps JavaScript API - Google Developers
This example creates circles on the map, representing populations in North ... First, create an object containing LatLng and population for each city....
Read more >How to draw a "circle grid" with editable colours and ...
Use the Ellipse Tool (L). Draw a circle on the page. Select the circle with the Selection Tool (V) (The black arrow). Go...
Read more >How to crop a photo into a circle in Photoshop - Adobe
1. Open your image in Photoshop. 2. Convert your background image into an editable layer by double-clicking your Background in the Layers panel,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@nycex Well, thanks for the suggestion. I’ll code it within a month - as you already have a workaround I guess it’s ok with you.
Yeah I think that would be the best way. For my usecase, I wouldn’t really need that, since I want the same color for the fill as for the border, but if an API for this is already being created, why not add that ability.