PolylineMarker
public class PolylineMarker : GeometricMarker, GenericPolylineMarker
Base class for polyline markers.
-
The polyline that should be displayed on the map.
Declaration
Swift
public var polyline: TGGeoPolyline?
-
The width of the stroke to draw the polyline.
Declaration
Swift
public 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
public var order: Int