Skip to content

App to turn google maps directions into gpx routes

Notifications You must be signed in to change notification settings

pelmers/Map2RouteApp

Repository files navigation

[Maps2Route](blog link here)

The easy way to turn a Google Maps directions link into a routable GPX file!

Examples

above: App screens

Development

This app is written in React Native using the Expo framework.

  • yarn ios to run in the iOS simulator
  • yarn android to run in the Android emulator

To show maps on Android, you need a Google Maps API key. Create a file named src/googleApiKey.js with the line module.exports = 'your_key_here'.

Code: Look at src/App.tsx for the main app entrypoint. All screens are contained in src/screens, and other UI components are in src/components.

Production Builds

eas build -p ios --profile production [--local]
eas build -p android --profile production [--local]

About

App to turn google maps directions into gpx routes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published