SITPOIWithDistance
Objective-C
@interface SITPOIWithDistance : NSObject
Swift
class SITPOIWithDistance : NSObject
Class that store the distance information from a location to a given SITPoi
-
Distance in metter from the the location to the SITPOi
Declaration
Objective-C
@property (nonatomic) double distance;
Swift
var distance: Double { get set }