SearchComponentKind enum

Inheritance

Constructors

SearchComponentKind()
const

Values

unknown → const SearchComponentKind

Unknown component kind

country → const SearchComponentKind

Country component, for example "Russian Federation".

region → const SearchComponentKind

Region component, for example "Central Federative Region".

province → const SearchComponentKind

Province component, for example "Moscow Region".

area → const SearchComponentKind

Area component, for example "Primorskiy rayon".

locality → const SearchComponentKind

Locality component, for example "Saint-Petersburg".

district → const SearchComponentKind

District component, for example "Kirovskiy district".

street → const SearchComponentKind

Street component, for example "Leo Tolstoy street".

house → const SearchComponentKind

House component, for example "16", "42а", "д16ак2стр14".

entrance → const SearchComponentKind

Entrance component, for example "2", "main entrance".

route → const SearchComponentKind

Line component, for example "Violet line"

station → const SearchComponentKind

Generic station component, for example "Dolgoprudnaya".

metroStation → const SearchComponentKind

Metro station component, for example "Chekhovskaya".

railwayStation → const SearchComponentKind

Railway station component, for example "Chekhovskaya".

vegetation → const SearchComponentKind

Vegetation component, for example "Bitsevskiy park".

hydro → const SearchComponentKind

Hydro component, for example "Moscow river", "Lokh-ness lake",

airport → const SearchComponentKind

Airport component, for example "Sheremetyevo", "Charles-de-Golle

other → const SearchComponentKind

Kind for other toponyms, for example cemeteries or some other landmarks, which can't be easily described by kinds.

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<SearchComponentKind>
A constant List of the values in this enum, in order of their declaration.