MarkerVisibility
class MarkerVisibility(val zoom: ClosedFloatingPointRange<Double>, val tilt: ClosedFloatingPointRange<Double>)
Represents the criteria for a traffic marker to be visible.
Important: This is a Public Preview API. It may be changed or removed at any time.
Properties
Link copied to clipboard
Tilt angle (in degrees) at which markers are visible. A value of 0 indicates the camera is looking straight down, and 90 means it is looking straight ahead towards the horizon. Markers are visible only when the camera tilt is in the stated range.
Link copied to clipboard
Zoom level at which markers are visible. Markers are visible only when the zoom level is in the stated range.