CameraStateData

public abstract class CameraStateData extends Object

Represents a camera state.

Public Constructor Summary

Public Method Summary

abstract int
getAnimationDurationMs()
Gets the animation duration in milliseconds.
abstract int
getBoundsPaddingPx()
Gets the camera bounds padding in pixels.
abstract ImmutableList<LatLng>
getIncludedPoints()
Gets locations to be included in the camera's bounds.
abstract LatLng
getTarget()
Gets the location on which to center the camera.
abstract Integer
getZoom()
Gets the camera zoom.

Inherited Method Summary

Public Constructors

public CameraStateData ()

Public Methods

public abstract int getAnimationDurationMs ()

Gets the animation duration in milliseconds.

public abstract int getBoundsPaddingPx ()

Gets the camera bounds padding in pixels.

public abstract ImmutableList<LatLng> getIncludedPoints ()

Gets locations to be included in the camera's bounds.

public abstract LatLng getTarget ()

Gets the location on which to center the camera.

public abstract Integer getZoom ()

Gets the camera zoom.