List All Google Map Marker Images [closed]

淺唱寂寞╮ 提交于 2019-12-03 01:35:54

问题


Do you often use image marker from google or copy it to your server? Where I can get all images list of available markers from google? The list of images such as :


回答1:


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)
);


来源:https://stackoverflow.com/questions/2771891/list-all-google-map-marker-images

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!