An open API service indexing awesome lists of open source software.

https://github.com/mnthomson/getmethere

Android App that displays the fastest transit route between locations with route and turn-by-turn details
https://github.com/mnthomson/getmethere

android gcp google google-maps-api react-native transit

Last synced: about 2 months ago
JSON representation

Android App that displays the fastest transit route between locations with route and turn-by-turn details

Awesome Lists containing this project

README

          



GetMeThere Logo



GetMeThere




Android App that displays the fastest transit route between locations with route and turn-by-turn details.



github last commit
github license


Made with React Native

---


GetMeThere Mockup

## About

GetMeThere is built with React Native with not even a trace of expo! This projects furfills the need of people with limited or expensive data as it takes only ~`50kb` of data per route. And once a route is loaded, no more data is required! The data requirements are extremely lightweight compared to Google/Apple Maps because of the lack of interactive map. These maps are a serious data drain as they are downloading new map tiles on every swipe, zoom and tap.

GetMeThere is currently in the MVP (Minimal Viable Product) stage and development has only just begun!

## Install

Creake an Andriod development APK for `GetMeThere` from the command line:
```sh
$ git clone https://github.com/MNThomson/GetMeThere.git
$ cd GetMeThere
$ ./android/gradlew assembleRelease
```

## Setup

A file `example.env` is provided. Rename this to `.env` in the top level directory. Insert a Google API Key which has Maps and Transit API permissions.

## IOS

IOS theoretically should just work...but no testing has been done as a result of the lack of Apple devies