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

  • Home
  • SEARCH
  • 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 6959251
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:14:49+00:00 2026-05-27T15:14:49+00:00

Possible Duplicate: Reverse Geocoding With Google Map API And PHP To Get Nearest Location

  • 0

Possible Duplicate:
Reverse Geocoding With Google Map API And PHP To Get Nearest Location Using Lat,Long coordinates

How to convert gps coordinates ( latitude&longitude ) to address on Android or Php ?

My program should get address from given coordinates. For example :

Coordinates : 41.011576, 28.984852 –> Address : Cankurtaran Mh., Kennedy Cd, Istanbul, Türkiye

I hope, you can help me..

  • 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-27T15:14:50+00:00Added an answer on May 27, 2026 at 3:14 pm

    The Geocoder class can do what you want for Android. You would use getFromLocation You would do it as so:

        Geocoder geocoder = new Geocoder(context, Locale.getDefault());
        Address adress;
        String result = null;
        List<Address> list = geocoder.getFromLocation(latitude, longitude, 1);
        address = list.get(0);
        result = address.getAddressLine(0) + ", " + address.getLocality();
        //Now do what you want with result - this is the address.
    

    You may want to make modifications, such as the 1 in getFromLocation if you want more than one location, or with the address.getAddressLine you may want to get more than one line.

    You will want to put it within a try {} block and do it in a worker thread.

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

Sidebar

Related Questions

Possible Duplicate: PHP get all arguments as array? Within a javascript function arguments always
Possible Duplicate: PHP UML Generator Hi, I wonder if it's even possible to reverse
Possible Duplicate: How to reverse a string in place in c using pointers? The
Possible Duplicate: Protect .NET code from reverse engineering? we just develop a application with
Possible Duplicate: How does the Google Did you mean? Algorithm work? Suppose you have
Possible Duplicate: How do you send email from a Java app using Gmail? How
Possible Duplicate: reverse a string in Python I tried searching the python documentation for
Possible Duplicate: Iterating through a LinkedHashMap in reverse order How to traverse Linked Hash
Possible Duplicate: How can I reverse a NSArray in Objective-C? Is there a way
Possible Duplicate: Is there a way in MySQL to reverse a Boolean field with

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.