Skip to content

Google Maps

Google Maps has been used for some of application functionalities. you will need to retrieve an API key from Google to have the app working.

Maps console

Go to Google Maps Developers Console and select taxi project which was created in previous section.

Enabling APIs

You need to have these APIs enabled in library section one by one: Google Maps Distance Matrix API Geocoding API Google Maps Android API Google Places API for Android

Note

To make this more secure you can retrieve SHA-1 or SHA-256 key of your applications and enter them here so no one other than ones who sign their app with your sign key would be able to use your API key.

Save the API key you have retrieved for your applications. you will need it in next section.