navigation app - geocoding question

by 3 replies
4
I wasn't sure where to start asking questions, but I figure this is a good guess. Based on some Google research, I think I'm seeking geocoding data for a particular community for a navigation app. Is geocoding data only available for traditional street addresses? Are any other locations geocoded - e.g. a paved bike trail (like a rails to trails route)? How specific is the geocode data from a community? Where could I access this type of data online or offline?

Thanks!
#programming #app #geocoding #navigation #question
  • I have found that Google Maps is a real good source of latitude/longitude data, including for rail trails.

    My concern here isn't technical, but rather legal: If you are going to use someone's map data for your own app, then you need to make sure that you have the rights to do so. Google is ok with people using their data within reason when you follow their terms. e.g., Here's a map that I created using their API, which automatically displays the right copyright information.
    • [1] reply
    • Hi David, Thanks for the Google link! It's amazing what is available from that company. As for your other concern, this is all conceptual at this point. I will be talking to some professional developers and making certain we do things properly. Thanks for the reminder and I will be sure to include your insight in our conversation.
      • [1] reply

Next Topics on Trending Feed

  • 4

    I wasn't sure where to start asking questions, but I figure this is a good guess. Based on some Google research, I think I'm seeking geocoding data for a particular community for a navigation app. Is geocoding data only available for traditional street addresses? Are any other locations geocoded - e.g. a paved bike trail (like a rails to trails route)? How specific is the geocode data from a community? Where could I access this type of data online or offline? Thanks!