Builder
open class Builder
Content copied to clipboard
Constructors
Functions
build
Link copied to clipboard
replace
Link copied to clipboard
set Local Rotation
Link copied to clipboard
open fun setLocalRotation(@NonNull angles: Point3F, @NonNull animation: MapAnimation): CameraState.Builder
Content copied to clipboard
set Local Translation
Link copied to clipboard
open fun setLocalTranslation(@NonNull offset: Point3F): CameraState.Builder
Content copied to clipboard
open fun setLocalTranslation(@NonNull offset: Point3F, @NonNull animation: MapAnimation): CameraState.Builder
Content copied to clipboard
set Map Center Settings
Link copied to clipboard
open fun setMapCenterSettings(@NonNull mapCenterSettings: MapCenterSettings): CameraState.Builder
Content copied to clipboard
open fun setMapCenterSettings(@NonNull mapCenterSettings: MapCenterSettings, @NonNull animation: MapAnimation): CameraState.Builder
Content copied to clipboard
set Map Padding
Link copied to clipboard
open fun setMapPadding(@NonNull rect: RectF, @NonNull animation: MapAnimation): CameraState.Builder
Content copied to clipboard
open fun setMapPadding(left: Float, top: Float, right: Float, bottom: Float): CameraState.Builder
Content copied to clipboard
open fun setMapPadding(left: Float, top: Float, right: Float, bottom: Float, @NonNull animation: MapAnimation): CameraState.Builder
Content copied to clipboard
set Map Rectangle
Link copied to clipboard
open fun setMapRectangle(@NonNull mapRectangle: MapRectangle): CameraState.Builder
Content copied to clipboard
open fun setMapRectangle(@NonNull mapRectangle: MapRectangle, @NonNull animation: MapAnimation): CameraState.Builder
Content copied to clipboard
open fun setMapRectangle(@NonNull boundingBox: GeoBoundingBox, @FloatRange(from = 0.0, to = 1.0 ) leftMarginPerc: Float, @FloatRange(from = 0.0, to = 1.0 ) topMarginPerc: Float, @FloatRange(from = 0.0, to = 1.0 ) rightMarginPerc: Float, @FloatRange(from = 0.0, to = 1.0 ) bottomMarginPerc: Float): CameraState.Builder
Content copied to clipboard
open fun setMapRectangle(@NonNull boundingBox: GeoBoundingBox, leftMarginPx: Int, topMarginPx: Int, rightMarginPx: Int, bottomMarginPx: Int): CameraState.Builder
Content copied to clipboard
open fun setMapRectangle(@NonNull boundingBox: GeoBoundingBox, @FloatRange(from = 0.0, to = 1.0 ) leftMarginPerc: Float, @FloatRange(from = 0.0, to = 1.0 ) topMarginPerc: Float, @FloatRange(from = 0.0, to = 1.0 ) rightMarginPerc: Float, @FloatRange(from = 0.0, to = 1.0 ) bottomMarginPerc: Float, @NonNull animation: MapAnimation): CameraState.Builder
Content copied to clipboard
open fun setMapRectangle(@NonNull boundingBox: GeoBoundingBox, leftMarginPx: Int, topMarginPx: Int, rightMarginPx: Int, bottomMarginPx: Int, @NonNull animation: MapAnimation): CameraState.Builder
Content copied to clipboard
set Movement Mode
Link copied to clipboard
set Position
Link copied to clipboard
open fun setPosition(@NonNull position: GeoCoordinates): CameraState.Builder
Content copied to clipboard
open fun setPosition(@NonNull position: GeoCoordinates, @NonNull animation: MapAnimation): CameraState.Builder
Content copied to clipboard
set Position Orientation
Link copied to clipboard
open fun setPositionOrientation(@NonNull posOrient: CameraState.PositionOrientation): CameraState.Builder
Content copied to clipboard
open fun setPositionOrientation(@NonNull posOrient: CameraState.PositionOrientation, @NonNull animation: MapAnimation): CameraState.Builder
Content copied to clipboard
set Rotation
Link copied to clipboard
open fun setRotation(@FloatRange(from = "-180.0", to = 180.0 ) rotation: Float): CameraState.Builder
Content copied to clipboard
open fun setRotation(@FloatRange(from = "-180.0", to = 180.0 ) rotation: Float, @NonNull animation: MapAnimation): CameraState.Builder
Content copied to clipboard
set Rotation Mode
Link copied to clipboard
set Tilt
Link copied to clipboard
open fun setTilt(@FloatRange(from = 0, to = 90 ) tilt: Float): CameraState.Builder
Content copied to clipboard
open fun setTilt(@FloatRange(from = 0, to = 90 ) tilt: Float, @NonNull animation: MapAnimation): CameraState.Builder
Content copied to clipboard
set Zoom Level
Link copied to clipboard
open fun setZoomLevel(@FloatRange(from = 0, to = Float.MAX_VALUE ) zoom: Float): CameraState.Builder
Content copied to clipboard
open fun setZoomLevel(@FloatRange(from = 0, to = Float.MAX_VALUE ) zoom: Float, @NonNull animation: MapAnimation): CameraState.Builder
Content copied to clipboard