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