GenericPolylineMarker

public protocol GenericPolylineMarker: GenericGeometricMarker

Generic polyline marker protocol definition.

  • The polyline that should be displayed on the map.

    Declaration

    Swift

    var polyline: TGGeoPolyline?
  • The width of the stroke to draw the polyline.

    Declaration

    Swift

    var strokeWidth: Int
  • The drawing order of the polyline relative to other polylines and polygons. Higher values will be drawn above lower values. Default is 1000.

    Declaration

    Swift

    var order: Int