Yes, it does. The Map class provides a getProjection() method, which itself gives you the possibility to call fromLatLngToPixel(latLng:LatLng, zoom:Number) and fromPixelToLatLng(pixel:Point, zoom:Number, opt_nowrap?:Boolean). (http://code.google.com/intl/com-COM/apis/maps/ documentation/flash/reference.html#IProjection)
As far as I know you are not allowed to use the maps API without showing the Google map, but concult the API Terms for further details: http://code.google.com/intl/com-COM/apis/maps/terms.html Regards, Darek -- 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.
