Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Geocoding + Distance + Duration without Google Maps#19

Merged
kevinmichaelchen merged 8 commits intomainfrom
osrm
May 30, 2022
Merged

Geocoding + Distance + Duration without Google Maps#19
kevinmichaelchen merged 8 commits intomainfrom
osrm

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Free distance/duration calculation

1 participant