ItineraryItem

open class ItineraryItem

Properties

Link copied to clipboard
@Expose
open val isCurrentLocation: Boolean
Link copied to clipboard
@Expose
open val name: String

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun formatTagName(): String
Formats the tag name for deeplink usage.
Link copied to clipboard
open fun getBuildingId(): Int
Link copied to clipboard
Finds the index of the first empty stop in the itinerary list.
Link copied to clipboard
open fun getPropertyId(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getTag(): Tag
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun isEmptyStop(): Boolean
Link copied to clipboard
Checks if the first item in the itinerary list is an empty stop.
Link copied to clipboard
Checks if the first item in the itinerary list is the user's current location.
Link copied to clipboard
open fun rename(newName: String)
Link copied to clipboard
open fun setSearchEntity(mSearchEntity: SearchEntity)
Link copied to clipboard
open fun setTag(mTag: Tag)
Link copied to clipboard
open fun toString(): String