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