Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最大 31 個の異なる色のマーカーを使用する必要があり、すべてが同じマップに同時に表示されます。どんな助けでも大歓迎です。ありがとう!
モール博士が述べたように、制限はありません。以下に示すように、マーカー オプションのアイコン プロパティに別の色の画像を指定する必要があります。
var marker = new google.maps.Marker({position: latlng,map: map,title:title,icon:**IMAGE**});