FacilityType

public enum FacilityType : UInt32, CaseIterable, Codable

Represents facility type available at the location. Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • A place to stay overnight.

    Declaration

    Swift

    case hotel
  • A place to eat.

    Declaration

    Swift

    case restaurant
  • A place to have a coffee or other drinks.

    Declaration

    Swift

    case cafe
  • A shopping mall.

    Declaration

    Swift

    case mall
  • A place to buy groceries.

    Declaration

    Swift

    case supermarket
  • Sport facilities: gym, field etc.

    Declaration

    Swift

    case sport
  • A place for recreation, like a park, beach etc.

    Declaration

    Swift

    case recreationArea
  • Located in, or close to, a park, nature reserve etc.

    Declaration

    Swift

    case nature
  • A museum or other cultural facility.

    Declaration

    Swift

    case museum
  • A bike/e-bike/e-scooter sharing location.

    Declaration

    Swift

    case bikeSharing
  • A bus stop.

    Declaration

    Swift

    case busStop
  • A taxi stand.

    Declaration

    Swift

    case taxiStand
  • A tram stop.

    Declaration

    Swift

    case tramStop
  • A metro station.

    Declaration

    Swift

    case metroStation
  • A train station.

    Declaration

    Swift

    case trainStation
  • An airport.

    Declaration

    Swift

    case airport
  • A parking lot.

    Declaration

    Swift

    case parkingLot
  • A parking lot for carpooling.

    Declaration

    Swift

    case carpoolParking
  • A fuel station.

    Declaration

    Swift

    case fuelStation
  • Wifi or other type of internet available.

    Declaration

    Swift

    case wifi
  • Business facilities.

    Declaration

    Swift

    case business
  • Educational facilities.

    Declaration

    Swift

    case education
  • Financial facilities.

    Declaration

    Swift

    case finance
  • Health facilities.

    Declaration

    Swift

    case health
  • Service facilities.

    Declaration

    Swift

    case service
  • A store.

    Declaration

    Swift

    case store