ResolvableDestinations
data class ResolvableDestinations(val geographicCoordinateProviders: List<GeographicCoordinateProvider>, val headingDegrees: Double? = null, val insets: Double = 0.0, val tilt: Double? = null, val fallback: CameraTarget = Default) : CameraTarget
Sets one or more of the position, heading and elevation of the camera.
Since
0.0.86
Parameters
geographicCoordinateProviders
The coordinates to be included in the camera's view
headingDegrees
The heading of the camera
insets
The margin around the view which should be taken into account in addition to the span
tilt
The tilt of the camera
fallback
The CameraTarget
to use if the smallest circle containing the geographicCoordinateProviders can not be computed
Constructors
Link copied to clipboard
constructor(geographicCoordinateProviders: List<GeographicCoordinateProvider>, headingDegrees: Double? = null, insets: Double = 0.0, tilt: Double? = null, fallback: CameraTarget = Default)