Package com.mapfactor.sdk.search
Enum Class PoiCategory
- All Implemented Interfaces:
Serializable
,Comparable<PoiCategory>
,Constable
All POI categories
- Since:
- 1.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic PoiCategory
getCategory
(int categoryId) Get POI category from category Idabstract PoiCategoryGroup[]
Get POI group the POI category belongs toint
getId()
abstract String
getName()
Get POI category namestatic PoiCategory
Returns the enum constant of this class with the specified name.static PoiCategory[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AirlineAccess
-
Airport
-
AmusementPark
-
Beach
-
CampingGround
-
CarDealer
-
CarRepairFacility
-
CashDispenser
-
Casino
-
Cinema
-
College_or_University
-
Company
-
ConcertHall
-
ExhibitionOrConventionCentre
-
Courthouse
-
CulturalCentre
-
Dentist
-
Doctor
-
Embassy
-
ResidentialAccommodation
-
FerryTerminal
-
FrontierCrossing
-
GolfCourse
-
GovernmentOffice
-
Hospital_or_Polyclinic
-
Hotel_or_Motel
-
Toilet
-
ImportantTouristAttraction
-
Library
-
MountainPass
-
Peak
-
Museum
-
MusicCentre
-
Nightlife
-
Opera
-
Park_and_RecreationArea
-
ParkingArea
-
ParkingGarage
-
PetrolStation
-
Pharmacy
-
Place_of_Worship
-
PoliceStation
-
PostOffice
-
RailwayStation
-
Rent_a_Car_Facility
-
Rent_a_Car_Parking
-
RestArea
-
RestaurantArea
-
Restaurant
-
Scenic_or_PanoramicView
-
ShoppingCentre
-
Shop
-
SportsCentre
-
Stadium
-
SwimmingPool
-
TennisCourt
-
Theatre
-
TouristInformationOffice
-
Veterinarian
-
WaterSport
-
Winery
-
HarbourOrPort
-
Zoo
-
BankOrExchange
-
School
-
Tollgate
-
Pub
-
Cafe_or_Tea
-
LeisureCenter
-
ElectricVehicleStation
-
Entertainment
-
HelipadOrHelicopterLanding
-
EmergencyMedicalService
-
FireBrigade
-
Cemetery
-
GeographicFeature
-
Cave
-
WellOrOasisOrSprings
-
ArtsCentre
-
CarWash
-
TruckStop
-
CaravanSite
-
TaxiStand
-
BusStop
-
TramStop
-
SubwayStation
-
CoachStop
-
TrailSystem
-
CoachParkingArea
-
WeighStation
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getId
public int getId() -
getName
Get POI category name- Returns:
- POI category name
- Since:
- 1.0
-
getCategoryGroup
Get POI group the POI category belongs to- Returns:
- POI group
- Since:
- 1.0
-
getCategory
Get POI category from category Id- Parameters:
categoryId
- POI category Id- Returns:
- POI category
- Since:
- 1.0
-