Skip to content

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

License

Notifications You must be signed in to change notification settings

andre-pelisoli/maps-integration

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages