asilichenko / android-map-with-panorama-sample

The sample Android app demonstrates how to use a custom combination of Google Maps and StreetView.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Google Map with Street View sample

The sample Android app demonstrates how to use a custom combination of Google Maps and StreetView.

Sources

Maps API key

The app require that you add your own Google Maps API key:

  • Get a Maps API key.
  • Create a file in the root directory of the project called secure.properties (this file should NOT be under version control to protect your API key).
  • Add a single line to secure.properties that looks like: MAPS_API_KEY=YOUR_API_KEY, where YOUR_API_KEY is the API key you obtained in the first step.
  • Build and run

About

The sample Android app demonstrates how to use a custom combination of Google Maps and StreetView.


Languages

Language:Java 100.0%