Point of Interest types.
| C# | Visual Basic |
public enum PoiType
Public Enumeration PoiType
| Member | Description |
|---|---|
| GovernmentOffice | |
| MountainPeak | |
| OpenParking | |
| ParkingGarage | |
| PetrolStation | |
| RailwayStation | |
| RestArea | |
| Airport | |
| CarDealer | |
| Casino | |
| Church | |
| Cinema | |
| CityCenter | |
| Company | |
| ConcertHall | |
| Courthouse | |
| CulturalCenter | |
| ExhibitionCenter | |
| FerryTerminal | |
| FrontierCrossing | |
| GolfCourse | |
| HospitalPolyclinic | |
| HotelMotel | |
| TouristAttraction | |
| MountainPass | |
| Museum | |
| Opera | |
| PlaceofWorship | |
| PostOffice | |
| RentCarFacility | |
| RentCarParking | |
| Restaurant | |
| Shop | |
| ShoppingCenter | |
| Stadium | |
| Theatre | |
| TouristInformationOffice | |
| Zoo | |
| SportsCentre | |
| PoliceStation | |
| Embassy | |
| CollegeUniversity | |
| CashDispenser | |
| Beach | |
| IceSkatingRing | |
| TennisCourt | |
| WaterSport | |
| Doctor | |
| Dentist | |
| Veterinarian | |
| Nightlife | |
| AmusementPark | |
| Library | |
| CarRepairFacility | |
| Pharmacy | |
| ScenicPanoramicView | |
| SwimmingPool | |
| Winery | |
| CampingGround | |
| ParkRecreationArea | |
| ConventionCentre | |
| LeisureCentre | |
| YachtBasin | |
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|