Skip to content

Simple taxi client application based on Google Maps API and Google Directions API

Notifications You must be signed in to change notification settings

theruslanusmanov/android-taxi-client

Repository files navigation

Taxi client application

Simple taxi client application based on Google Maps API and Google Directions API

Screenshot

How to use

1. Define API-keys

Inside a file named gradle.properties (just create it if there isn’t any).

# (...)
# (...)
(...)
 
GOOGLE_MAPS_API_KEY="Insert your key here"
GOOGLE_DIRECTIONS_API_KEY="Insert your key here"

Now you can access to api keys by: "@string/GOOGLE_MAPS_API_KEY" and "@string/GOOGLE_DIRECTIONS_API_KEY"

2. Build and run application

About

Simple taxi client application based on Google Maps API and Google Directions API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages