September 2015
Beginner to intermediate
356 pages
7h 27m
English
The Google Maps API helps us to move from one visible region to another. This can be done by changing the camera view.
The camera view changing from one location to another can be animated. The duration of the animation can also be controlled.
To achieve this, we need to obtain the CameraUpdate object from the CameraUpdateFactory class.
The different ways to animate the camera views are as follows:
Let's discuss the different methods used to change the zoom level. These methods should be called on the CameraUpdateFactory class to obtain the CameraUpdate object:
|
Method ... |
|---|
Read now
Unlock full access