public final class CameraUpdate
extends java.lang.Object
CameraUpdate defines a camera move.
Example to zoom out on a map:
MapController map = ...;
map.animateCamera(CameraUpdateFactory.zoomOut());
Copyright (c) 2017 Nexusgeographics All rights reserved.
Modifier and Type | Method and Description |
---|---|
int |
getBoundsPadding() |