您是否经常使用谷歌的图像标记或将其复制到您的服务器? 哪里可以从谷歌获得所有可用标记的图像列表? 图像列表如:
答案 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)
);