September 2015
Beginner to intermediate
356 pages
7h 27m
English
In this section, we are going to customize user-controlled features such as zoom gestures, pan gestures, navigation icons, and so on. We are going to learn about:
By default, pan gestures are enabled. These help us move around in the street view. To disable this, we can call the setPanningGesturesEnabled() method on the StreetViewPanorama object, which will take Boolean as a parameter. The code would be similar to:
panorama.setPanningGesturesEnabled(false);
In the earlier code, the panorama is the ...
Read now
Unlock full access