example of Google GeoMap over specific area with data defined as latitude/longitude/label
107 views
Skip to first unread message
David
unread,
May 31, 2012, 11:30:37 AM5/31/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
I have looked around and couldn't find anything similar to what I am
looking to do.
Basically I would like to run generate a map over a specific
latitude / longitude area and plot data points in that area showing
the label tied to a partitcular lat/long. If possible, have it move
the label as so they are not over-lapping.
If anyone can point me in the direction of an example it would be
greatly appreciated.
asgallant
unread,
May 31, 2012, 11:51:50 AM5/31/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-visua...@googlegroups.com
GeoMaps are deprecated; replaced by GeoCharts. If you use the GeoCharts in markers mode, you can specify lat/longs in the first two DataTable columns to mark specific points. Note, however, that they will not have labels - users will have to mouse over points to see the tooltips.