UserLocationManager
public final class UserLocationManager : RxObject
-
The delegate of the user location manager.
Declaration
Swift
public weak var delegate: UserLocationManagerDelegate? -
The style of the user location view.
Declaration
Swift
public var userLocationViewStyles: UserLocationViewStyles { get set } -
The source of the user location.
Declaration
Swift
public var locationSource: LocationSource? { get set } -
The latest user location coordinate.
Declaration
Swift
public var lastCoordinate: Coordinate? { get }
View on GitHub