Insight:
Other than geo and reverse geo there is one more endpoint that use a unique identifier of the location.
Although may not be immediately useful, it may worth having this ready.
Requirements:
Implement the /location/geocoding place_geocode endpoint
Location: app/api/location/geocoding/geocoge_api.py
Add service functionality
Location: app/service/location/geocoding/geocode_service.py
Implement API and service tests (subject to Issue 6 status)
Insight: Other than geo and reverse geo there is one more endpoint that use a unique identifier of the location. Although may not be immediately useful, it may worth having this ready.
Requirements: Implement the /location/geocoding place_geocode endpoint Location: app/api/location/geocoding/geocoge_api.py
Add service functionality Location: app/service/location/geocoding/geocode_service.py
Implement API and service tests (subject to Issue 6 status)
Update endpoints documentation in readme
Resources: Place geocode docs
Acceptance: A Google connector class is implemented and all services are using it to connect to the API