0

I'm using google fusion tables I want to draw a circle around my markers. how do I do that? if there is something I should write in the javascript what is it? am not a web developer so I dunno :S

user1118321
  • 25,567
  • 4
  • 55
  • 86

1 Answers1

0

See the Circle overlay documentation The real issue will be getting the location of your markers.

Eric Bridger
  • 3,751
  • 1
  • 19
  • 34
  • For tables up to 250 rows, Google Chart Tools can be used to get the data out of Fusion Tables http://code.google.com/apis/chart/ – Mano Marks Mar 20 '12 at 19:34
  • You can also use the "undocumented" Fusion Table JSONP API as shown in this [answer](http://stackoverflow.com/a/9778985/1211981) – Eric Bridger Mar 21 '12 at 00:16