Do you mean the lat/long of the marker or the coordinates on the page? 
 Lat/long is available if and only if you entered the data as lat/longs 
(you can pull from the DataTable to get at it).  If you want page 
coordinates, you can either grab the mouse coordinates (relatively easy) or 
you can dive into the SVG/VML (depending on the browser) and try to extract 
the position of the marker (relatively hard).

On Friday, October 19, 2012 4:31:37 AM UTC-4, Firdan Machda wrote:
>
> is there a way to get current selected marker position using geochart 
> (x,y)? what i want to create is to add something like infowindow in maps. 
> if i know the position of the marker putting custom tooltip is possible.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-visualization-api/-/64shVOoyxWcJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to