/Wander

Wander Android Application for teaching Google Maps API

Primary LanguageJava

Wander - Solution Code

Solution code for the Wander app, which is a custom-styled Google Map with Street View enabled for Places of Interest, multiple map types, and location tracking.

Introduction

This app is a sample for teaching Google Maps for Android. In order to use it, you must obtain a key from the Google Developer Console.

Pre-requisites

You should be familiar with:

  • Basic functionality of Google Maps.
  • Creating, building, and running apps in Android Studio.
  • Including external libraries in your build.gradle file.

Getting Started

  1. Download the code.
  2. Obtain an API key for Google Maps restricted to Android apps by visiting the link in the google_maps_api.xml file included in the sample.
  3. Replace the YOUR_KEY_HERE string with your API key in the appropriate google_maps_api.xml file (debug or release).
  4. Open the code in Android Studio.
  5. Run the app.

License

Copyright 2017 Google, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.