LocationPuckManager
public class LocationPuckManager : LocationConsumer
An object that is responsible for managing the location indicator which can be view based, or layer based
-
LocationConsumer protocol property that establishes if tracking is active
Declaration
Swift
public var shouldTrackLocation: Bool -
Undocumented
Declaration
Swift
public init(shouldTrackLocation: Bool, locationSupportableMapView: LocationSupportableMapView, currentPuckSource: LocationPuck) -
LocationConsumer protocol method that will handle location updates
Declaration
Swift
public func locationUpdate(newLocation: Location)
LocationPuckManager Class Reference