9#import <Foundation/Foundation.h>
11#import "MPJSONModel.h"
19- (_Nullable instancetype) initWithWirelessPositionData:(nonnull NSData*) positionData;
34@property (nonatomic, strong, nullable) NSMutableDictionary*
properties;
40@property (nonatomic, strong, nullable) NSString*
type DEPRECATED_MSG_ATTRIBUTE(
"Marked as obsolete property");
45@property (nonatomic, weak, nullable) id<Optional>
provider;
60- (double)
getRoundtrip DEPRECATED_MSG_ATTRIBUTE("Marked as obsolete method");
75- (nullable NSNumber*)
getAge DEPRECATED_MSG_ATTRIBUTE("Marked as obsolete method");
84- (void) setProbability:(
double)probability;
90- (void) setHeadingDegrees:(
double)heading;
Definition MPPositionResult.h:18
BOOL headingAvailable
Definition MPPositionResult.h:29
nullable NSNumber * getAge()
id< Optional > provider
Definition MPPositionResult.h:45
MPPoint * geometry
Definition MPPositionResult.h:24
NSMutableDictionary * properties
Definition MPPositionResult.h:34
NSString * type
Definition MPPositionResult.h:40
double getHeadingDegrees()
nullable NSNumber * getFloor()