开发者

List All Google Map Marker Images [closed]

开发者 https://www.devze.com 2022-12-29 00:10 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 8 years ago.

开发者_如何学运维 Improve this question

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 :

List All Google Map Marker Images [closed]

List All Google Map Marker Images [closed]


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

精彩评论

暂无评论...
验证码 换一张
取 消