FollowPuckViewportStateBearing
public enum FollowPuckViewportStateBearing : Codable, Hashable
Expresses the different ways that FollowPuckViewportState
can obtain values to use when
setting CameraOptions
.
See also
puckBearing
-
FollowPuckViewportState
setsCameraOptions
to a constant value.Declaration
Swift
case constant(_: CLLocationDirection)
Parameters
bearing
the constant value that should be used to set the camera bearing.
-
FollowPuckViewportState
setsCameraOptions
based on the current heading.See also
LocationManager
Location/heading
Declaration
Swift
case heading
-
FollowPuckViewportState
setsCameraOptions
based on the current course.See also
LocationManager
Location/course
Declaration
Swift
case course