Please see the image :

Any idea how to do that? drawing an area.
|
Please see the image :
Any idea how to do that? drawing an area.
| ||||
|
feedback
|
|
The toolkit that allows users to draw polygons on MyMaps has been made available as the GeometryControls utility library | |||
|
feedback
|
|
If you're looking to use Google Maps API, check the documentation about Polylines (should be what that is) : http://code.google.com/intl/pt-PT/apis/maps/documentation/overlays.html#Polylines%5FOverview | |||
feedback
|
|
You need to instantiate a GPolygon object and add that (using the addOverlay method) to your GMap2 object:
The first parameter is an array of points (that make up your polygon), then the stroke (that is the outline)color, weight (thickness) and opacity (how transparent), then the fill color and opacity. Here is a cut down example: | |||
|
feedback
|