Closed ap2322 closed 4 years ago
With a lat and long, create a function that fetches and returns the verified string address description, e.g. "1701 Market St., Denver CO 80202".
lat
long
This is to be used in the POST /api/v1/locations endpoint to create an address_dec for the location in the db.
POST /api/v1/locations
With a
lat
andlong
, create a function that fetches and returns the verified string address description, e.g. "1701 Market St., Denver CO 80202".This is to be used in the
POST /api/v1/locations
endpoint to create an address_dec for the location in the db.