Google の画像マーカーを頻繁に使用したり、サーバーにコピーしたりしますか? Google から利用可能なマーカーのすべての画像リストをどこで取得できますか? 次のような画像のリスト:
質問する
112402 次
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 に答える