I have a dataset containing the latitude and longitude of car accidents.
The goal is to alert users when they are navigating and approaching or passing through these accident locations.
I have reviewed relevant information about Google Maps Platform but am unsure if it can meet my needs. Alternatively, are there other methods to achieve this feature?
I have some understanding of Google Maps API, but I am uncertain about how to implement the alert feature. Is there a specific API that can be used to detect the user’s location and trigger an alert when approaching certain coordinates?
I don’t have specific code at this moment and would like to get some guidance on which API to start with.