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
- Host: GitHub
- URL: https://github.com/nikartx/android-googlemapsapi
- Owner: nikartx
- Created: 2017-08-11T12:34:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T14:24:59.000Z (almost 8 years ago)
- Last Synced: 2025-01-18T21:17:12.625Z (5 months ago)
- Topics: android, android-maps, api-key, directions-api, google-maps-api, maps, places
- Language: Java
- Homepage:
- Size: 229 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## GoogleMaps API
Example using Google Maps Api
#### 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 APICreate /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.