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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T05:24:46+00:00 2026-05-14T05:24:46+00:00

Sorry this is not a very well defined question, I am thinking about an

  • 0

Sorry this is not a very well defined question, I am thinking about an idea for a product, so need to know what is possible…

Say I am standing at the fount door of a house, given the GSP coordinates from a smart phone, how can I find the address I am standing at?

Is GPS good enough for this?

How much does the data/service I need to use cost?

What other questions should I be asking about this?

  • 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-14T05:24:47+00:00Added an answer on May 14, 2026 at 5:24 am

    GPS is limited to returning the latitude and longitude coordinates of your position.

    To resolve these coordinates to an address, you would need to use an external data source. The act of converting a geographical coordinate to an address is often referred to as reverse geocoding.

    There are some free reverse geocoding services such as that offered within the Google Maps API. However make sure you read and understand the Terms of Use before using such a service.


    As an example, you can do reverse geocoding with the Google Maps API using the following HTTP request:

    Simple CSV:

    http://maps.google.com/maps/geo?q=40.756041,-73.986939&output=csv&sensor=false

    Returns:

    200,8,"601-699 7th Ave, New York, NY 10036, USA"
    

    More Complex XML:

    http://maps.google.com/maps/geo?q=40.756041,-73.986939&output=xml&sensor=false

    Returns:

    <kml xmlns="http://earth.google.com/kml/2.0"><Response> 
      <name>40.756041,-73.986939</name> 
      <Status> 
        <code>200</code> 
        <request>geocode</request> 
      </Status> 
      <Placemark id="p1"> 
        <address>601-699 7th Ave, New York, NY 10036, USA</address> 
        <AddressDetails Accuracy="8" xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0"><Country><CountryNameCode>US</CountryNameCode><CountryName>USA</CountryName><AdministrativeArea><AdministrativeAreaName>NY</AdministrativeAreaName><SubAdministrativeArea><SubAdministrativeAreaName>New York</SubAdministrativeAreaName><Locality><LocalityName>New York</LocalityName><DependentLocality><DependentLocalityName>Manhattan</DependentLocalityName><Thoroughfare><ThoroughfareName>601-699 7th Ave</ThoroughfareName></Thoroughfare><PostalCode><PostalCodeNumber>10036</PostalCodeNumber></PostalCode></DependentLocality></Locality></SubAdministrativeArea></AdministrativeArea></Country></AddressDetails> 
        <ExtendedData> 
          <LatLonBox north="40.7595131" south="40.7532178" east="-73.9835667" west="-73.9898620" /> 
        </ExtendedData> 
        <Point><coordinates>-73.9869192,40.7560331,0</coordinates></Point> 
      </Placemark> 
      <Placemark id="p2"> 
        <address>Times Sq - 42nd St Station, New York, NY 10116, USA</address> 
        <AddressDetails Accuracy="9" xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0"><AddressLine>Times Sq - 42nd St Station</AddressLine></AddressDetails> 
        <ExtendedData> 
          <LatLonBox north="40.7591946" south="40.7528994" east="-73.9838014" west="-73.9900966" /> 
        </ExtendedData> 
        <Point><coordinates>-73.9869490,40.7560470,0</coordinates></Point> 
      </Placemark> 
      <Placemark id="p3"> 
        <address>Times Square - 42nd Street</address> 
        <AddressDetails Accuracy="9" xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0"><AddressLine>Times Square - 42nd Street</AddressLine></AddressDetails> 
        <ExtendedData> 
          <LatLonBox north="40.7591476" south="40.7528524" east="-73.9838524" west="-73.9901476" /> 
        </ExtendedData> 
        <Point><coordinates>-73.9870000,40.7560000,0</coordinates></Point> 
      </Placemark> 
      <Placemark id="p4"> 
        <address>W 42 St - 7 Av, New York, NY 10116, USA</address> 
        <AddressDetails Accuracy="9" xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0"><AddressLine>W 42 St - 7 Av</AddressLine></AddressDetails> 
        <ExtendedData> 
          <LatLonBox north="40.7591446" south="40.7528494" east="-73.9839964" west="-73.9902916" /> 
        </ExtendedData> 
        <Point><coordinates>-73.9871440,40.7559970,0</coordinates></Point> 
      </Placemark> 
      <Placemark id="p5"> 
        <address>New Amsterdam Theatre, New York, NY 10036, USA</address> 
        <AddressDetails Accuracy="9" xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0"><Country><CountryNameCode>US</CountryNameCode><CountryName>USA</CountryName><AdministrativeArea><AdministrativeAreaName>NY</AdministrativeAreaName><Locality><LocalityName>New York</LocalityName><PostalCode><PostalCodeNumber>10036</PostalCodeNumber></PostalCode><AddressLine>New Amsterdam Theatre</AddressLine></Locality></AdministrativeArea></Country></AddressDetails> 
        <ExtendedData> 
          <LatLonBox north="40.7593416" south="40.7530464" east="-73.9842484" west="-73.9905436" /> 
        </ExtendedData> 
        <Point><coordinates>-73.9873960,40.7561940,0</coordinates></Point> 
      </Placemark> 
      <Placemark id="p6"> 
        <address>W 42 St - 7 Av, New York, NY 10116, USA</address> 
        <AddressDetails Accuracy="9" xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0"><AddressLine>W 42 St - 7 Av</AddressLine></AddressDetails> 
        <ExtendedData> 
          <LatLonBox north="40.7594606" south="40.7531654" east="-73.9842484" west="-73.9905436" /> 
        </ExtendedData> 
        <Point><coordinates>-73.9873960,40.7563130,0</coordinates></Point> 
      </Placemark> 
      <Placemark id="p7"> 
        <address>Times Sq - 42nd St Station, New York, NY 10116, USA</address> 
        <AddressDetails Accuracy="9" xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0"><AddressLine>Times Sq - 42nd St Station</AddressLine></AddressDetails> 
        <ExtendedData> 
          <LatLonBox north="40.7589406" south="40.7526454" east="-73.9832194" west="-73.9895146" /> 
        </ExtendedData> 
        <Point><coordinates>-73.9863670,40.7557930,0</coordinates></Point> 
      </Placemark> 
      <Placemark id="p8"> 
        <address>W 42 St - Broadway, New York, NY 10116, USA</address> 
        <AddressDetails Accuracy="9" xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0"><AddressLine>W 42 St - Broadway</AddressLine></AddressDetails> 
        <ExtendedData> 
          <LatLonBox north="40.7588236" south="40.7525284" east="-73.9831654" west="-73.9894606" /> 
        </ExtendedData> 
        <Point><coordinates>-73.9863130,40.7556760,0</coordinates></Point> 
      </Placemark> 
      <Placemark id="p9"> 
        <address>7 Av - W 41 St, New York, NY 10116, USA</address> 
        <AddressDetails Accuracy="9" xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0"><AddressLine>7 Av - W 41 St</AddressLine></AddressDetails> 
        <ExtendedData> 
          <LatLonBox north="40.7586296" south="40.7523344" east="-73.9843024" west="-73.9905976" /> 
        </ExtendedData> 
        <Point><coordinates>-73.9874500,40.7554820,0</coordinates></Point> 
      </Placemark> 
    </Response></kml> 
    

    Simply change the q parameter with your latitude,longitude.


    Note that the free version of the Google Maps API has a limit of 15,000 request per IP address per day. (Google Maps API FAQ)

    If you are planning to heavily use Google’s reverse geocoding services, you may want to consider using the Premier edition of the Google Maps API.

    The Premier API automatically comes with “advanced geocoding capabilities with greater volume and speed“, so the limitations of the standard API should be superseded by new quotas.

    As an additional side-note, according to one unofficial source (dated April 2008), the cost for the Premier API starts at USD 10,000 per year.

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

Sidebar

Related Questions

I'm sorry for this very newbish question, I'm not much given into web development.
Well, first of all sorry about this question it must be pretty straight forward
Sorry for this not being a real question, but Sometime back i remember seeing
Sorry for the second newbie question, I'm a developer not a sysadmin so this
Sorry if this sounds like a really stupid question, but I need to make
First off, I'm sorry if the title doesn't explain this very well. I'm looking
this question probably wont be explained very well and that's because I don't really
Well. This night was a very strange night to me. I am sorry to
I am very sorry. This is follow up for my question here : Why
Sorry for the slightly rubbish title. I could not think how to describe this

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.