/maps-integration

Android sample of how to use Google Maps API in your android application

Primary LanguageJavaApache License 2.0Apache-2.0

maps-integration

It is an Android application that shows how the integration with the Google Maps service works. Expresso testing framework was used to test UI.

#Setup

  • You must generate a key to integrate with Google Maps API.

  • You must replace the value of your key in android:value property placed on AndroidManifest.xml

     <meta-data
         android:name="com.google.android.geo.API_KEY"
         android:value="@string/google_maps_key" />
    
  • For more information you can check out this link: https://developers.google.com/maps/documentation/android-api/start