MapViewCameraContext

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
abstract val buildings: Set<Building>
Link copied to clipboard
Link copied to clipboard
abstract val defaultTerrain: Terrain
Link copied to clipboard
abstract val density: Float
Link copied to clipboard
abstract val height: Int
Link copied to clipboard
Link copied to clipboard
abstract val lightsMode: LightsMode?
Link copied to clipboard
Link copied to clipboard
abstract val mapSpan: Double

Returns the span (in map units) of the smallest axis for the camera's current elevation

Link copied to clipboard
abstract val mapSpanRange: Range<Double>

Returns the span range (in map units) of the smallest axis for the camera's minimum and maximum elevation

Link copied to clipboard
abstract val pathNetwork: PathNetwork?
Link copied to clipboard
abstract val safeAreaInsets: Rect
Link copied to clipboard
abstract val span: Double

Returns the span (in metres) of the smallest axis for the camera's current elevation

Link copied to clipboard
abstract val spanRange: Range<Double>

Returns the span range (in metres) of the smallest axis for the camera's minimum and maximum elevation

Link copied to clipboard
abstract val width: Int

Functions

Link copied to clipboard
abstract fun isLocationInBounds(location: Location): Boolean