/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.search/LocationSearchIconProvider/SearchResultType

SearchResultType

\ enum SearchResultType : Enum<LocationSearchIconProvider.SearchResultType>

Entries

DROP_PIN DROP_PIN
CURRENT_LOCATION CURRENT_LOCATION
SCHEDULED_STOP SCHEDULED_STOP
CONTACT CONTACT
CALENDAR CALENDAR
W3W W3W
HOME HOME
WORK WORK
FOURSQUARE FOURSQUARE
GOOGLE GOOGLE
FAVORITE FAVORITE
HISTORY HISTORY
REGION REGION
SCHOOL SCHOOL

Properties

Name Summary
entries val entries: EnumEntries<LocationSearchIconProvider.SearchResultType>
Returns a representation of an immutable list of all enum entries, in the order they're declared.
name val name: String
ordinal val ordinal: Int

Functions

Name Summary
valueOf fun valueOf(value: String): LocationSearchIconProvider.SearchResultType
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values fun values(): Array<LocationSearchIconProvider.SearchResultType>
Returns an array containing the constants of this enum type, in the order they're declared.