MGLPolygonFeature

extension MGLPolygonFeature
  • Initializes a map polygon feature representation of the given Turf polygon feature.

    Declaration

    Swift

    public convenience init(_ polygonFeature: PolygonFeature)

    Parameters

    polygonFeature

    The Turf polygon feature to convert to a map polygon feature.