You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2019. It is now read-only.
We get the longitude and latitude as input information from the phone. This should be transformed into a full address - hence we are using reverse geocoding from the Google Maps API.
This api will need to be called from the API before the data is sent on to the database to get some address information.
Based on the returned information, the full_address and county info in the input object should be filled in to then be added to the database aswell.