View Single Post
Old 01-03-2013, 06:48 PM   #1
RASKEX
New Member
 
Join Date: Jan 2013
Model: 8520
PIN: N/A
Carrier: Claro
Posts: 1
Default How to show GoogleMaps in my application view

Please Login to Remove!

Hi, Im developing an app that need to show the location with google maps.
I saw other threads that launch the Google Maps application but I lost mine.

This is what Im doing in my app:

int mh = CodeModuleManager.getModuleHandle("GoogleMaps");
ApplicationDescriptor ad =CodeModuleManager.getApplicationDescriptors(mh)
ApplicationDescriptor ad2 = new ApplicationDescriptor(ad, args);
ApplicationManager.getApplicationManager().runAppl ication(ad2, true);

After that my app looses its focus and Im in google maps. Is there any way to show google maps inside a view or something?

Thanks so much! b
Offline   Reply With Quote