What are the filenames of new colored Google maps markers?

19,013

Solution 1

That's what I got so far:

Overview: http://jsfiddle.net/doktormolle/LS7Wj/show/

Solution 2

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.

Solution 3

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 • (•)

Solution 4

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

Share:
19,013
Kirkman14
Author by

Kirkman14

Check out my two blogs: Break Into Chat - Retrocomputing interviews, essays and reminiscences. Particular focus on BBS door games and Atari computer The Extraordinary Renaud Family - stories, photos, and videos of my clan

Updated on August 23, 2022

Comments