YMKLocationSettings
|
@interface YMKLocationSettings : NSObject |
Summary
Class methods
|
+ (nonnull YMKLocationSettings *)locationSettingsWithProvideAccuracy:( BOOL)provideAccuracy |
Instance methods
|
- (nonnull YMKLocationSettings *)init; |
Properties
|
@property (nonatomic, assign, unsafe_unretained, readwrite) BOOL provideAccuracy; |
|
@property (nonatomic, strong, readwrite, nullable) YMKRange *accuracy; |
|
@property (nonatomic, strong, readwrite, nullable) |
|
@property (nonatomic, assign, unsafe_unretained, readwrite) BOOL provideSpeed; |
|
@property (nonatomic, assign, unsafe_unretained, readwrite) double speed; |
|
@property (nonatomic, assign, unsafe_unretained, readwrite) BOOL provideHeading; |
|
@property (nonatomic, strong, readwrite, nullable) YMKRange *headingError; |
|
@property (nonatomic, strong, readwrite, nullable) |
|
@property (nonatomic, assign, unsafe_unretained, readwrite) |
|
@property (nonatomic, strong, readwrite, nullable) |
Class methods
locationSettingsWithProvideAccuracy:accuracy:locationTimeInterval:provideSpeed:speed:provideHeading:headingError:locationError:provideWheelSpeed:wheelSpeedTimeInterval:
|
+ (nonnull YMKLocationSettings *)locationSettingsWithProvideAccuracy:( BOOL)provideAccuracy |
Instance methods
init
|
- (nonnull YMKLocationSettings *)init; |
Properties
provideAccuracy
|
@property (nonatomic, assign, unsafe_unretained, readwrite) BOOL provideAccuracy; |
Flag whether to provide accuracy value.
accuracy
|
@property (nonatomic, strong, readwrite, nullable) YMKRange *accuracy; |
Location accuracy range in meters.
Optional field, can be nil.
locationTimeInterval
|
@property (nonatomic, strong, readwrite, nullable) |
Location time interval in milliseconds.
Optional field, can be nil.
provideSpeed
|
@property (nonatomic, assign, unsafe_unretained, readwrite) BOOL provideSpeed; |
Flag whether to provide speed value.
speed
|
@property (nonatomic, assign, unsafe_unretained, readwrite) double speed; |
The speed in meters per second.
provideHeading
|
@property (nonatomic, assign, unsafe_unretained, readwrite) BOOL provideHeading; |
Flag whether to provide error of heading.
headingError
|
@property (nonatomic, strong, readwrite, nullable) YMKRange *headingError; |
The current heading error range in degrees relative to true heading, clockwise.
Optional field, can be nil.
locationError
|
@property (nonatomic, strong, readwrite, nullable) |
Optional field, can be nil.
provideWheelSpeed
|
@property (nonatomic, assign, unsafe_unretained, readwrite) |
Flag whether to provide wheel speed value.
wheelSpeedTimeInterval
|
@property (nonatomic, strong, readwrite, nullable) |
Time interval of getting the wheel speed in milliseconds. After publication the wheel speed corresponds to the speed value.
Optional field, can be nil.