55

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

dd端

dd-开始

4

1 回答 1

4
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)
);
于 2013-05-10T11:41:04.447 回答