6

Is there a handy guide similar to this one for the newer Google markers that reside in the directory http://maps.gstatic.com/mapfiles/markers2/ ?

So far I have been able to find these:

For my particular application I'd like to find the green marker with a black dot, but so far no luck. Anyone else find other icons from this directory?

Kirkman14
  • 1,506
  • 4
  • 16
  • 30
  • One point about all these - they are available over https which the old ones (from labs.google.com etc) aren't – CalvT May 11 '15 at 16:58

4 Answers4

7

Concept221 has taken care of rolling the v3 map icons for 9 pre-rendered colors. They also wrote a program for creating custom ones.

https://github.com/Concept211/Google-Maps-Markers

colors: red, green, purple, orange, white, blue, yellow, black

characters: A-Z, 1-100, !, @, $, +, -, =, (%23 = #), (%25 = %), (%26 = &), (blank = •)

New Red Dot New Green A New Purple 1 New Orange @ New White 99 New Blue # New Yellow + New Black Z

The border might be a hair thinner than the early v3 icons, but they seem to match well with the current ones (2017). Otherwise they look the same to me.

Kevin
  • 2,234
  • 2
  • 21
  • 26
4

Could this URL be what you are looking for?

https://mt.google.com/vt/icon?psize=20&font=fonts/Roboto-Regular.ttf&color=ff330000&name=icons/spotlight/spotlight-waypoint-a.png&ax=44&ay=48&scale=1&text=%E2%80%A2

I found that the new google maps version uses some kind of service to build icons dynamically (not documented afaik). You can change the values in the URL to change the size/color of the icon and size/color/font/position of the text. In the example above, %E2%80%A2 corresponds to • (•)

user2622729
  • 321
  • 2
  • 4
  • Where do you find the values you can use for the icon name in this link? (I.e., what other values besides icons/spotlight/spotlight-waypoint-a) – Mark Meuer Mar 18 '16 at 16:16
  • 1
    Yeah, adjusting the color value in that URL doesn't change the marker color. It changes the icon color. (It also seems to be a weird format: ARGB instead of RGBA) – Kirkman14 Jan 15 '17 at 01:43
2

https://www.google.com/fusiontables/DataSource?dsrcid=308519#map:id=3 here is all the icons you can use on google maps.

serdar.sanri
  • 2,217
  • 1
  • 17
  • 21