LocationOptions

A struct to configure a LocationManager

  • Specifies the minimum distance (measured in meters) a device must move horizontally before a location update is generated. The default value of this property is kCLDistanceFilterNone.

  • Specifies the accuracy of the location data. The default value is kCLLocationAccuracyBest.

  • Sets the type of user activity associated with the location updates. The default value is CLActivityType.other.

  • Sets the type of puck that should be used

  • Specifies if a Puck should use Heading or Course for the bearing This is an experimental option. The default value is PuckBearingSource.heading.

  • Whether the puck rotates to track the bearing source.