RangeBoundary

public enum RangeBoundary

Boundary of the area reachable from an initial vehicle position.

  • A polygon defined by vertices listed in counterclockwise order.

    Declaration

    Swift

    case polygon(points: [CLLocationCoordinate2D])

    Parameters

    points

    The points describing the polygon.