PlaceType enum

Inheritance

Constructors

PlaceType()
const
PlaceType.fromJson(String name)
factory

Values

OTHER → const PlaceType
ACCOUNTING → const PlaceType
ADMINISTRATIVE_AREA_LEVEL_1 → const PlaceType
ADMINISTRATIVE_AREA_LEVEL_2 → const PlaceType
ADMINISTRATIVE_AREA_LEVEL_3 → const PlaceType
ADMINISTRATIVE_AREA_LEVEL_4 → const PlaceType
ADMINISTRATIVE_AREA_LEVEL_5 → const PlaceType
AIRPORT → const PlaceType
AMUSEMENT_PARK → const PlaceType
AQUARIUM → const PlaceType
ARCHIPELAGO → const PlaceType
ATM → const PlaceType
BAKERY → const PlaceType
BANK → const PlaceType
BAR → const PlaceType
BEAUTY_SALON → const PlaceType
BICYCLE_STORE → const PlaceType
BOOK_STORE → const PlaceType
BOWLING_ALLEY → const PlaceType
BUS_STATION → const PlaceType
CAFE → const PlaceType
CAMPGROUND → const PlaceType
CAR_DEALER → const PlaceType
CAR_RENTAL → const PlaceType
CAR_REPAIR → const PlaceType
CAR_WASH → const PlaceType
CASINO → const PlaceType
CEMETERY → const PlaceType
CHURCH → const PlaceType
CITY_HALL → const PlaceType
CLOTHING_STORE → const PlaceType
COLLOQUIAL_AREA → const PlaceType
CONTINENT → const PlaceType
CONVENIENCE_STORE → const PlaceType
COUNTRY → const PlaceType
COURTHOUSE → const PlaceType
DENTIST → const PlaceType
DEPARTMENT_STORE → const PlaceType
DOCTOR → const PlaceType
DRUGSTORE → const PlaceType
ELECTRICIAN → const PlaceType
ELECTRONICS_STORE → const PlaceType
EMBASSY → const PlaceType
ESTABLISHMENT → const PlaceType
FINANCE → const PlaceType
FIRE_STATION → const PlaceType
FLOOR → const PlaceType
FLORIST → const PlaceType
FOOD → const PlaceType
FUNERAL_HOME → const PlaceType
FURNITURE_STORE → const PlaceType
GAS_STATION → const PlaceType
GENERAL_CONTRACTOR → const PlaceType
GEOCODE → const PlaceType
GROCERY_OR_SUPERMARKET → const PlaceType
GYM → const PlaceType
HAIR_CARE → const PlaceType
HARDWARE_STORE → const PlaceType
HEALTH → const PlaceType
HINDU_TEMPLE → const PlaceType
HOME_GOODS_STORE → const PlaceType
HOSPITAL → const PlaceType
INSURANCE_AGENCY → const PlaceType
INTERSECTION → const PlaceType
JEWELRY_STORE → const PlaceType
LAUNDRY → const PlaceType
LAWYER → const PlaceType
LIBRARY → const PlaceType
LIGHT_RAIL_STATION → const PlaceType
LIQUOR_STORE → const PlaceType
LOCAL_GOVERNMENT_OFFICE → const PlaceType
LOCALITY → const PlaceType
LOCKSMITH → const PlaceType
LODGING → const PlaceType
MEAL_DELIVERY → const PlaceType
MEAL_TAKEAWAY → const PlaceType
MOSQUE → const PlaceType
MOVIE_RENTAL → const PlaceType
MOVIE_THEATER → const PlaceType
MOVING_COMPANY → const PlaceType
MUSEUM → const PlaceType
NATURAL_FEATURE → const PlaceType
NEIGHBORHOOD → const PlaceType
NIGHT_CLUB → const PlaceType
PAINTER → const PlaceType
PARK → const PlaceType
PARKING → const PlaceType
PET_STORE → const PlaceType
PHARMACY → const PlaceType
PHYSIOTHERAPIST → const PlaceType
PLACE_OF_WORSHIP → const PlaceType
PLUMBER → const PlaceType
PLUS_CODE → const PlaceType
POINT_OF_INTEREST → const PlaceType
POLICE → const PlaceType
POLITICAL → const PlaceType
POST_BOX → const PlaceType
POST_OFFICE → const PlaceType
POSTAL_CODE_PREFIX → const PlaceType
POSTAL_CODE_SUFFIX → const PlaceType
POSTAL_CODE → const PlaceType
POSTAL_TOWN → const PlaceType
PREMISE → const PlaceType
PRIMARY_SCHOOL → const PlaceType
REAL_ESTATE_AGENCY → const PlaceType
RESTAURANT → const PlaceType
ROOFING_CONTRACTOR → const PlaceType
ROOM → const PlaceType
ROUTE → const PlaceType
RV_PARK → const PlaceType
SCHOOL → const PlaceType
SECONDARY_SCHOOL → const PlaceType
SHOE_STORE → const PlaceType
SHOPPING_MALL → const PlaceType
SPA → const PlaceType
STADIUM → const PlaceType
STORAGE → const PlaceType
STORE → const PlaceType
STREET_ADDRESS → const PlaceType
STREET_NUMBER → const PlaceType
SUBLOCALITY_LEVEL_1 → const PlaceType
SUBLOCALITY_LEVEL_2 → const PlaceType
SUBLOCALITY_LEVEL_3 → const PlaceType
SUBLOCALITY_LEVEL_4 → const PlaceType
SUBLOCALITY_LEVEL_5 → const PlaceType
SUBLOCALITY → const PlaceType
SUBPREMISE → const PlaceType
SUBWAY_STATION → const PlaceType
SUPERMARKET → const PlaceType
SYNAGOGUE → const PlaceType
TAXI_STAND → const PlaceType
TOURIST_ATTRACTION → const PlaceType
TOWN_SQUARE → const PlaceType
TRAIN_STATION → const PlaceType
TRANSIT_STATION → const PlaceType
TRAVEL_AGENCY → const PlaceType
UNIVERSITY → const PlaceType
VETERINARY_CARE → const PlaceType
ZOO → const PlaceType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<PlaceType>
A constant List of the values in this enum, in order of their declaration.