VenueType:
    | "UNKNOWN"
    | "DRINK_DAY"
    | "DRINK_EVENING"
    | "EDUCATION_INDEPENDENT"
    | "EDUCATION_PARENTS"
    | "HEALTH"
    | "INDUSTRIAL"
    | "LEISURE_BEACH"
    | "LEISURE_DAY"
    | "LEISURE_EVENING"
    | "LEISURE_MUSEUM"
    | "LEISURE_NATURE"
    | "LEISURE_PARK"
    | "OFFICE"
    | "RELIGION"
    | "RESIDENTIAL"
    | "RESTO_MID"
    | "RESTO_SHORT"
    | "SHOP_LONG"
    | "SHOP_SHORT"
    | "SPORT"
    | "SPORT_ATTEND"
    | "TRAVEL_BUS"
    | "TRAVEL_CONFERENCE"
    | "TRAVEL_FILL"
    | "TRAVEL_HOTEL"
    | "TRAVEL_LONG"
    | "TRAVEL_SHORT"

The list of venue types that are currently supported by the venue-type mapping model:

  • DRINK_DAY - Cafes, coffee bars, tea rooms, etc
  • DRINK_EVENING - Bars, pubs and in general places where one goes for drinks in evenings.
  • EDUCATION_INDEPENDENT - Educational institutions visited by the user on his own for their own studies. High schools, universities, colleges, etc.
  • EDUCATION_PARENTS - Schools and kindergartens visited by parents.
  • HEALTH - Hospitals, clinics, emergency rooms.
  • INDUSTRIAL - Buildings tagged as “industrial” on OSM, built for some manufacturing process.
  • LEISURE_BEACH - Beaches, resorts and swimming areas.
  • LEISURE_DAY - Bowling, billiards and other entertainment places.
  • LEISURE_EVENING - Cinemas, theatres and music halls.
  • LEISURE_MUSEUM - Museums.
  • LEISURE_NATURE - Forests, lakes, national parks, etc.
  • LEISURE_PARK - City parks, gardens, zoos.
  • OFFICE - Office buildings. For example, of private lawyers, notaries or company representatives.
  • RELIGION - Churches, mosques and other religion related buildings.
  • RESIDENTIAL - Apartment blocks, houses.
  • RESTO_MID - Food courts, restaurants, snack bars.
  • RESTO_SHORT - Ice cream, fast food, donut stores.
  • SHOP_LONG - Supermarkets, malls, wholesales, shopping centres.
  • SHOP_SHORT - Small grocery stores, butchers, bakers.
  • SPORT - Gyms, sport centres. Venues visited to exercise.
  • SPORT_ATTEND - Stadiums. Venues visited to attend a sport event.
  • TRAVEL_BUS - Bus stops.
  • TRAVEL_CONFERENCE - Conference, convention, exhibition centres.
  • TRAVEL_FILL - Gas stations.
  • TRAVEL_HOTEL - Hotels, motels, guest rooms, etc.
  • TRAVEL_LONG - Airports
  • TRAVEL_SHORT - Public transport stations, railway stations.