https://github.com/goh-chunlin/lunar.geolocation.android
https://github.com/goh-chunlin/lunar.geolocation.android
android azure-event-hub azure-eventhub-java google-maps-services kotlin-android
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/goh-chunlin/lunar.geolocation.android
- Owner: goh-chunlin
- Created: 2020-05-02T18:20:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T09:37:37.000Z (over 5 years ago)
- Last Synced: 2025-01-08T10:40:12.359Z (9 months ago)
- Topics: android, azure-event-hub, azure-eventhub-java, google-maps-services, kotlin-android
- Language: Kotlin
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lunar.Geolocation.Android
## Important Notes
Firstly, create /res/value/google_maps_api.xml and add API key. For more information of how to create the API key, follow the directions here: https://developers.google.com/maps/documentation/android/start#get-key```
AIza****************************
```
Secondly, create /apikey.properties and add the required secrets as shown below.
```
AZURE_EVENT_HUB_CONNECTION_STRING="..."
AZURE_EVENT_HUB_NAME="..."
```For securing safety API key add google_maps_api.xml and apikey.properties to .gitignore.