GenericPolygonMarker

public protocol GenericPolygonMarker: GenericGeometricMarker

Generic polygon marker protocol definition.

  • The polygon that should be displayed on the map.

    Declaration

    Swift

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

    Declaration

    Swift

    var order: Int