Android App
This app is using Google Map API.
Goole Maps API
Follow the link to generate an API key.
After getting the API key, create app\src\main\res\values\keys.xml file with your key:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="GoogleAPIKey">yourkey</string>
</resources>