地図にオブジェクトを追加して、ポイント、ライン、領域、またはオブジェクトの集合を指定することができます。Google Maps JavaScript API ではこれらのオブジェクトをオーバーレイと呼びます。オーバーレイは緯度と経度で表される座標に紐付いているため、地図をドラッグしたりズームしたりすると連動して動きます。
オーバーレイのタイプ
Maps JavaScript API には、プログラムで追加できる複数のタイプのオーバーレイがあります。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-12-22 UTC。"],[[["The Maps JavaScript API uses objects called **overlays** to designate points, lines, areas, or collections of objects on the map, which are tied to latitude/longitude coordinates."],["You can add various overlay types to your map, including info windows, polylines, polygons, circles, rectangles, symbols, ground overlays, and even create custom overlays."],["The Drawing Library allows users to interactively draw shapes like polylines, polygons, and markers directly on the map."],["Geocoding enables easy retrieval of latitude and longitude coordinates for places and addresses through requests."],["Customize the appearance of markers and polylines by using symbols, which are vector-based images defined using SVG path notation."]]],[]]