MPRouteLeg

@interface MPRouteLeg

Route leg model. A route model will consist of one ore more route legs. Typically a route from 1st floor to 2nd floor will consist of two route legs. Thus, a route leg defines a continueus route part within the same floor and/or building and/or vehicle.

  • The routeleg distance

    Declaration

    Objective-C

    @property (assign, readwrite, atomic) NSNumber *distance;

    Swift

    var distance: NSNumber! { get set }
  • The routeleg duration

    Declaration

    Objective-C

    @property (assign, readwrite, atomic) NSNumber *duration;

    Swift

    var duration: NSNumber! { get set }
  • Undocumented

    Declaration

    Objective-C

    @interface MPRouteLeg
  • Undocumented

    Declaration

    Objective-C

    @interface MPRouteLeg
  • Undocumented

    Declaration

    Objective-C

    @interface MPRouteLeg
  • Undocumented

    Declaration

    Objective-C

    @interface MPRouteLeg
  • The array of route actions in this route leg.

    Declaration

    Objective-C

    @property (assign, readwrite, atomic) NSMutableArray *steps;

    Swift

    var steps: NSMutableArray! { get set }