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 8008579
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T18:10:50+00:00 2026-06-04T18:10:50+00:00

I have an application based on google maps, in which I am opening route

  • 0

I have an application based on google maps, in which I am opening route planner using intent. But, when application starts, it prompts dialog box to user with option of default browser and maps. But, I want that when application starts, it should open in maps by default. Below I am posting my code.

public class RoutePlannerActivity extends MapActivity {
public static final String TAG = "Route planner";
MapView mapView;
public void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.main);
    mapView = (MapView)findViewById(R.id.mapView);
    mapView.setBuiltInZoomControls(true);
    Log.d(TAG, "onCreate");
    Intent intent = new Intent(android.content.Intent.ACTION_VIEW, 
            Uri.parse("http://maps.google.com/maps?saddr=28.6667,77.2167&daddr=28.5700,77.3200")); 
    startActivity(intent);
}//onCreate

protected boolean isRouteDisplayed() {
    Log.d(TAG, "Route displayed");
    return true;
}//isRouteDisplayed
}//class
  • 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-06-04T18:10:51+00:00Added an answer on June 4, 2026 at 6:10 pm

    If you want to get rid of the dialog you can give the intent a hint as to which package you want to use. Before the startActivity() add this:
    intent.setClassName("com.google.android.apps.maps", "com.google.android.maps.MapsActivity");
    Credits to this previous post. I suggest searching before posting.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an application based on google map, in which I need to use
My web application is based on Google Maps API and I have problems trying
I have written a Google Maps-based application in Flex. Currently you can use the
Working with the Google Web Toolkit i have written an application which is based
I have a requirement to create a web based application, which is hosted on
i have a google map api key which is working in my website but
I'm currently building a SmartGWT-based web application (using the Portlet Layout). So I have
I've made an application based on the Google Maps API. The problem is that
I'm developing a Sinatra-based application and have seen some apps using an environment.rb file
I have windows application developed based on WPF,i am going thur weird issue here.

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.