I've used this code to try that:
var ptMC1:Point = new Point(circle.x, circle.y);
var currentProjection = map.getProjection();
var x3 = currentProjection.fromPixelToLatLng(ptMC1, 13);
It's returning LatLng values but they're off too, and don't change when the
map is moved.
I'm quite new to this so it could be something extremely basic I'm doing
wrong here
--
You received this message because you are subscribed to the Google Groups
"Google Maps API For Flash" group.
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-maps-api-for-flash?hl=en.