What are the filenames of new colored Google maps markers?

后端 未结 4 1710
南旧
南旧 2020-12-09 23:09

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

相关标签:
4条回答
  • 2020-12-09 23:42

    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.

    0 讨论(0)
  • 2020-12-09 23:48

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

    0 讨论(0)
  • 2020-12-09 23:50

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

    0 讨论(0)
  • 2020-12-09 23:53

    That's what I got so far:

    • drag_cross_67_16.png
    • measle.png
    • measle_blue.png
    • dd-via.png
    • dd-via-transparent.png
    • arrowshadow.png
    • arrow.png
    • arrowtransparent.png
    • shadow50.png
    • marker_sprite.png
    • icon_green.png <----------------------------- what you are looking for
    • marker.png
    • boost-marker-mapview.png
    • circle[A-J].png
    • red_circle_markers_A_J2.png
    • red_transparent_circle_icons_A_J.png
    • marker[A-J].png
    • red_transparent_icons_A_J.png
    • red_icons_A_J.png
    • red_markers_A_J2.png
    • red_grow_markers_A_J2.png
    • marker_green[A-Z].png
    • icon_green[A-Z].png
    • markerTransparent.png

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

    0 讨论(0)
提交回复
热议问题