SurfaceSectionObject
Objective-C
@interface SurfaceSectionObject : NSObject
Swift
class SurfaceSectionObject : NSObject
This class encapsulates surface section information.
-
Distance in meters where the section starts.
Declaration
Objective-C
@property (nonatomic) int startDistanceM;
Swift
var startDistanceM: Int32 { get set }
-
The type of surface.
Declaration
Objective-C
@property (nonatomic) SurfaceType type;
Swift
var type: SurfaceType { get set }