Contents

PointOfInterestCategory

Point-of-interest categories.

Declaration

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";
}>

Topics

Point-of-interest categories

Enumeration Cases

Type Aliases

See Also

Points of interest