[android-developers] Re: New maps app features and mapview

2010-12-18 Thread JP
Huh interesting find, thanks! I'm not sure in howfar Googlenav is the way to go. (I remember com.google.googlenav from wayback in m3-rc37 and m5-rc15). There's actually documentation around, but with the release of Android 0.9, googlenav was booted from developers direct reach. I.e. the way I

[android-developers] Re: New maps app features and mapview

2010-12-18 Thread Igor Korobka
I've solved the issue with small labels on the google maps on hdpi screens. You need a bit of reflection (see the snippet of smali code below): class com.google.googlenav.map.MapTile { .field public static final TEXT_SIZE_DESKTOP:B = 0x0t .field public static final TEXT_SIZE_LARGE:B = 0x3t .fie

[android-developers] Re: New maps app features and mapview

2010-12-18 Thread franksmule
I am also very Interest in knowing if these new features are coming to mapview and any time frame? On Dec 17, 12:31 pm, Federico Paolinelli wrote: > Will new map app features be available in mapview as well? > I'd really love to see rotation in it. > > Thanks > >        Federico -- You received

[android-developers] Re: New maps app features and mapview

2010-12-18 Thread Igor Korobka
I've solved the issue with small labels on the google maps on hdpi screens. You need a bit of reflection (see the snippet of smali code below): class com.google.googlenav.map.MapTile { .field public static final TEXT_SIZE_DESKTOP:B = 0x0t .field public static final TEXT_SIZE_LARGE:B = 0x3t .field

[android-developers] Re: New maps app features and mapview

2010-12-17 Thread JP
I was wondering for quite some time now about the apparent detachment of the Maps API from the underlying system that the Google Maps app enjoys. Having loosely followed the updates to the Google Maps app on Android, it appears the Maps API is stuck in 2007 (save pinch-zoom). The biggest issue to m