// author:1
*Overlays
http://www.google.com/apis/maps/documentation/
**Version 2 (2006.4)
>Overlays are objects on the map that are tied to latitude/longitude coordinates, so they move when you drag or zoom the map and when you switch map projections (such as when you switch from Map to Satellite mode).
>The Maps API exports two types of overlays: markers, which are icons on the map, and polylines, which are lines made up of a series of points.
***Markers and Icons
GoogleMaps/API/doc/APIoverview/20-Overlays/MarkersandIcons
GoogleMaps/API/doc/APIoverview/20-Overlays/MarkersAndIcons
***Polylines
GoogleMaps/API/doc/APIoverview/20-Overlays/Polylines
**version 1
>Overlays are objects on the map that are tied to lat/lng coordinates, so they move when you drag/zoom the map around and when you switch projections (e.g., switch from Map to Satellite mode).
>The Maps API exports two types of overlays: markers, which are icons on the map, and polylines, which are lines made up of lat/lng coordinates.
↓ざっぱまとめ
-オーバーレイは緯度/経度でマップ上に位置づけられたオブジェクト。だからオーバーレイオブジェクトはドラック・ズームやマップモード・サテライトモードの切り替えについていきます。
-APIは2つのオーバーレイを用意。アイコンとポリライン(折れ線)。
----
(2005.12)
>Overlays are objects on the map that are tied to latitude/longitude coordinates, so they move when you drag or zoom the map and when you switch projections (such as when you switch from Map to Satellite mode). ~
~
The Maps API exports two types of overlays: markers, which are icons on the map, and polylines, which are lines made up of a series of points.
----
#ls2(GoogleMaps/API/doc/APIoverview/20-Overlays)