Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7443683
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T11:22:12+00:00 2026-05-29T11:22:12+00:00

how to use google map with route in blackberry . i tried blackberry map

  • 0

how to use google map with route in blackberry . i tried blackberry map with route but in my device (Storm 2) cant display map . i dont know what is the issue ?

any one have idea ragarding google map in blackberry application than let me know.

i tried this http://maps.google.com/maps?saddr=23.4444,72.44445&daddr=23.55555,72.55555
and open this url in BB browser but it cant redirect to map site .

how can we handle google map or blackberry map with route in BB application ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T11:22:14+00:00Added an answer on May 29, 2026 at 11:22 am

    i have implemented Google Map with route in Blackberry via Google Map Installed App.

       public void invokeGoogleMap() { 
         int mh = CodeModuleManager.getModuleHandle("GoogleMaps");
         if (mh == 0) 
         {
              try 
              {
                throw new ApplicationManagerException("GoogleMaps isn't installed");
              } 
              catch (ApplicationManagerException e) 
              {
                System.out.println(e.getMessage());
              }
              UiApplication.getUiApplication().invokeLater(new Runnable() {
                public void run() {
                  stubDialog.inform("GoogleMaps isn't installed on your device.download it from m.google.com/maps.");
                }
              });
         }
         else
         {
             URLEncodedPostData uepd = new URLEncodedPostData(null, false);
             uepd.append("action", "ROUT"); // or LOCN
             uepd.append("start", "23.039568,72.566005");
             uepd.append("end", "23.02,73.07");
             String[] args = { "http://gmm/x?" + uepd.toString() };
             ApplicationDescriptor ad = CodeModuleManager.getApplicationDescriptors(mh)[0];
             ApplicationDescriptor ad2 = new ApplicationDescriptor(ad, args);
             try
             {
                 ApplicationManager.getApplicationManager().runApplication(ad2, true);
             } 
             catch (ApplicationManagerException e) 
             {
                 System.out.println(e.getMessage());
             }
    
         }
      } 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I will use the following javascript to display a Google Map Window in a
Hi I want to use google map in my application but I also want
As we all know, how to use google map with system/framework/map.jar with user-library .
I just tried to use Google Map Buddy to get satellite image from Google
I want to use th Google Map API for my desktop tool.As I dont
I am using GWT for google map application. I use Google's gwt-maps.jar for mapping
I am a new android app developer and i want to use google map
When you use the Google map api, it is not part of the Android
I am trying to use the Google Map API- I've successfully managed to add
I have an application based on google map, in which I need to use

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.