positionMarkerVerticalOffset
fun positionMarkerVerticalOffset(@FloatRange(from = 0.0, to = 1.0) positionMarkerVerticalOffset: Double): CameraOptions
Returns the CameraOptions that adjust the chevron's vertical offset by the given positionMarkerVerticalOffset within the safe area of the map. Values go from 0.0 (center) to 1.0 (bottom) in the safe area of the map.
Return
CameraOptions for the transition.
Parameters
positionMarkerVerticalOffset
The vertical offset of the chevron.
See also
CameraOptions.positionMarkerVerticalOffset
to read more about the field of view attribute.