Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geocoding + Distance + Duration without Google Maps #19

Merged
merged 8 commits into from
May 30, 2022
Merged

Conversation

kevinmichaelchen
Copy link
Owner

@kevinmichaelchen kevinmichaelchen commented May 24, 2022

This PR brings in OpenStreetMap (OSM) for geocoding and Open Source Routing Machine (OSRM) for distance/duration calculation.

  • Dependency injection using fx
  • Function that calculates duration between two points
  • App should work in degraded state (when Google Maps API_KEY is missing). (See codingsince1985/geo-golang for reverse geocoding needs).

Notes:

@kevinmichaelchen kevinmichaelchen changed the title Open Source Routing Machine (OSRM) Geocoding + Distance + Duration without Google Maps May 24, 2022
@kevinmichaelchen kevinmichaelchen merged commit 93a80a3 into main May 30, 2022
@kevinmichaelchen kevinmichaelchen deleted the osrm branch May 30, 2022 22:14
@kevinmichaelchen kevinmichaelchen linked an issue May 31, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Free distance/duration calculation
1 participant