Routelandia Android application use Google Play services to load Google Map.
Download it from the Play Store.
- Java 1.7 or later.
- A Google Maps API key.
Based on instructions from https://developers.google.com/maps/documentation/android/start
Each Google Maps Web Service requires an API key or Client ID. API keys are freely available with a Google Account at https://developers.google.com/console. To generate a server key for your project:
- Visit https://developers.google.com/console and log in with a Google Account.
- Select an existing project, or create a new project.
- Click Enable an API.
- Browse for the API, and set its status to "On". The Java Client for Google Maps Services
accesses the following APIs:
- Directions API
- Google Maps API
- Once you've enabled the APIs, click Credentials from the left navigation of the Developer Console.
- In the "Public API access", click Create new Key.
- Choose Android Key.
- Enter your Certificate Fingerprint.
- Click Create.
Your API key should be 40 characters long, and begin with AIza
.
You'll need to place this key your AndroidManifest.xml as the value for the com.google.android.maps.v2.API_KEY field.