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

https://github.com/nikartx/android-googlemapsapi

Example of using Google Maps Api
https://github.com/nikartx/android-googlemapsapi

android android-maps api-key directions-api google-maps-api maps places

Last synced: 3 months ago
JSON representation

Example of using Google Maps Api

Awesome Lists containing this project

README

        

## GoogleMaps API
Example using Google Maps Api

![example](https://raw.githubusercontent.com/nikartm/Android-GoogleMapsApi/master/screenshots/example.jpg)

#### How to start?
You need to get [API Key](https://console.developers.google.com/flows/enableapi?apiid=maps_android_backend)
Google Maps and enable:

* Google Maps Android API
* Google Places API for Android
* Google Maps Directions API

Create /res/value/google_maps_api.xml and add API key
```

AIzaSyBwA7************QHt5KWfevN

```

For securing safety API key add *google_maps_api.xml* to *.gitignore*

That's all you need.