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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T00:19:41+00:00 2026-05-23T00:19:41+00:00

I am lacking the knowledge of how to search for a location using an

  • 0

I am lacking the knowledge of how to search for a location using an EditText and button when the person enters the longitude and latitude or even just an address into the EditText section an pushes the Button I want the map to go to that location. If anyone has any info on how to do so or even a tutorial it would be much appreciated.

thanks.

  • 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-23T00:19:42+00:00Added an answer on May 23, 2026 at 12:19 am
    String uri = "geo:"+ latitude + "," + longitude;
    
    startActivity(new Intent(android.content.Intent.ACTION_VIEW, Uri.parse(uri)));
    

    or with an adress:

    geo:latitude,longitude
    geo:latitude,longitude?z=zoom
    geo:0,0?q=my+street+address
    geo:0,0?q=business+near+city
    

    http://developer.android.com/guide/appendix/g-app-intents.html

    For instance:

    Uri uri = Uri.parse("geo:38.899533,-77.036476");
    Intent it = new Intent(Intent.Action_VIEW,uri);
    startActivity(it);
    

    For navigation:

    Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse("google.navigation:q=" + location)); 
    startActivity(i);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Being a hobbyist coder, I'm lacking some fundamental knowledge. For the last couple days
I am a web developer so my knowledge of manipulating mass data is lacking.
So I am trying to incorporate a hashtag search into posts on my application.
I find myself lacking knowledge around the below. Take this class: public class MyClass
My new dev machine is lacking files in this location c:\program files (x86) \Microsoft
I know enough MySQL to do simple joins but I'm lacking the knowledge when
This is probably just because my knowledge with the EF Code First fluent API
New to MVVM, it's clicking into place but I seem to have a knowledge/concept
My regular expression knowledge is lacking and I'm trying to solve the following issue.
Forgive my somewhat-lacking ASP.NET knowledge for this question :) Here's the scenario: I'm playing

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.