<!--
{
  "availability" : [
    "MapKit JS: 5.33.1 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/PointOfInterestCategory",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "enum/mapkit.PointOfInterestCategory"
  },
  "title" : "PointOfInterestCategory"
}
-->

# PointOfInterestCategory

Point-of-interest categories.

```
const PointOfInterestCategory: Readonly<{
    readonly Airport: "Airport";
    readonly AmusementPark: "AmusementPark";
    readonly AnimalService: "AnimalService";
    readonly Aquarium: "Aquarium";
    readonly ATM: "ATM";
    readonly AutomotiveRepair: "AutomotiveRepair";
    readonly Bakery: "Bakery";
    readonly Bank: "Bank";
    readonly Baseball: "Baseball";
    readonly Basketball: "Basketball";
    readonly Beach: "Beach";
    readonly Beauty: "Beauty";
    readonly Bowling: "Bowling";
    readonly Brewery: "Brewery";
    readonly Cafe: "Cafe";
    readonly Campground: "Campground";
    readonly CarRental: "CarRental";
    readonly Castle: "Castle";
    readonly ConventionCenter: "ConventionCenter";
    readonly Distillery: "Distillery";
    readonly EVCharger: "EVCharger";
    readonly Fairground: "Fairground";
    readonly FireStation: "FireStation";
    readonly Fishing: "Fishing";
    readonly FitnessCenter: "FitnessCenter";
    readonly FoodMarket: "FoodMarket";
    readonly Fortress: "Fortress";
    readonly GasStation: "GasStation";
    readonly GoKart: "GoKart";
    readonly Golf: "Golf";
    readonly Hiking: "Hiking";
    readonly Hospital: "Hospital";
    readonly Hotel: "Hotel";
    readonly Kayaking: "Kayaking";
    readonly Landmark: "Landmark";
    readonly Laundry: "Laundry";
    readonly Library: "Library";
    readonly Mailbox: "Mailbox";
    readonly Marina: "Marina";
    readonly MiniGolf: "MiniGolf";
    readonly MovieTheater: "MovieTheater";
    readonly Museum: "Museum";
    readonly MusicVenue: "MusicVenue";
    readonly NationalMonument: "NationalMonument";
    readonly NationalPark: "NationalPark";
    readonly Nightlife: "Nightlife";
    readonly Park: "Park";
    readonly Parking: "Parking";
    readonly Pharmacy: "Pharmacy";
    readonly Planetarium: "Planetarium";
    readonly Police: "Police";
    readonly PostOffice: "PostOffice";
    readonly PublicTransport: "PublicTransport";
    readonly Restaurant: "Restaurant";
    readonly Restroom: "Restroom";
    readonly RockClimbing: "RockClimbing";
    readonly RVPark: "RVPark";
    readonly School: "School";
    readonly SkatePark: "SkatePark";
    readonly Skating: "Skating";
    readonly Skiing: "Skiing";
    readonly Soccer: "Soccer";
    readonly Spa: "Spa";
    readonly Stadium: "Stadium";
    readonly Store: "Store";
    readonly Surfing: "Surfing";
    readonly Swimming: "Swimming";
    readonly Tennis: "Tennis";
    readonly Theater: "Theater";
    readonly University: "University";
    readonly Volleyball: "Volleyball";
    readonly Winery: "Winery";
    readonly Zoo: "Zoo";
}>
type PointOfInterestCategory =
    (typeof PointOfInterestCategory)[keyof typeof PointOfInterestCategory];
```

## Topics

### Point-of-interest categories

[`readonly Airport: "Airport";`](/documentation/MapKitJS/PointOfInterestCategory/Airport)

The point-of-interest category for airports.

[`readonly AmusementPark: "AmusementPark";`](/documentation/MapKitJS/PointOfInterestCategory/AmusementPark)

The point-of-interest category for amusement parks.

[`readonly Aquarium: "Aquarium";`](/documentation/MapKitJS/PointOfInterestCategory/Aquarium)

The point-of-interest category for aquariums.

[`readonly ATM: "ATM";`](/documentation/MapKitJS/PointOfInterestCategory/ATM)

The point-of-interest category for ATMs.

[`readonly Bakery: "Bakery";`](/documentation/MapKitJS/PointOfInterestCategory/Bakery)

The point-of-interest category for bakeries.

[`readonly Bank: "Bank";`](/documentation/MapKitJS/PointOfInterestCategory/Bank)

The point-of-interest category for banks.

[`readonly Beach: "Beach";`](/documentation/MapKitJS/PointOfInterestCategory/Beach)

The point-of-interest category for beaches.

[`readonly Brewery: "Brewery";`](/documentation/MapKitJS/PointOfInterestCategory/Brewery)

The point-of-interest category for breweries.

[`readonly Cafe: "Cafe";`](/documentation/MapKitJS/PointOfInterestCategory/Cafe)

The point-of-interest category for cafes.

[`readonly Campground: "Campground";`](/documentation/MapKitJS/PointOfInterestCategory/Campground)

The point-of-interest category for campgrounds.

[`readonly CarRental: "CarRental";`](/documentation/MapKitJS/PointOfInterestCategory/CarRental)

The point-of-interest category for car rentals.

[`readonly EVCharger: "EVCharger";`](/documentation/MapKitJS/PointOfInterestCategory/EVCharger)

The point-of-interest category for EV chargers.

[`readonly FireStation: "FireStation";`](/documentation/MapKitJS/PointOfInterestCategory/FireStation)

The point-of-interest category for fire stations.

[`readonly FitnessCenter: "FitnessCenter";`](/documentation/MapKitJS/PointOfInterestCategory/FitnessCenter)

The point-of-interest category for fitness centers.

[`readonly FoodMarket: "FoodMarket";`](/documentation/MapKitJS/PointOfInterestCategory/FoodMarket)

The point-of-interest category for food markets, supermarkets, grocery stores, and convenience stores.

[`readonly GasStation: "GasStation";`](/documentation/MapKitJS/PointOfInterestCategory/GasStation)

The point-of-interest category for gas stations.

[`readonly Hospital: "Hospital";`](/documentation/MapKitJS/PointOfInterestCategory/Hospital)

The point-of-interest category for hospitals.

[`readonly Hotel: "Hotel";`](/documentation/MapKitJS/PointOfInterestCategory/Hotel)

The point-of-interest category for hotels.

[`readonly Laundry: "Laundry";`](/documentation/MapKitJS/PointOfInterestCategory/Laundry)

The point-of-interest category for laundries.

[`readonly Library: "Library";`](/documentation/MapKitJS/PointOfInterestCategory/Library)

The point-of-interest category for libraries.

[`readonly Marina: "Marina";`](/documentation/MapKitJS/PointOfInterestCategory/Marina)

The point-of-interest category for marinas.

[`readonly MovieTheater: "MovieTheater";`](/documentation/MapKitJS/PointOfInterestCategory/MovieTheater)

The point-of-interest category for movie theaters.

[`readonly Museum: "Museum";`](/documentation/MapKitJS/PointOfInterestCategory/Museum)

The point-of-interest category for museums.

[`readonly NationalPark: "NationalPark";`](/documentation/MapKitJS/PointOfInterestCategory/NationalPark)

The point-of-interest category for national parks.

[`readonly Nightlife: "Nightlife";`](/documentation/MapKitJS/PointOfInterestCategory/Nightlife)

The point-of-interest category for nightlife.

[`readonly Park: "Park";`](/documentation/MapKitJS/PointOfInterestCategory/Park)

The point-of-interest category for parks.

[`readonly Parking: "Parking";`](/documentation/MapKitJS/PointOfInterestCategory/Parking)

The point-of-interest category for parking locations.

[`readonly Pharmacy: "Pharmacy";`](/documentation/MapKitJS/PointOfInterestCategory/Pharmacy)

The point-of-interest category for pharmacies.

[`readonly Police: "Police";`](/documentation/MapKitJS/PointOfInterestCategory/Police)

The point-of-interest category for police.

[`readonly PostOffice: "PostOffice";`](/documentation/MapKitJS/PointOfInterestCategory/PostOffice)

The point-of-interest category for post offices.

[`readonly PublicTransport: "PublicTransport";`](/documentation/MapKitJS/PointOfInterestCategory/PublicTransport)

The point-of-interest category for locations of public transportation.

[`readonly Restaurant: "Restaurant";`](/documentation/MapKitJS/PointOfInterestCategory/Restaurant)

The point-of-interest category for restaurants.

[`readonly Restroom: "Restroom";`](/documentation/MapKitJS/PointOfInterestCategory/Restroom)

The point-of-interest category for restrooms.

[`readonly School: "School";`](/documentation/MapKitJS/PointOfInterestCategory/School)

The point-of-interest category for schools.

[`readonly Stadium: "Stadium";`](/documentation/MapKitJS/PointOfInterestCategory/Stadium)

The point-of-interest category for stadiums.

[`readonly Store: "Store";`](/documentation/MapKitJS/PointOfInterestCategory/Store)

The point-of-interest category for stores.

[`readonly Theater: "Theater";`](/documentation/MapKitJS/PointOfInterestCategory/Theater)

The point-of-interest category for theaters.

[`readonly University: "University";`](/documentation/MapKitJS/PointOfInterestCategory/University)

The point-of-interest category for universities.

[`readonly Winery: "Winery";`](/documentation/MapKitJS/PointOfInterestCategory/Winery)

The point-of-interest category for wineries.

[`readonly Zoo: "Zoo";`](/documentation/MapKitJS/PointOfInterestCategory/Zoo)

The point-of-interest category for zoos.

### Enumeration Cases

[`readonly AnimalService: "AnimalService";`](/documentation/MapKitJS/PointOfInterestCategory/AnimalService)

The point-of-interest category for animal services.

[`readonly AutomotiveRepair: "AutomotiveRepair";`](/documentation/MapKitJS/PointOfInterestCategory/AutomotiveRepair)

The point-of-interest category for automotive repair services.

[`readonly Baseball: "Baseball";`](/documentation/MapKitJS/PointOfInterestCategory/Baseball)

The point-of-interest category for baseball parks.

[`readonly Basketball: "Basketball";`](/documentation/MapKitJS/PointOfInterestCategory/Basketball)

The point-of-interest category for basketball courts.

[`readonly Beauty: "Beauty";`](/documentation/MapKitJS/PointOfInterestCategory/Beauty)

The point-of-interest category for beauty services.

[`readonly Bowling: "Bowling";`](/documentation/MapKitJS/PointOfInterestCategory/Bowling)

The point-of-interest category for bowling lanes.

[`readonly Castle: "Castle";`](/documentation/MapKitJS/PointOfInterestCategory/Castle)

The point-of-interest category for castles.

[`readonly ConventionCenter: "ConventionCenter";`](/documentation/MapKitJS/PointOfInterestCategory/ConventionCenter)

The point-of-interest category for convention centers.

[`readonly Distillery: "Distillery";`](/documentation/MapKitJS/PointOfInterestCategory/Distillery)

The point-of-interest category for distilleries.

[`readonly Fairground: "Fairground";`](/documentation/MapKitJS/PointOfInterestCategory/Fairground)

The point-of-interest category for fairgrounds.

[`readonly Fishing: "Fishing";`](/documentation/MapKitJS/PointOfInterestCategory/Fishing)

The point-of-interest category for fishing locations.

[`readonly Fortress: "Fortress";`](/documentation/MapKitJS/PointOfInterestCategory/Fortress)

The point-of-interest category for fortresses.

[`readonly GoKart: "GoKart";`](/documentation/MapKitJS/PointOfInterestCategory/GoKart)

The point-of-interest category for go-kart services.

[`readonly Golf: "Golf";`](/documentation/MapKitJS/PointOfInterestCategory/Golf)

The point-of-interest category for golf courses.

[`readonly Hiking: "Hiking";`](/documentation/MapKitJS/PointOfInterestCategory/Hiking)

The point-of-interest category for hiking areas.

[`readonly Kayaking: "Kayaking";`](/documentation/MapKitJS/PointOfInterestCategory/Kayaking)

The point-of-interest category for kayaking locations.

[`readonly Landmark: "Landmark";`](/documentation/MapKitJS/PointOfInterestCategory/Landmark)

The point-of-interest category for landmarks.

[`readonly Mailbox: "Mailbox";`](/documentation/MapKitJS/PointOfInterestCategory/Mailbox)

The point-of-interest category for mailboxes.

[`readonly MiniGolf: "MiniGolf";`](/documentation/MapKitJS/PointOfInterestCategory/MiniGolf)

The point-of-interest category for mini golf courses.

[`readonly MusicVenue: "MusicVenue";`](/documentation/MapKitJS/PointOfInterestCategory/MusicVenue)

The point-of-interest category for music venues.

[`readonly NationalMonument: "NationalMonument";`](/documentation/MapKitJS/PointOfInterestCategory/NationalMonument)

The point-of-interest category for national monuments.

[`readonly Planetarium: "Planetarium";`](/documentation/MapKitJS/PointOfInterestCategory/Planetarium)

The point-of-interest category for planetariums.

[`readonly RVPark: "RVPark";`](/documentation/MapKitJS/PointOfInterestCategory/RVPark)

The point-of-interest category for recreational vehicle (RV) parks.

[`readonly RockClimbing: "RockClimbing";`](/documentation/MapKitJS/PointOfInterestCategory/RockClimbing)

The point-of-interest category for rock-climbing facilities.

[`readonly SkatePark: "SkatePark";`](/documentation/MapKitJS/PointOfInterestCategory/SkatePark)

The point-of-interest category for skate parks.

[`readonly Skating: "Skating";`](/documentation/MapKitJS/PointOfInterestCategory/Skating)

The point-of-interest category for skating facilities.

[`readonly Skiing: "Skiing";`](/documentation/MapKitJS/PointOfInterestCategory/Skiing)

The point-of-interest category for skiing facilities.

[`readonly Soccer: "Soccer";`](/documentation/MapKitJS/PointOfInterestCategory/Soccer)

The point-of-interest category for soccer fields.

[`readonly Spa: "Spa";`](/documentation/MapKitJS/PointOfInterestCategory/Spa)

The point-of-interest category for spas.

[`readonly Surfing: "Surfing";`](/documentation/MapKitJS/PointOfInterestCategory/Surfing)

The point-of-interest category for surfing locations.

[`readonly Swimming: "Swimming";`](/documentation/MapKitJS/PointOfInterestCategory/Swimming)

The point-of-interest category for swimming facilities.

[`readonly Tennis: "Tennis";`](/documentation/MapKitJS/PointOfInterestCategory/Tennis)

The point-of-interest category for tennis facilities.

[`readonly Volleyball: "Volleyball";`](/documentation/MapKitJS/PointOfInterestCategory/Volleyball)

The point-of-interest category for volleyball courts.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)