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

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

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.