Hey folks, Hopefully this is a simple question: how can I reproject coordinates from web mercator to latitude and longitude using the google maps flex API? For example, if I have ...
var p1 : Point = new Point( -8385588, 4869213 ); ... how do I reproject that point to get a LatLng object? It seems like IProjection or Pane should provide that functionality, but I haven't been able to get that to work. --j -- 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.
