FUIGeospatialType

public enum FUIGeospatialType : Int

An enum of supported Geospatial Types: Point, Polygon, and Polyline.

  • GeospatialType - Point

    Declaration

    Swift

    case point
  • GeospatialType - Polygon

    Declaration

    Swift

    case polygon
  • GeospatialType - Polyline

    Declaration

    Swift

    case polyline