-
An object responsible for notifying the map view about location-related events, such as a change in the device’s location.
See moreDeclaration
Swift
public final class LocationManager : NSObject
extension LocationManager: LocationProviderDelegate
-
A struct to configure a
See moreLocationManager
Declaration
Swift
public struct LocationOptions : Equatable
-
Represents the different types of pucks
See moreDeclaration
Swift
public enum PuckType : Equatable
-
Undocumented
See moreDeclaration
Swift
public struct Puck2DConfiguration : Equatable
-
Undocumented
See moreDeclaration
Swift
public struct Puck3DConfiguration : Equatable
-
A structure represeting a Model
See moreDeclaration
Swift
public struct Model : Equatable, Codable
-
Controls how the puck is oriented
See moreDeclaration
Swift
public enum PuckBearingSource : Equatable
-
Instances of this class are delivered to
See moreLocationConsumer
s byLocationManager
whenever the heading, location, or accuracy authorization change.Declaration
Swift
@objc public class Location : NSObject
-
The
See moreLocationConsumer
protocol defines a method that a class must implement to consume location updates from LocationManagerDeclaration
Swift
@objc public protocol LocationConsumer
-
The
See moreLocationPermissionsDelegate
protocol defines a set of optional methods that you can use to receive location permission events.Declaration
Swift
@objc public protocol LocationPermissionsDelegate
-
The
See moreLocationProvider
protocol defines a set of methods that a class must implement in order to serve as the location events provider.Declaration
Swift
public protocol LocationProvider
-
The
See moreLocationProviderDelegate
protocol defines a set of methods that respond to location updates from anLocationProvider
.Declaration
Swift
public protocol LocationProviderDelegate : AnyObject
-
Undocumented
See moreDeclaration
Swift
public final class AppleLocationProvider : NSObject
extension AppleLocationProvider: LocationProvider
extension AppleLocationProvider: CLLocationManagerDelegate