Just want to sanity check this, after some faffing about it appears to me that fromLatLngToPixel will return NULL if the zoom isn't a whole interger.
This is a bit of a problem, firstly for continouse zoom, but also for any pitching in a 3D map, and 3D without pitch is a whole d short. eg: var pp:Point=_map.MERCATOR_PROJECTION.fromLatLngToPixel(ltlg, map.getZoom()); returns null if zoom is not a whole number var pp:Point=_map.MERCATOR_PROJECTION.fromLatLngToPixel(ltlg, int (map.getZoom())); works, but looks wrong due to scale being out Can I ask if I am right,and is there a solution? For my application it's making the 3D map useless. Cheers Ben
-- 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.
