PolygonMarker

public class PolygonMarker : GeometricMarker, GenericPolygonMarker

Base class for polygon markers.

  • The polygon that should be displayed on the map.

    Declaration

    Swift

    public var polygon: TGGeoPolygon?
  • The drawing order of the polygon relative to other polygons and polylines. Higher values will be drawn above lower values. Default is 1000.

    Declaration

    Swift

    public var order: Int