September 2015
Beginner to intermediate
356 pages
7h 27m
English
A map application created with the Google Maps API supports all the gestures supported by the Google Maps app. It is up to you to choose whether you need all the gestures or would like to disable some.
As with UI controls, we can enable/disable gestures from the UiSettings class.
The various gestures that are supported are as follows:
Let's discuss these gestures in detail.
There are four types of zoom gestures available. Let's discuss them in detail.
This refers to double tapping on the surface of a map which increases the zoom level by 1 (that is, zoom in).
This refers to a two finger tap on the surface of a map which decreases the zoom ...
Read now
Unlock full access