Hi :)
I'm working with YCustomOverlays but I'm not able to get the lat nd long from
the object once it's created :(. The weird part is that I can actually print
them with an alert() but can't use the value for anything else.
To get the value I'm using something like this:
var point = marker.YGeoPoint; // marker is the YCustomOverlay
Firebug says marker.YGeoPoint is undefined but if I do this:
alert(marker.YGeoPoint.Lat);
I get the right values.
What can I do to get the lat and long properly?
Thanks fr your help :)
Reine.