On Aug 19, 10:34 am, Todd <[EMAIL PROTECTED]> wrote: > It appears in the last SDK that PixelConverter is now a hidden class > withing the com.google.andorid.maps package. Is this correct? If so, > Is there a new way to access this class or should I now consider > "rolling my own" class to replace this?
PixelConverter (misnamed PixelCalculator in the update docs) is an implementation detail. You'll access it through the Projection interface. You obtain one from MapView.getProjection: http://code.google.com/android/reference/com/google/android/maps/MapView.html#getProjection() --Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

