Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/joomla/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google maps 列出所有谷歌地图标记图像_Google Maps_Google Maps Markers - Fatal编程技术网

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

Google maps 列出所有谷歌地图标记图像,google-maps,google-maps-markers,Google Maps,Google Maps Markers,您是否经常使用谷歌的图像标记或将其复制到您的服务器? 在哪里我可以从谷歌获得所有可用标记的图像列表? 图像列表,例如: 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, /

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

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


最终找到了所有图标的完整列表。列表已移至此处:此网站主要用于Google地图的asp.net web表单控件,但有一个用于标记图像的伟大部分:列出Google Earth&maps中使用的许多图标