When users click a map marker, the app should display URLs to news stories about the incident.
The URLs would have to be stored in a database.
On the NYC Open Data API, each incident has a unique INCIDENT_KEY. That key can be used as a reference key in the database for the map app.
When users click a map marker, the app should display URLs to news stories about the incident.
The URLs would have to be stored in a database.
On the NYC Open Data API, each incident has a unique INCIDENT_KEY. That key can be used as a reference key in the database for the map app.