列出所有谷歌地图标记图像

时间:2010-05-05 09:20:15

标签: google-maps google-maps-markers

您是否经常使用谷歌的图像标记或将其复制到您的服务器? 哪里可以从谷歌获得所有可用标记的图像列表? 图像列表如:

dd-end

dd-start

1 个答案:

答案 0 :(得分:3)

var pinIcon = new google.maps.MarkerImage(
    "http://chart.apis.google.com/chart?chst=d_map_pin_letter&chld=%E2%80%A2|00D900",
    null, /* size is determined at runtime */
    null, /* origin is 0,0 */
    null, /* anchor is bottom center of the scaled image */
    new google.maps.Size(12, 18)
);
相关问题