---
title: PointOfInterestCategory
framework: mapkitjs
role: symbol
role_heading: Enumeration
path: mapkitjs/pointofinterestcategory
---

# PointOfInterestCategory

Point-of-interest categories.

## Declaration

```data
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

- [Airport](mapkitjs/pointofinterestcategory/airport.md)
- [AmusementPark](mapkitjs/pointofinterestcategory/amusementpark.md)
- [Aquarium](mapkitjs/pointofinterestcategory/aquarium.md)
- [ATM](mapkitjs/pointofinterestcategory/atm.md)
- [Bakery](mapkitjs/pointofinterestcategory/bakery.md)
- [Bank](mapkitjs/pointofinterestcategory/bank.md)
- [Beach](mapkitjs/pointofinterestcategory/beach.md)
- [Brewery](mapkitjs/pointofinterestcategory/brewery.md)
- [Cafe](mapkitjs/pointofinterestcategory/cafe.md)
- [Campground](mapkitjs/pointofinterestcategory/campground.md)
- [CarRental](mapkitjs/pointofinterestcategory/carrental.md)
- [EVCharger](mapkitjs/pointofinterestcategory/evcharger.md)
- [FireStation](mapkitjs/pointofinterestcategory/firestation.md)
- [FitnessCenter](mapkitjs/pointofinterestcategory/fitnesscenter.md)
- [FoodMarket](mapkitjs/pointofinterestcategory/foodmarket.md)
- [GasStation](mapkitjs/pointofinterestcategory/gasstation.md)
- [Hospital](mapkitjs/pointofinterestcategory/hospital.md)
- [Hotel](mapkitjs/pointofinterestcategory/hotel.md)
- [Laundry](mapkitjs/pointofinterestcategory/laundry.md)
- [Library](mapkitjs/pointofinterestcategory/library.md)
- [Marina](mapkitjs/pointofinterestcategory/marina.md)
- [MovieTheater](mapkitjs/pointofinterestcategory/movietheater.md)
- [Museum](mapkitjs/pointofinterestcategory/museum.md)
- [NationalPark](mapkitjs/pointofinterestcategory/nationalpark.md)
- [Nightlife](mapkitjs/pointofinterestcategory/nightlife.md)
- [Park](mapkitjs/pointofinterestcategory/park.md)
- [Parking](mapkitjs/pointofinterestcategory/parking.md)
- [Pharmacy](mapkitjs/pointofinterestcategory/pharmacy.md)
- [Police](mapkitjs/pointofinterestcategory/police.md)
- [PostOffice](mapkitjs/pointofinterestcategory/postoffice.md)
- [PublicTransport](mapkitjs/pointofinterestcategory/publictransport.md)
- [Restaurant](mapkitjs/pointofinterestcategory/restaurant.md)
- [Restroom](mapkitjs/pointofinterestcategory/restroom.md)
- [School](mapkitjs/pointofinterestcategory/school.md)
- [Stadium](mapkitjs/pointofinterestcategory/stadium.md)
- [Store](mapkitjs/pointofinterestcategory/store.md)
- [Theater](mapkitjs/pointofinterestcategory/theater.md)
- [University](mapkitjs/pointofinterestcategory/university.md)
- [Winery](mapkitjs/pointofinterestcategory/winery.md)
- [Zoo](mapkitjs/pointofinterestcategory/zoo.md)

### Enumeration Cases

- [AnimalService](mapkitjs/pointofinterestcategory/animalservice.md)
- [AutomotiveRepair](mapkitjs/pointofinterestcategory/automotiverepair.md)
- [Baseball](mapkitjs/pointofinterestcategory/baseball.md)
- [Basketball](mapkitjs/pointofinterestcategory/basketball.md)
- [Beauty](mapkitjs/pointofinterestcategory/beauty.md)
- [Bowling](mapkitjs/pointofinterestcategory/bowling.md)
- [Castle](mapkitjs/pointofinterestcategory/castle.md)
- [ConventionCenter](mapkitjs/pointofinterestcategory/conventioncenter.md)
- [Distillery](mapkitjs/pointofinterestcategory/distillery.md)
- [Fairground](mapkitjs/pointofinterestcategory/fairground.md)
- [Fishing](mapkitjs/pointofinterestcategory/fishing.md)
- [Fortress](mapkitjs/pointofinterestcategory/fortress.md)
- [GoKart](mapkitjs/pointofinterestcategory/gokart.md)
- [Golf](mapkitjs/pointofinterestcategory/golf.md)
- [Hiking](mapkitjs/pointofinterestcategory/hiking.md)
- [Kayaking](mapkitjs/pointofinterestcategory/kayaking.md)
- [Landmark](mapkitjs/pointofinterestcategory/landmark.md)
- [Mailbox](mapkitjs/pointofinterestcategory/mailbox.md)
- [MiniGolf](mapkitjs/pointofinterestcategory/minigolf.md)
- [MusicVenue](mapkitjs/pointofinterestcategory/musicvenue.md)
- [NationalMonument](mapkitjs/pointofinterestcategory/nationalmonument.md)
- [Planetarium](mapkitjs/pointofinterestcategory/planetarium.md)
- [RVPark](mapkitjs/pointofinterestcategory/rvpark.md)
- [RockClimbing](mapkitjs/pointofinterestcategory/rockclimbing.md)
- [SkatePark](mapkitjs/pointofinterestcategory/skatepark.md)
- [Skating](mapkitjs/pointofinterestcategory/skating.md)
- [Skiing](mapkitjs/pointofinterestcategory/skiing.md)
- [Soccer](mapkitjs/pointofinterestcategory/soccer.md)
- [Spa](mapkitjs/pointofinterestcategory/spa.md)
- [Surfing](mapkitjs/pointofinterestcategory/surfing.md)
- [Swimming](mapkitjs/pointofinterestcategory/swimming.md)
- [Tennis](mapkitjs/pointofinterestcategory/tennis.md)
- [Volleyball](mapkitjs/pointofinterestcategory/volleyball.md)

## See Also

### Enumerations

- [AddressCategory](mapkitjs/addresscategory.md)
- [AnnotationCollisionMode](mapkitjs/annotationcollisionmode.md)
- [AnnotationDisplayPriority](mapkitjs/annotationdisplaypriority.md)
- [ColorScheme](mapkitjs/colorscheme.md)
- [DistanceUnitSystem](mapkitjs/distanceunitsystem.md)
- [FeatureVisibility](mapkitjs/featurevisibility.md)
- [MapFeatureType](mapkitjs/mapfeaturetype.md)
- [MapLoadPriority](mapkitjs/maploadpriority.md)
- [MapType](mapkitjs/maptype.md)
- [RegionPriority](mapkitjs/regionpriority.md)
- [TransportType](mapkitjs/transporttype.md)
