How Do They Do It? - API Help!

Discussion in 'Programming' started by patflynn, Apr 1, 2010.

  1. #1
    Hi there!

    I'm not programmer, so I need your help to fill me in on how this works:

    There are a number of websites and mobile applications that find things like mailboxes. For example:

    http://www.mailboxmap.com/

    I'd like to create a similar site but for other things that can be found on a map. How does one go about doing this? I mean, where does that site pull all of it's information from? Straight off of a google API?

    Thanks for any info you can provide!
     
    patflynn, Apr 1, 2010 IP
  2. iandracaster

    iandracaster Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    yup, the map and all the thing related to the map (latitude, longitude, etc) it's all from the Google MAP API, and the rest like UPS info, mail box, etc, they make all the data in their own database (not straight from google) and associate all those data with the latitude and longitude or the address and then they map those location using the Google MAP API.

    Use google API for the mapping functionality and for the rest data, you have to build it on your own and associate it with geo position.
     
    iandracaster, Apr 1, 2010 IP
  3. NeoCambell

    NeoCambell Peon

    Messages:
    456
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    NeoCambell, Apr 2, 2010 IP
  4. JimBeam451

    JimBeam451 Guest

    Messages:
    21
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Step 1 - get the locations of the data you want to provide. Like the locations of all grocery stores
    Step 2 - "put your junk in the box" . . . just kidding, couldn't resist :)
    Step 3 - you convert the data to use geolocation codes in latitude and longitude
    Step 4 - put all your data in a database
    Step 5 - write a piece of code to pull the info from the database and use the Google Maps API to display the actual locations.

    I've done this many times before, its actually quite a straightforward program.
     
    JimBeam451, Apr 2, 2010 IP
  5. Frankenfine

    Frankenfine Peon

    Messages:
    122
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    If your looking for data I have a very large library of up to date data for the US. Some free, some not.
     
    Frankenfine, Apr 3, 2010 IP
  6. JimBeam451

    JimBeam451 Guest

    Messages:
    21
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Id like to hear about what kind of data you have and what format.
     
    JimBeam451, Apr 3, 2010 IP