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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T13:19:35+00:00 2026-05-13T13:19:35+00:00

I know Core Location isnt always accurate on the iPhone. Is there a way

  • 0

I know Core Location isnt always accurate on the iPhone. Is there a way to use the location (lat/long) along with the accuracy to then grab all of the possible suburbs/streets in that area?

So instead of using the reverse geocoding and having it guess the ‘best possible suburb/street, is there a way to make it give an array (or in some other format) of all the possible suburbs/streets that it could consider?

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-13T13:19:35+00:00Added an answer on May 13, 2026 at 1:19 pm

    So, the best approach to do this, is using the Google maps API. For example, take a look ate the following url: http://maps.google.com/maps/geo?q=38.4417077,-90.7122047&output=xml

    As you can see, for this pair (latitude, longitude) you have 10 possible placemarks for this coordinates.

    The documentation for this you can find at: http://code.google.com/apis/maps/documentation/geocoding/index.html

    You can see that you get the info in XML, JSON, CSV.

    Take a look at the status code, it is important to verify if the request was successful (usually 200 or 200 and something).

    So, how to use it VFN?

    It is simple.

    
    
    double latitude = coordinate.latitude;
        double longitude = coordinate.longitude;
    
        NSString *urlString = [NSString stringWithFormat:@"http://maps.google.com/maps/geo?q=%f,%f&output=xml", latitude, longitude];   
        NSURL *url = [NSURL URLWithString:urlString];
    
    
        NSString *locationString = [NSString stringWithContentsOfURL:url encoding:NSUTF8StringEncoding error:nil];
    

    on locationString is the response from Google Geocoder, now you can use the info as you want. Remember to first check the status code, and than parse the info. If you want only the first placemark that is selected by Google Geocoder, I would suggest you to use the output in CSV, that is easy to work with.

    If you have any queries, let me know!

    Cheers,
    VFN

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

Sidebar

Related Questions

I have a small question about the Core Bluetooth framework. I know Core Bluetooth
I don't really know too much about core JavaScript, just a dot of jQuery.
As far as I know, the multi-core architecture in a processor does not effect
I'm trying to retrieve data from an Entity in Core Data where I know
I would like to sort the data of a core data NSSet (I know
Know if it's possible to access the iPhone compass in Safari using JavaScript? I
I've got an app which uses the Core Location framework. I'd like to customise
I guess the GPS chip is only there on the iPhone. But for some
I'm thinking about creating a location-aware iPhone app that could work offline by coming
I'm trying to use sorl-thumnail to resize the image in the views then saving

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.