Wander

Wander

In this practical you create the Wander app, which is a styled Google Map. The
Wander app allows you to drop markers onto locations, see your location in
real time, and look at Street View panoramas.

Content: http://codelabs.developers.google.com/codelabs/advanced-android-training-google-maps/index.html

Lab path

3. Task 1. Set up the project an get an API Key

  1. google_maps_api.xml
  2. activity_maps.xml
  3. MapsActivity.java

4. Task 2. Add map types and markers

  1. map_options.xml
  2. strings.xml
  3. MapsActivity.java

5. Task 3. Style your map

  1. activity_maps.xml

  2. map_style.json

    Created using Maps Platform Styling Wizard

  3. MapsActivity.java

  4. android.png

6. Task 4. Enable location tracking and Street View

  1. AndroidManifest.xml
  2. MapsActivity.java
  3. activity_maps.xml

The Google Maps Android API Street View service requires to link a billing
account to the project on Google Cloud.

References

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.

Visit original content creator repository
https://github.com/dscoppelletti/Wander

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *