I searched about fusion tables documentation, but i didn't find how to draw a polygon by the user dynamically once the map is generated by using fusion tables. Can any one please help me regarding this.
Asked
Active
Viewed 70 times
-1
-
1https://developers.google.com/maps/documentation/javascript/drawing – geocodezip May 02 '14 at 00:08
-
@user3508580 :Also have a look at the following link. It will help you too https://developers.google.com/maps/documentation/javascript/examples/drawing-tools – ArunRaj May 02 '14 at 04:54
1 Answers
1
The fusion tables layer is just a type of overlay. You create a map, you draw whatever overlays you need (including fusion tables, traffic layer, weather, etc) and this doesn't affect the map's capabilities to draw polygons, markers or more overlays, which you can do with the proper constructor
var newpolygon=new google.maps.Polygon({map:yourmapobject, path:pathobject});

ffflabs
- 17,166
- 5
- 51
- 77