RoadShapeFormType

enum RoadShapeFormType : NSInteger {}

Constants indicating the form of the shape.

  • Line is a simple line with width defined by RoadShapeType,

    Declaration

    Objective-C

    RoadShapeFormTypeLine
  • Circle segment ( clock wise or counter clock wise depending on drive side) is a part of a RoadAnchorType::Circle.

    Declaration

    Objective-C

    RoadShapeFormTypeCircleSegment
  • Point is a maker (e.g. Waypoint place) outside the anchor and not connected by a line. Get the index of the next route instruction on the current route segment.

    Declaration

    Objective-C

    RoadShapeFormTypePoint