RoadSteepSectionObject

Objective-C


@interface RoadSteepSectionObject : NSObject

Swift

class RoadSteepSectionObject : NSObject

This class encapsulates road steep section information.

  • Distance in meters where the section starts.

    Declaration

    Objective-C

    @property (nonatomic) int startDistanceM;

    Swift

    var startDistanceM: Int32 { get set }
  • The category of steep ( index in user steep categories list, see getSteepSections for details )

    Declaration

    Objective-C

    @property (nonatomic) int categ;

    Swift

    var categ: Int32 { get set }