BlackBerry Forums Support Community

BlackBerry Forums Support Community (http://www.blackberryforums.com/index.php)
-   Developer Forum (http://www.blackberryforums.com/forumdisplay.php?f=15)
-   -   How to show GoogleMaps in my application view (http://www.blackberryforums.com/showthread.php?t=263026)

RASKEX 01-03-2013 06:48 PM

How to show GoogleMaps in my application view
 
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:smile:


All times are GMT -5. The time now is 05:49 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.