GeoPolylineDirection

public enum GeoPolylineDirection : UInt32, CaseIterable, Codable

Defines if a function on a GeoPolyline computes the operation starting from the beginning or from the end of GeoPolyline.vertices.

  • Identifies that the operation is from the first vertex to the last one.

    Declaration

    Swift

    case fromBeginning
  • Identifies that the operation is from the last vertex to the first one.

    Declaration

    Swift

    case fromEnd