Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialGonzalo Blasco
11,927 PointsGoogle Maps: Changing Default Markers Color - URGENT!!!
Please, I need to know how to change the default color of the markers inside a Google Map.
I have right now a map with the location of the different stores display on it. I'm trying to get a pink color in each marker, without losing the number display in it.
Anybody can help to make it possible?... :)
1 Answer
Kristopher Van Sant
Courses Plus Student 18,830 PointsHi Gonzalo, here's a few links to Google's docs as well as some Stack Overflow posts. These should help you find your answer. :)
https://developers.google.com/maps/documentation/android-api/marker#customize_the_marker_color
https://sites.google.com/site/gmapsdevelopment/
http://stackoverflow.com/questions/11064081/javascript-change-google-map-marker-color
http://stackoverflow.com/questions/32651238/how-to-change-marker-color-google-maps
Gonzalo Blasco
11,927 PointsGonzalo Blasco
11,927 PointsThanks, Kristopher Van Sant, it was very helpfull. It's done.