java.lang.Object | |
↳ | com.amazon.geo.mapsv2.CameraUpdate |
Defines a target for changing the map camera. Use this class to set any or all of the camera properties (target, zoom level, bearing, and tilt), then call:
animateCamera(CameraUpdate)
animateCamera(CameraUpdate, AmazonMap.CancelableCallback)
animateCamera(CameraUpdate, int, AmazonMap.CancelableCallback)
moveCamera(CameraUpdate)
.
Use methods on the CameraUpdateFactory
class to create a
CameraUpdate
.
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |