Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 369 Bytes

File metadata and controls

10 lines (8 loc) · 369 Bytes

GoogleMapsAPITest

This is a DEMO project to use googleMaps and to PIN certain locations the user may want to add a PIN

Remember to use your own APIkey from GoogleCloudConsole

On the file AndroidManifest.xml replace the value from meta-data with your key

<meta-data
  android:name="com.google.android.geo.API_KEY"
  android:value="//Here Goes Your Key"/>