Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Emulators WVGA854 Google API 1.6 Vs HVGA

Why does the below code work fine on WVGA854 Google API 1.6 but when you change the Emulator to HVGA Google API 1.6 It breaks.

I have the same problem with Kitchen Sink works fine in WVGA854 but not with HVGA Emulator.

Any help would be greatly appreciated.

All the best

Chris


var win = Titanium.UI.currentWindow;

var map = Titanium.Map.createView({
    mapType: Titanium.Map.SATELLITE_TYPE,
    region: {
        latitude:37.609565,
        longitude:-0.995475,
        latitudeDelta:0.001,
        longitudeDelta:0.001
    },
    animate:true,
    regionFit:true,
    userLocation: true
});

win.add(map);
— asked October 1st 2010 by Chris Maddison
  • emulator
  • vga
  • wvga854
0 Comments

1 Answer

  • Simple Android emulator (HVGA,WVGA854,QVGA…) doesn't have Google Maps on it. So you can't run map application on it.

    Google APIs has all the Maps,Navigation tools,Developer tools.

    — answered October 1st 2010 by Filip Dimitrovski
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.