Background I'm a bit new to google maps/mapping sdks in general. I want to create a street by street "heat" map of an area on iOS. As an easy to understand example, let's say it will be for the purpose of mapping daily puppy sightings in a city. The data changes regularly, we need to show that certain streets have more puppy traffic than others.
Similar to the ones pictured here
https://blog.mapbox.com/spotangels-mobile-parking-maps-30db4b10aee7
And here
https://www.trulia.com/local/san-francisco-ca/type:traffic_volume_live
To do this, I would like to get a unique ID for each street block.
Something like this:
Question: How can I tell when a user entered a unique street? How can I get a unique street ID?
Related side question: If it's not possible in google maps, links to doing it in OpenStreetMap or Mapbox would be appreciated.
Places I've looked
- How to get an use an unique identifier for each street in google maps api
- Issue: No answer
- Highlighting whole street with some maps API
- Issue: Info from 2010
- Google Maps: Get coordinates of a street block
- Issue: No answer
- Get street graph for a game using Google Maps API
- Issue: Info from 2012
- Map Highlight Odd/Even Side of Street
- Issue: Unanswered
- Display traffic data with maps
- Issue: Unanswered
- How to get only street/road coordinates via reverse geocoding (Google Maps API)
- Streets in a radius
- How to get all roads around a given location in OpenStreetMap?
- Partial solution OSM