thealinivan / geo-coding

Maps API
MIT License
0 stars 0 forks source link

Implementation - Location PlaceGeocoding #8

Open thealinivan opened 3 months ago

thealinivan commented 3 months ago

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