Book Image

Learning Android Google Maps

Book Image

Learning Android Google Maps

Overview of this book

This book helps you to overcome the most common problems faced by users and helps you create a successful map application without any hassle. The book starts with a brief description of how to set up an environment and obtain an API key to create your map application. This book will teach you about adding markers, overlays, and information windows to the map in detail. You will then dive deep into customizing various types of maps and working with location data and Google Street view. By the end of this book, you will be able to create succinct map applications in Android using Google maps efficiently.
Table of Contents (18 chapters)
Learning Android Google Maps
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Index

Self-test questions


Q1. The tilt angle ranges between 0 and 180 degrees.

  1. True

  2. False

Q2. A bearing angle of 90 degrees rotates the map 90 degrees clockwise.

  1. True

  2. False

Q3. The zoomIn() method increases zoom level by?

  1. 1

  2. 2

  3. 3

  4. 4

Q4. In the scrollBy(float x, float y) method, the positive value of x moves the map in which direction?

  1. Left

  2. Right

  3. Up

  4. Down

Q5. Which method is called when the animation is finished?

  1. onFinish()

  2. onCancel()