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

SunryTeang/android-taxi-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taxi client appllication

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%