Skip navigation links
A B C D E F G H I K L M N O P R S T U V W Y 

A

addEmptyEntry() - Method in class com.here.msdkui.routing.WaypointList
Adds a new empty WaypointEntry at the end of this list.
addEntry(WaypointEntry) - Method in class com.here.msdkui.routing.WaypointList
Adds a new WaypointEntry to the end of this list.
addListener(GuidanceEstimatedArrivalViewListener) - Method in class com.here.msdkui.guidance.GuidanceEstimatedArrivalViewPresenter
addListener(GuidanceManeuverListener) - Method in class com.here.msdkui.guidance.GuidanceManeuverPresenter
addListener(GuidanceNextManeuverListener) - Method in class com.here.msdkui.guidance.GuidanceNextManeuverPresenter
addListener(GuidanceSpeedListener) - Method in class com.here.msdkui.guidance.GuidanceSpeedPresenter
addListener(GuidanceStreetLabelListener) - Method in class com.here.msdkui.guidance.GuidanceStreetLabelPresenter

B

BaseGuidancePresenter - Class in com.here.msdkui.guidance.base
Base class for guidance presenters.
BaseGuidancePresenter(NavigationManager, Route) - Constructor for class com.here.msdkui.guidance.base.BaseGuidancePresenter
Constructs a new instance using a NavigationManager instance and a route to follow during guidance.
BaseView - Class in com.here.msdkui.common
An abstract base view class with unit system UnitSystem.
BaseView(Context) - Constructor for class com.here.msdkui.common.BaseView
Constructs a new instance.
BaseView(Context, AttributeSet) - Constructor for class com.here.msdkui.common.BaseView
Constructs a new instance.
BaseView(Context, AttributeSet, int) - Constructor for class com.here.msdkui.common.BaseView
Constructs a new instance.
BaseView(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.common.BaseView
Constructs a new instance.
bind(List<SectionModel>, float) - Method in class com.here.msdkui.routing.SectionBar
Binds a list of SectionModel elements to this view.
BooleanOptionItem - Class in com.here.msdkui.routing
A view that shows an option item with one checkbox.
BooleanOptionItem(Context) - Constructor for class com.here.msdkui.routing.BooleanOptionItem
Constructs a new instance.
BooleanOptionItem(Context, AttributeSet) - Constructor for class com.here.msdkui.routing.BooleanOptionItem
Constructs a new instance.
BooleanOptionItem(Context, AttributeSet, int) - Constructor for class com.here.msdkui.routing.BooleanOptionItem
Constructs a new instance.
BooleanOptionItem(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.routing.BooleanOptionItem
Constructs a new instance.
BooleanOptionItemBuilder(Context) - Constructor for class com.here.msdkui.routing.OptionItemBuilders.BooleanOptionItemBuilder
Constructs a new instance.
BooleanOptionItemBuilder(Context) - Constructor for class com.here.msdkui.routing.OptionItemSpec.BooleanOptionItemBuilder
Deprecated.
Constructs a new instance.
Bounds(double, double) - Constructor for class com.here.msdkui.routing.SectionModel.Bounds
Constructs a new instance using the lower and upper values to define the bounds.
build() - Method in class com.here.msdkui.routing.OptionItemBuilders.BooleanOptionItemBuilder
Build the item.
build() - Method in class com.here.msdkui.routing.OptionItemBuilders.MultipleChoiceOptionItemBuilder
Build the item.
build() - Method in class com.here.msdkui.routing.OptionItemBuilders.NumericOptionItemBuilder
Build the item.
build() - Method in class com.here.msdkui.routing.OptionItemBuilders.SingleChoiceOptionItemBuilder
Build the item.
build() - Method in class com.here.msdkui.routing.OptionItemSpec.BooleanOptionItemBuilder
Deprecated.
Build the item.
build() - Method in class com.here.msdkui.routing.OptionItemSpec.MultipleChoiceOptionItemBuilder
Deprecated.
Builds the item.
build() - Method in class com.here.msdkui.routing.OptionItemSpec.NumericOptionItemBuilder
Deprecated.
Builds the item.
build() - Method in class com.here.msdkui.routing.OptionItemSpec.SingleChoiceOptionItemBuilder
Deprecated.
Builds the item.

C

com.here.msdkui.common - package com.here.msdkui.common
 
com.here.msdkui.common.measurements - package com.here.msdkui.common.measurements
 
com.here.msdkui.guidance - package com.here.msdkui.guidance
 
com.here.msdkui.guidance.base - package com.here.msdkui.guidance.base
 
com.here.msdkui.routing - package com.here.msdkui.routing
 
convert(double, MeasurementUnit, MeasurementUnit) - Method in class com.here.msdkui.common.measurements.Converter
Converts a value in given MeasurementUnit to another unit.
convert(MeasurementUnit) - Method in class com.here.msdkui.common.measurements.Measurement
Converts a current value to the given unit.
Converter - Class in com.here.msdkui.common.measurements
Base class for unit converters.
Converter() - Constructor for class com.here.msdkui.common.measurements.Converter
 
CREATOR - Static variable in class com.here.msdkui.guidance.GuidanceEstimatedArrivalView.SavedState
Creator for parcelable.
CREATOR - Static variable in class com.here.msdkui.guidance.GuidanceEstimatedArrivalViewData
 
CREATOR - Static variable in class com.here.msdkui.guidance.GuidanceManeuverData
 
CREATOR - Static variable in class com.here.msdkui.guidance.GuidanceManeuverView.State
 
CREATOR - Static variable in class com.here.msdkui.guidance.GuidanceNextManeuverData
 
CREATOR - Static variable in class com.here.msdkui.guidance.GuidanceNextManeuverView.SavedState
Creator for parcelable.
CREATOR - Static variable in class com.here.msdkui.guidance.GuidanceSpeedData
 
CREATOR - Static variable in class com.here.msdkui.guidance.GuidanceStreetLabelData
Creator for parcelable.
CustomRecyclerView - Class in com.here.msdkui.routing
A custom RecyclerView to simplify handling clicks on list items.
CustomRecyclerView(Context) - Constructor for class com.here.msdkui.routing.CustomRecyclerView
Constructs a new instance.
CustomRecyclerView(Context, AttributeSet) - Constructor for class com.here.msdkui.routing.CustomRecyclerView
Constructs a new instance.
CustomRecyclerView(Context, AttributeSet, int) - Constructor for class com.here.msdkui.routing.CustomRecyclerView
Constructs a new instance.
CustomRecyclerView.OnItemClickedListener - Interface in com.here.msdkui.routing
An interface to notify when a list item was clicked or long clicked.
CustomRecyclerView.RecyclerItemClickListener - Class in com.here.msdkui.routing
Implementation of a RecyclerView.OnItemTouchListener.

D

DataSetChangeObserver() - Constructor for class com.here.msdkui.routing.TransportModePanel.DataSetChangeObserver
 
DateFormatterUtil - Class in com.here.msdkui.common
A convenience class to convert Date to a readable string representation or to convert a formatted string to a Calendar representation.
DAY - Static variable in class com.here.msdkui.routing.TravelTimePicker
 
describeContents() - Method in class com.here.msdkui.guidance.GuidanceEstimatedArrivalViewData
 
describeContents() - Method in class com.here.msdkui.guidance.GuidanceManeuverData
 
describeContents() - Method in class com.here.msdkui.guidance.GuidanceManeuverView.State
 
describeContents() - Method in class com.here.msdkui.guidance.GuidanceNextManeuverData
 
describeContents() - Method in class com.here.msdkui.guidance.GuidanceSpeedData
 
describeContents() - Method in class com.here.msdkui.guidance.GuidanceStreetLabelData
 
determineNextManeuverStreet(Context, Maneuver, BaseGuidancePresenter) - Static method in class com.here.msdkui.guidance.GuidanceManeuverUtil
Gets next Maneuver street as string representation.
disableSpeedWarnings() - Method in class com.here.msdkui.guidance.base.BaseGuidancePresenter
Called to de-register speed warnings listener.
DistanceFormatterUtil - Class in com.here.msdkui.common
A convenience class to convert distance in meters to a string representation.
DraggableImageView - Class in com.here.msdkui.routing
Image view class that supports accessibility services.
DraggableImageView(Context) - Constructor for class com.here.msdkui.routing.DraggableImageView
Constructs a new instance.
DraggableImageView(Context, AttributeSet) - Constructor for class com.here.msdkui.routing.DraggableImageView
Constructs a new instance.
DraggableImageView(Context, AttributeSet, int) - Constructor for class com.here.msdkui.routing.DraggableImageView
Constructs a new instance.

E

enableSpeedWarnings() - Method in class com.here.msdkui.guidance.base.BaseGuidancePresenter
Enable listening to speed limit warnings.
equals(Object) - Method in class com.here.msdkui.guidance.GuidanceEstimatedArrivalViewData
 
equals(Object) - Method in class com.here.msdkui.guidance.GuidanceManeuverData
 
equals(Object) - Method in class com.here.msdkui.guidance.GuidanceManeuverView.State
 
equals(Object) - Method in class com.here.msdkui.guidance.GuidanceNextManeuverData
 
equals(Object) - Method in class com.here.msdkui.guidance.GuidanceSpeedData
 

F

format(String) - Static method in class com.here.msdkui.common.DateFormatterUtil
Converts the given string of format dd-MM-yyyy HH:mm:ss to Calendar.
format(Date) - Static method in class com.here.msdkui.common.DateFormatterUtil
Converts Date to a string representation using DateFormat.SHORT and the default locale of device.
format(Context, Date) - Static method in class com.here.msdkui.common.DateFormatterUtil
Converts Date to a short string representation using abbreviations.
format(Context, long, UnitSystem) - Static method in class com.here.msdkui.common.DistanceFormatterUtil
Converts a given distance in meters to a string representation.
format(double, UnitSystem) - Static method in class com.here.msdkui.common.SpeedFormatterUtil
Converts velocity expressed in meters per second to specified unit system.
format(Context, long) - Static method in class com.here.msdkui.common.TimeFormatterUtil
Converts milliseconds to a string representation showing days, hours and minutes.
format(Context, int) - Static method in class com.here.msdkui.common.TimeFormatterUtil
Converts seconds to a string representation showing days, hours and minutes.
formatDistance(Context, long, UnitSystem) - Static method in class com.here.msdkui.common.DistanceFormatterUtil
Converts given distance in meters to a string representation rounded to specified unit system.
formatDistanceInImperialUkSystem(Context, long) - Static method in class com.here.msdkui.common.DistanceFormatterUtil
Converts a given distance in meters to a string representation rounded to feet or miles.
formatDistanceInImperialUsSystem(Context, long) - Static method in class com.here.msdkui.common.DistanceFormatterUtil
Converts a given distance in meters to a string representation rounded to yards or miles.
formatDistanceInMetricSystem(Context, long) - Static method in class com.here.msdkui.common.DistanceFormatterUtil
Converts a given distance in meters to a string representation rounded to meters or kilometers.
formatInImperialUkSystem(Context, long) - Static method in class com.here.msdkui.common.DistanceFormatterUtil
Converts given distance in meters to a string representation rounded to feet or miles.
formatInImperialUsSystem(Context, long) - Static method in class com.here.msdkui.common.DistanceFormatterUtil
Converts given distance in meters to a string representation rounded to yards or miles.
formatInMetricSystem(Context, long) - Static method in class com.here.msdkui.common.DistanceFormatterUtil
Converts given distance in meters to a string representation rounded to meters or kilometers.
fromBaseTo(double, MeasurementUnit) - Method in class com.here.msdkui.common.measurements.Converter
Converts a value from base unit to unit of the given type.
fromBaseTo(double, MeasurementUnit) - Method in class com.here.msdkui.common.measurements.LengthConverter
 
fromBaseTo(double, MeasurementUnit) - Method in class com.here.msdkui.common.measurements.SpeedConverter
 

G

getAfterNextManeuver() - Method in class com.here.msdkui.guidance.base.BaseGuidancePresenter
Gets the Maneuver after next Maneuver.
getArrivalTime(boolean) - Method in class com.here.msdkui.routing.RouteDescriptionHandler
Deprecated.
Gets the arrival time of the associated Route with or without traffic.
getArrivalTime(Context, Route, boolean) - Static method in class com.here.msdkui.routing.RouteUtil
Gets the arrival time of the associated Route with or without traffic.
getArrivedAtDestinationInstruction() - Method in class com.here.msdkui.routing.ManeuverResources
Get the localized "You've arrived" string to indicate that destination was reached.
getAttrValue() - Method in enum com.here.msdkui.routing.ManeuverItemView.Section
 
getAttrValue() - Method in enum com.here.msdkui.routing.RouteDescriptionItem.Section
 
getBackgroundColor() - Method in class com.here.msdkui.guidance.GuidanceStreetLabelData
Gets background color to be used by GuidanceStreetLabelView.
getBounds() - Method in class com.here.msdkui.routing.SectionModel
Gets the bounds of this model.
getColor(Context, int) - Static method in class com.here.msdkui.common.ThemeUtil
Returns a color value specified by the given theme attribute.
getColor() - Method in class com.here.msdkui.routing.SectionModel
Gets the color of this model.
getContent(RouteOptions.TransportMode) - Method in class com.here.msdkui.routing.SimpleTransportModePanelAdapter
 
getContent(RouteOptions.TransportMode) - Method in class com.here.msdkui.routing.TransportModePanelAdapter
Gets the fragment of TransportModePanel.
getConverted(MeasurementUnit) - Method in class com.here.msdkui.common.measurements.Measurement
Returns a new instance of Measurement holding the converted value.
getConverter() - Method in enum com.here.msdkui.common.measurements.MeasurementUnit
Returns a converter for this unit.
getCount() - Method in class com.here.msdkui.routing.TransportModePanelAdapter
 
getCurrentManeuverStreet(Context, Maneuver) - Static method in class com.here.msdkui.guidance.GuidanceManeuverUtil
Gets street name of the current Maneuver.
getCurrentSpeed() - Method in class com.here.msdkui.guidance.GuidanceSpeedData
Gets current speed.
getCurrentSpeedData() - Method in class com.here.msdkui.guidance.GuidanceSpeedLimitView
Gets current speed data.
getCurrentSpeedData() - Method in class com.here.msdkui.guidance.GuidanceSpeedView
Gets current speed data.
getCurrentSpeedLimit() - Method in class com.here.msdkui.guidance.GuidanceSpeedData
Gets current speed limit.
getCurrentStreetName() - Method in class com.here.msdkui.guidance.GuidanceStreetLabelData
Gets name of the current street.
getCustomTabView(RouteOptions.TransportMode) - Method in class com.here.msdkui.routing.SimpleTransportModePanelAdapter
Gets a custom TabView with drawable icons which can be used to add labels by calling TabView.setLabel(String) in the respective switch statements.
getCustomTabView(RouteOptions.TransportMode) - Method in class com.here.msdkui.routing.TransportModePanelAdapter
Gets the TabView view for the given RouteOptions.TransportMode.
getData() - Method in class com.here.msdkui.guidance.GuidanceManeuverView.State
Gets the GuidanceManeuverData state used to populate the view.
getDatePicker() - Method in class com.here.msdkui.routing.TravelTimePicker
Gets the DatePicker associated with this instance.
getDestinationDistance() - Method in class com.here.msdkui.guidance.base.BaseGuidancePresenter
Gets distance to the destination.
getDestinationIconId() - Method in class com.here.msdkui.routing.ManeuverResources
Gets destination icon id.
getDetails(UnitSystem) - Method in class com.here.msdkui.routing.RouteDescriptionHandler
Deprecated.
Gets different details of the associated Route like via and others.
getDetails(Context, Route, UnitSystem) - Static method in class com.here.msdkui.routing.RouteUtil
Gets different details of the associated Route like via and others.
getDistance() - Method in class com.here.msdkui.guidance.GuidanceEstimatedArrivalViewData
Gets the distance to the destination.
getDistance() - Method in class com.here.msdkui.guidance.GuidanceManeuverData
Gets the distance to the next maneuver.
getDistance() - Method in class com.here.msdkui.guidance.GuidanceNextManeuverData
Gets the distance to the maneuver.
getDistanceFromNext(int) - Method in class com.here.msdkui.routing.ManeuverResources
Gets distance from maneuver at index to next Maneuver.
getDragDrawable() - Method in class com.here.msdkui.routing.WaypointItem
Gets the drawable that shows the "drag"-icon beneath the item.
getDrawable(Context, TypedArray, int) - Static method in class com.here.msdkui.common.ThemeUtil
Gets a Drawable from TypedArray and index of attribute.
getDrawable() - Method in class com.here.msdkui.routing.SectionModel
Gets the drawable of this model.
getDuration() - Method in class com.here.msdkui.guidance.GuidanceEstimatedArrivalViewData
Gets the remaining duration of the travel.
getDynamicPenalty() - Method in class com.here.msdkui.routing.TrafficOptionsPanel
Gets the underlying DynamicPenalty.
getEntries() - Method in class com.here.msdkui.routing.WaypointList
Gets the list of WaypointEntry elements contained in this list.
getEntriesCount() - Method in class com.here.msdkui.routing.WaypointList
Gets the number of WaypointItem elements contained in this list.
getEstimatedArrivalData() - Method in class com.here.msdkui.guidance.GuidanceEstimatedArrivalView
getEta() - Method in class com.here.msdkui.guidance.base.BaseGuidancePresenter
Gets estimated arrival date.
getEta() - Method in class com.here.msdkui.guidance.GuidanceEstimatedArrivalViewData
Gets the estimated time of arrival at the destination.
getExitDirections(Maneuver) - Method in class com.here.msdkui.routing.ManeuverResources
Gets the exit direction for given Maneuver.
getGuidanceCurrentStreetData() - Method in class com.here.msdkui.guidance.GuidanceStreetLabelView
Gets current street data.
getIcon(Maneuver) - Method in class com.here.msdkui.guidance.GuidanceManeuverPresenter
Gets the icon identifier for Maneuver.
getIcon(Maneuver) - Method in class com.here.msdkui.guidance.GuidanceNextManeuverPresenter
Gets the icon identifier for Maneuver.
getIcon() - Method in class com.here.msdkui.routing.RouteDescriptionHandler
Deprecated.
Gets the RouteOptions.TransportMode icon of the associated Route.
getIcon(Route) - Static method in class com.here.msdkui.routing.RouteUtil
Gets the RouteOptions.TransportMode icon of the associated Route.
getIcon() - Method in class com.here.msdkui.routing.TabView
Gets the icon associated with this view.
getIconId() - Method in class com.here.msdkui.guidance.GuidanceManeuverData
Gets the icon id of the next maneuver.
getIconId() - Method in class com.here.msdkui.guidance.GuidanceNextManeuverData
Gets the icon id of the next maneuver.
getIndexOfManeuver(Maneuver, List<Maneuver>) - Static method in class com.here.msdkui.guidance.GuidanceManeuverUtil
Gets the index of a maneuver with a list of maneuvers.
getInfo1() - Method in class com.here.msdkui.guidance.GuidanceManeuverData
Gets information of 1st line of guidance panel.
getInfo2() - Method in class com.here.msdkui.guidance.GuidanceManeuverData
Gets information of 2nd line of guidance panel.
getItem(int) - Method in class com.here.msdkui.routing.TransportModePanelAdapter
 
getItemCount() - Method in class com.here.msdkui.routing.ManeuverListAdapter
 
getItemCount() - Method in class com.here.msdkui.routing.RouteDescriptionListAdapter
 
getItemCount() - Method in class com.here.msdkui.routing.WaypointListAdapter
 
getItemId() - Method in class com.here.msdkui.routing.OptionItem
Gets the item id.
getItemPosition(Object) - Method in class com.here.msdkui.routing.TransportModePanelAdapter
 
getItemType() - Method in class com.here.msdkui.routing.OptionItem
Gets the OptionItem.ItemType of the item.
getLabel() - Method in class com.here.msdkui.routing.BooleanOptionItem
Gets the label accompanying the checkbox.
getLabel() - Method in class com.here.msdkui.routing.NumericOptionItem
Gets the label of the item.
getLabel() - Method in class com.here.msdkui.routing.TabView
Gets the label associated with this view..
getLabel(Context, String) - Method in class com.here.msdkui.routing.WaypointEntry
Gets label to be shown for this instance.
getLabels() - Method in class com.here.msdkui.routing.MultipleChoiceOptionItem
Gets the list of labels accompanying the checkboxes.
getLabels() - Method in class com.here.msdkui.routing.SingleChoiceOptionItem
Gets the list of labels accompanying the checkboxes.
getLabelView() - Method in class com.here.msdkui.routing.MultipleChoiceOptionItem.ItemRow
Gets the associated label TextView.
getLongestRoadSegments() - Method in class com.here.msdkui.routing.RouteDescriptionHandler
Deprecated.
Gets the longest road segments of the associated Route.
getLongestRoadSegments(Route) - Static method in class com.here.msdkui.routing.RouteUtil
Gets the longest road segments of the associated Route.
getLower() - Method in class com.here.msdkui.routing.SectionModel.Bounds
Gets the lower boundary.
getManeuver() - Method in class com.here.msdkui.routing.ManeuverItemView
Gets the Maneuver associated with this ManeuverItemView.
getManeuverData() - Method in class com.here.msdkui.guidance.GuidanceManeuverView
Deprecated.
This method will be removed. Please see GuidanceManeuverView.getViewState().
getManeuverIconId(int) - Method in class com.here.msdkui.routing.ManeuverResources
Gets icon id for a given index of maneuver list.
getManeuverInstruction(int) - Method in class com.here.msdkui.routing.ManeuverResources
Gets maneuver instruction at index.
getMaxDate() - Method in class com.here.msdkui.routing.TravelTimePicker
Gets the maximal date supported by this instance in milliseconds since January 1, 1970 00:00:00 in TimeZone.getDefault() time zone.
getMaxWaypointItems() - Method in class com.here.msdkui.routing.WaypointList
Gets the maximum number of waypoints that can be added to this list.
getMinDate() - Method in class com.here.msdkui.routing.TravelTimePicker
Gets the minimal date supported by this instance in milliseconds since January 1, 1970 00:00:00 in TimeZone.getDefault() time zone.
getMinWaypointItems() - Method in class com.here.msdkui.routing.WaypointList
Gets the minimum number of waypoints that this list should have.
getNextManeuver() - Method in class com.here.msdkui.guidance.base.BaseGuidancePresenter
Gets the next Maneuver.
getNextManeuverData() - Method in class com.here.msdkui.guidance.GuidanceNextManeuverView
Gets next maneuver data which is being used for UI population.
getNextManeuverDistance() - Method in class com.here.msdkui.guidance.base.BaseGuidancePresenter
Gets the distance to the next Maneuver.
getNextRoadIcon() - Method in class com.here.msdkui.guidance.GuidanceManeuverData
Gets next road icon for this maneuver.
getOptionItems() - Method in class com.here.msdkui.routing.OptionsPanel
Gets a list of option items.
getOptionsSpecs() - Method in class com.here.msdkui.routing.OptionsPanel
Deprecated.
Please use OptionsPanel.getOptionItems() instead.
getPageTitle(int) - Method in class com.here.msdkui.routing.TransportModePanelAdapter
 
getPicker() - Method in class com.here.msdkui.routing.TravelTimePanel
Gets the associated TravelTimePicker.
getRemoveDrawable() - Method in class com.here.msdkui.routing.WaypointItem
Gets the drawable that shows the "remove"-icon beneath the item.
getResourceIdLabel() - Method in class com.here.msdkui.routing.WaypointEntry
Gets the resource string id associated with this instance.
getRoadToDisplay(int) - Method in class com.here.msdkui.routing.ManeuverResources
Gets the road name for a Maneuver at the given indes.
getRoute() - Method in class com.here.msdkui.guidance.base.BaseGuidancePresenter
Gets the route that was set to be used for guidance.
getRoute() - Method in class com.here.msdkui.routing.ManeuverList
Gets the Route associated with this list.
getRoute() - Method in class com.here.msdkui.routing.RouteDescriptionItem
Gets the Route associated with this item.
getRouteLength(UnitSystem) - Method in class com.here.msdkui.routing.RouteDescriptionHandler
Deprecated.
Gets the total length of the associated Route as formatted string.
getRouteLength(Context, Route, UnitSystem) - Static method in class com.here.msdkui.routing.RouteUtil
Gets the total length of the associated Route as formatted string.
getRouteOptions() - Method in class com.here.msdkui.routing.HazardousMaterialsOptionsPanel
Gets the underlying RouteOptions, modified according to UI selection of this panel.
getRouteOptions() - Method in class com.here.msdkui.routing.RouteOptionsPanel
Gets the underlying RouteOptions.
getRouteOptions() - Method in class com.here.msdkui.routing.RouteTypeOptionsPanel
Gets the underlying RouteOptions.
getRouteOptions() - Method in class com.here.msdkui.routing.RoutingOptionsPanel
Deprecated.
Gets the underlying RouteOptions.
getRouteOptions() - Method in class com.here.msdkui.routing.TruckOptionsPanel
Gets the underlying RouteOptions.
getRouteOptions() - Method in class com.here.msdkui.routing.TunnelOptionsPanel
Gets the underlying RouteOptions.
getRoutes() - Method in class com.here.msdkui.routing.RouteDescriptionList
Gets a list of Route elements which was used to create the RouteDescriptionItem elements of this list.
getRouteWaypoint() - Method in class com.here.msdkui.routing.WaypointEntry
Gets the RouteWaypoint associated with this instance.
getRouteWaypoints() - Method in class com.here.msdkui.routing.WaypointList
Gets the list of RouteWaypoint elements contained in this list.
getRowView(Context) - Method in class com.here.msdkui.routing.ManeuverListAdapter
Creates an empty ManeuverItemView to be used as view holder.
getRowView(Context) - Method in class com.here.msdkui.routing.RouteDescriptionListAdapter
Creates a new RouteDescriptionItem that can be used as view holder.
getScaling(Route) - Method in class com.here.msdkui.routing.RouteBarScaler
Gets the scale factor for the given route.
getSectionBar() - Method in class com.here.msdkui.routing.RouteDescriptionHandler
Deprecated.
Gets a list of SectionModel elements of the associated Route.
getSectionBar(Context, Route) - Static method in class com.here.msdkui.routing.RouteUtil
Gets a list of SectionModel elements of the associated Route.
getSectionBarScaling() - Method in class com.here.msdkui.routing.RouteDescriptionItem
Gets the scaling factor of SectionBar.
getSelected() - Method in class com.here.msdkui.routing.TransportModePanel
Gets the position of the currently selected tab.
getSelectedItemLabel() - Method in class com.here.msdkui.routing.SingleChoiceOptionItem
Gets the label of the selected checkbox.
getSelectedLabels() - Method in class com.here.msdkui.routing.MultipleChoiceOptionItem
Gets a list of labels, that are currently selected.
getSelectedTransportMode() - Method in class com.here.msdkui.routing.TransportModePanel
Gets the selected RouteOptions.TransportMode.
getSelectionView() - Method in class com.here.msdkui.routing.MultipleChoiceOptionItem.ItemRow
Gets the associated CheckBox.
getSortOrder() - Method in class com.here.msdkui.routing.RouteDescriptionList
Gets the RouteDescriptionList.SortOrder for this list.
getSortType() - Method in class com.here.msdkui.routing.RouteDescriptionList
Gets the RouteDescriptionList.SortType for this list.
getStartIconId() - Method in class com.here.msdkui.routing.ManeuverResources
Gets start icon id.
getStreetName() - Method in class com.here.msdkui.guidance.GuidanceNextManeuverData
Gets street name after the next maneuver.
getString(TypedArray, int) - Static method in class com.here.msdkui.common.ThemeUtil
Gets a string from TypedArray and index of attribute.
getString(Integer) - Method in class com.here.msdkui.routing.ManeuverResources
Get localized string from the application's package's default string table.
getString(int) - Method in class com.here.msdkui.routing.OptionsPanel
Utility method to get a string from the context this view is running in.
getStringLabel() - Method in class com.here.msdkui.routing.WaypointEntry
Gets the string label associated with this instance.
getStyleId(Context, int) - Static method in class com.here.msdkui.common.ThemeUtil
Returns a resource id for the given theme attribute.
getTabCount() - Method in class com.here.msdkui.routing.TransportModePanel
Gets the number of tabs shown in this panel.
getTabCustomView(RouteOptions.TransportMode) - Method in class com.here.msdkui.routing.SimpleTransportModePanelAdapter
getTabCustomView(RouteOptions.TransportMode) - Method in class com.here.msdkui.routing.TransportModePanelAdapter
getTabView() - Method in class com.here.msdkui.routing.TransportModePanel
Gets the TabLayout associated with this panel.
getTabView(int) - Method in class com.here.msdkui.routing.TransportModePanelAdapter
Gets the custom TabView at a given position, which represents a RouteOptions.TransportMode.
getTime() - Method in class com.here.msdkui.routing.TravelTimePanel
Gets the currently displayed time.
getTime() - Method in class com.here.msdkui.routing.TravelTimePicker
Gets the current date shown by this picker.
getTimePicker() - Method in class com.here.msdkui.routing.TravelTimePicker
Gets the TimePicker associated with this instance.
getTimeToArrival() - Method in class com.here.msdkui.guidance.base.BaseGuidancePresenter
Gets time to arrive at the destination.
getTimeToArrive(boolean) - Method in class com.here.msdkui.routing.RouteDescriptionHandler
Deprecated.
Gets the estimated remaining time to arrive at the destination with or without traffic.
getTimeToArrive(Context, Route, boolean) - Static method in class com.here.msdkui.routing.RouteUtil
Gets the estimated remaining time to arrive at the destination with or without traffic.
getTimeType() - Method in class com.here.msdkui.routing.TravelTimePanel
Gets the RouteOptions.TimeType currently shown.
getTimeType() - Method in class com.here.msdkui.routing.TravelTimePicker
Gets the current set RouteOptions.TimeType.
getTitle() - Method in class com.here.msdkui.routing.SingleChoiceOptionItem
Gets the title of this SingleChoiceOptionItem.
getTrafficDelayed() - Method in class com.here.msdkui.routing.RouteDescriptionHandler
Deprecated.
Gets the traffic delay text of the associated Route.
getTrafficDelayed(Context, Route) - Static method in class com.here.msdkui.routing.RouteUtil
Gets the traffic delay text of the associated Route.
getTransportModes() - Method in class com.here.msdkui.routing.TransportModePanelAdapter
Gets all elements of RouteOptions.TransportMode associated with this adapter.
getUnit() - Method in class com.here.msdkui.common.measurements.Measurement
Returns a current unit.
getUnitString(Context, UnitSystem) - Static method in class com.here.msdkui.common.SpeedFormatterUtil
Returns abbreviation of velocity string in specified unit system.
getUnitSystem() - Method in class com.here.msdkui.common.BaseView
Returns current unit system of this view.
getUnitSystem() - Method in class com.here.msdkui.routing.ManeuverList
Returns the current unit system used by the list adapter.
getUnitSystem() - Method in class com.here.msdkui.routing.ManeuverListAdapter
Returns current unit system of this adapter.
getUnitSystem() - Method in class com.here.msdkui.routing.RouteDescriptionList
Returns the current unit system used by the list adapter.
getUnitSystem() - Method in class com.here.msdkui.routing.RouteDescriptionListAdapter
Returns current unit system of this adapter.
getUnitTextColor() - Method in class com.here.msdkui.guidance.GuidanceSpeedView
Gets current color value for unit text.
getUpper() - Method in class com.here.msdkui.routing.SectionModel.Bounds
Gets the upper boundary.
getValue() - Method in class com.here.msdkui.common.measurements.Measurement
Returns a current value.
getValue() - Method in class com.here.msdkui.routing.NumericOptionItem
Gets the value associated with the item.
getValueTextColor() - Method in class com.here.msdkui.guidance.GuidanceSpeedView
Gets current color for value text.
getVariety() - Method in class com.here.msdkui.routing.TravelTimePicker
getViewPager() - Method in class com.here.msdkui.routing.TransportModePanel
Gets the ViewPager associated with this panel.
getViewState() - Method in class com.here.msdkui.guidance.GuidanceManeuverView
Gets the GuidanceManeuverView.State of this view which was used for UI population.
getVisibleSections() - Method in class com.here.msdkui.routing.ManeuverItemView
Gets a set of ManeuverItemView.Section elements that are visible.
getVisibleSections() - Method in class com.here.msdkui.routing.RouteDescriptionItem
Gets a collection of all visible RouteDescriptionItem.Section elements.
getVisibleWaypointItems() - Method in class com.here.msdkui.routing.WaypointList
Gets the number of WaypointItem that should be visible without scrolling.
getWaypointEntry() - Method in class com.here.msdkui.routing.WaypointItem
Gets the WaypointEntry associated with this item.
GuidanceEstimatedArrivalView - Class in com.here.msdkui.guidance
A view that shows estimated arrival information, like estimated time of arrival (ETA), distance to destination and remaining travel time.
GuidanceEstimatedArrivalView(Context) - Constructor for class com.here.msdkui.guidance.GuidanceEstimatedArrivalView
Constructs a new instance.
GuidanceEstimatedArrivalView(Context, AttributeSet) - Constructor for class com.here.msdkui.guidance.GuidanceEstimatedArrivalView
Constructs a new instance.
GuidanceEstimatedArrivalView(Context, AttributeSet, int) - Constructor for class com.here.msdkui.guidance.GuidanceEstimatedArrivalView
Constructs a new instance.
GuidanceEstimatedArrivalView(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.guidance.GuidanceEstimatedArrivalView
Constructs a new instance.
GuidanceEstimatedArrivalView.SavedState - Class in com.here.msdkui.guidance
State class to save internal data on activity re-creation.
GuidanceEstimatedArrivalViewData - Class in com.here.msdkui.guidance
A data class holding information related to Estimated Arrival Time (ETA).
GuidanceEstimatedArrivalViewData(Date, Long, Integer) - Constructor for class com.here.msdkui.guidance.GuidanceEstimatedArrivalViewData
Constructs a new instance using the provided icon and info strings.
GuidanceEstimatedArrivalViewData(Parcel) - Constructor for class com.here.msdkui.guidance.GuidanceEstimatedArrivalViewData
 
GuidanceEstimatedArrivalViewListener - Interface in com.here.msdkui.guidance
A listener that notifies when there is a change in GuidanceEstimatedArrivalViewData.
GuidanceEstimatedArrivalViewPresenter - Class in com.here.msdkui.guidance
This class creates GuidanceEstimatedArrivalViewData instances during guidance and notifies it's listeners about that.
GuidanceEstimatedArrivalViewPresenter(NavigationManager) - Constructor for class com.here.msdkui.guidance.GuidanceEstimatedArrivalViewPresenter
Constructs a new instance.
GuidanceManeuverData - Class in com.here.msdkui.guidance
A data class holding the current guidance instructions to be fed into the GuidanceManeuverView.
GuidanceManeuverData(int, Long, String, String) - Constructor for class com.here.msdkui.guidance.GuidanceManeuverData
Constructs a new instance using the provided icon, distance and info strings.
GuidanceManeuverData(int, Long, String, String, Bitmap) - Constructor for class com.here.msdkui.guidance.GuidanceManeuverData
Constructs a new instance using the provided icons, distance and info strings.
GuidanceManeuverListener - Interface in com.here.msdkui.guidance
A listener that notifies when there is a change in GuidanceManeuverData.
GuidanceManeuverPresenter - Class in com.here.msdkui.guidance
A class that creates GuidanceManeuverData during guidance.
GuidanceManeuverPresenter(Context, NavigationManager, Route) - Constructor for class com.here.msdkui.guidance.GuidanceManeuverPresenter
Constructs a new instance.
GuidanceManeuverUtil - Class in com.here.msdkui.guidance
A convenience class to get Maneuver related information for guidance.
GuidanceManeuverView - Class in com.here.msdkui.guidance
A view that shows the next maneuver view for guidance.
GuidanceManeuverView(Context) - Constructor for class com.here.msdkui.guidance.GuidanceManeuverView
Constructs a new instance.
GuidanceManeuverView(Context, AttributeSet) - Constructor for class com.here.msdkui.guidance.GuidanceManeuverView
Constructs a new instance.
GuidanceManeuverView(Context, AttributeSet, int) - Constructor for class com.here.msdkui.guidance.GuidanceManeuverView
Constructs a new instance.
GuidanceManeuverView(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.guidance.GuidanceManeuverView
Constructs a new instance.
GuidanceManeuverView.State - Class in com.here.msdkui.guidance
Represents all the supported guidance maneuver view states.
GuidanceNextManeuverData - Class in com.here.msdkui.guidance
A data class holding guidance instructions for the maneuver after the currently shown maneuver.
GuidanceNextManeuverData(Integer, Long, String) - Constructor for class com.here.msdkui.guidance.GuidanceNextManeuverData
Constructs a new instance using the provided icon and info strings.
GuidanceNextManeuverData(Parcel) - Constructor for class com.here.msdkui.guidance.GuidanceNextManeuverData
 
GuidanceNextManeuverListener - Interface in com.here.msdkui.guidance
A listener that notifies when there is a change in GuidanceNextManeuverData.
GuidanceNextManeuverPresenter - Class in com.here.msdkui.guidance
A class that creates GuidanceNextManeuverData during guidance.
GuidanceNextManeuverPresenter(Context, NavigationManager, Route) - Constructor for class com.here.msdkui.guidance.GuidanceNextManeuverPresenter
Constructs a new instance.
GuidanceNextManeuverView - Class in com.here.msdkui.guidance
A view that shows maneuver after next maneuver.
GuidanceNextManeuverView(Context) - Constructor for class com.here.msdkui.guidance.GuidanceNextManeuverView
Constructs a new instance.
GuidanceNextManeuverView(Context, AttributeSet) - Constructor for class com.here.msdkui.guidance.GuidanceNextManeuverView
Constructs a new instance.
GuidanceNextManeuverView(Context, AttributeSet, int) - Constructor for class com.here.msdkui.guidance.GuidanceNextManeuverView
Constructs a new instance.
GuidanceNextManeuverView(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.guidance.GuidanceNextManeuverView
Constructs a new instance.
GuidanceNextManeuverView.SavedState - Class in com.here.msdkui.guidance
State class to save internal data on activity re-creation.
GuidanceSpeedData - Class in com.here.msdkui.guidance
A data class holding current speed and applicable speed limit.
GuidanceSpeedData(Double, Double) - Constructor for class com.here.msdkui.guidance.GuidanceSpeedData
Constructs a new instance using current speed and color values.
GuidanceSpeedData(Parcel) - Constructor for class com.here.msdkui.guidance.GuidanceSpeedData
 
GuidanceSpeedLimitView - Class in com.here.msdkui.guidance
A view that shows the current speed limit.
GuidanceSpeedLimitView(Context) - Constructor for class com.here.msdkui.guidance.GuidanceSpeedLimitView
Constructs a new instance.
GuidanceSpeedLimitView(Context, AttributeSet) - Constructor for class com.here.msdkui.guidance.GuidanceSpeedLimitView
Constructs a new instance.
GuidanceSpeedLimitView(Context, AttributeSet, int) - Constructor for class com.here.msdkui.guidance.GuidanceSpeedLimitView
Constructs a new instance.
GuidanceSpeedLimitView(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.guidance.GuidanceSpeedLimitView
Constructs a new instance.
GuidanceSpeedListener - Interface in com.here.msdkui.guidance
A listener that notifies when there is a change in GuidanceSpeedData.
GuidanceSpeedPresenter - Class in com.here.msdkui.guidance
This class creates GuidanceSpeedData instances during guidance and notifies it's listeners about that.
GuidanceSpeedPresenter(NavigationManager, PositioningManager) - Constructor for class com.here.msdkui.guidance.GuidanceSpeedPresenter
Constructs a new instance using instances of NavigationManager and PositioningManager.
GuidanceSpeedView - Class in com.here.msdkui.guidance
A view that shows the current speed the user is driving with.
GuidanceSpeedView(Context) - Constructor for class com.here.msdkui.guidance.GuidanceSpeedView
Constructs a new instance.
GuidanceSpeedView(Context, AttributeSet) - Constructor for class com.here.msdkui.guidance.GuidanceSpeedView
Constructs a new instance.
GuidanceSpeedView(Context, AttributeSet, int) - Constructor for class com.here.msdkui.guidance.GuidanceSpeedView
Constructs a new instance.
GuidanceSpeedView(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.guidance.GuidanceSpeedView
Constructs a new instance.
GuidanceStreetLabelData - Class in com.here.msdkui.guidance
A data class holding the current street name and a background color to be fed into the GuidanceStreetLabelView.
GuidanceStreetLabelData(String, int) - Constructor for class com.here.msdkui.guidance.GuidanceStreetLabelData
Constructs a new instance using provided street name and background color.
GuidanceStreetLabelListener - Interface in com.here.msdkui.guidance
A listener that notifies when there is a change in GuidanceStreetLabelData.
GuidanceStreetLabelPresenter - Class in com.here.msdkui.guidance
Class that creates GuidanceStreetLabelData objects on maneuver update and feds them into registered listeners (e.g.
GuidanceStreetLabelPresenter(Context, NavigationManager, Route) - Constructor for class com.here.msdkui.guidance.GuidanceStreetLabelPresenter
Constructs a new instance using a NavigationManager instance and a route to follow during guidance.
GuidanceStreetLabelView - Class in com.here.msdkui.guidance
A view that shows the current street the user is driving on.
GuidanceStreetLabelView(Context) - Constructor for class com.here.msdkui.guidance.GuidanceStreetLabelView
Constructs a new instance.
GuidanceStreetLabelView(Context, AttributeSet) - Constructor for class com.here.msdkui.guidance.GuidanceStreetLabelView
Constructs a new instance.
GuidanceStreetLabelView(Context, AttributeSet, int) - Constructor for class com.here.msdkui.guidance.GuidanceStreetLabelView
Constructs a new instance.
GuidanceStreetLabelView(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.guidance.GuidanceStreetLabelView
Constructs a new instance.

H

handleGpsLost() - Method in class com.here.msdkui.guidance.base.BaseGuidancePresenter
Notifies when GPS signal is lost.
handleGpsLost() - Method in class com.here.msdkui.guidance.GuidanceStreetLabelPresenter
 
handleGpsRestore() - Method in class com.here.msdkui.guidance.base.BaseGuidancePresenter
Notifies when GPS signal is restored.
handleGpsRestore() - Method in class com.here.msdkui.guidance.GuidanceStreetLabelPresenter
 
handleManeuverEvent() - Method in class com.here.msdkui.guidance.base.BaseGuidancePresenter
Called after resuming the presenter.
handleManeuverEvent() - Method in class com.here.msdkui.guidance.GuidanceManeuverPresenter
 
handleManeuverEvent() - Method in class com.here.msdkui.guidance.GuidanceNextManeuverPresenter
 
handleManeuverEvent() - Method in class com.here.msdkui.guidance.GuidanceStreetLabelPresenter
 
handleNewInstructionEvent() - Method in class com.here.msdkui.guidance.base.BaseGuidancePresenter
Notifies on new instruction events generated by NavigationManager.
handleNewInstructionEvent() - Method in class com.here.msdkui.guidance.GuidanceNextManeuverPresenter
 
handleNewInstructionEvent() - Method in class com.here.msdkui.guidance.GuidanceStreetLabelPresenter
 
handlePositionUpdate() - Method in class com.here.msdkui.guidance.base.BaseGuidancePresenter
 
handlePositionUpdate() - Method in class com.here.msdkui.guidance.GuidanceEstimatedArrivalViewPresenter
 
handlePositionUpdate() - Method in class com.here.msdkui.guidance.GuidanceManeuverPresenter
 
handlePositionUpdate() - Method in class com.here.msdkui.guidance.GuidanceSpeedPresenter
 
handleRerouteBegin() - Method in class com.here.msdkui.guidance.base.BaseGuidancePresenter
Notifies when rerouting begins.
handleRerouteBegin() - Method in class com.here.msdkui.guidance.GuidanceManeuverPresenter
 
handleRerouteEnd(RouteResult) - Method in class com.here.msdkui.guidance.base.BaseGuidancePresenter
Notifies when rerouting ends with success.
handleRerouteFailed(RoutingError) - Method in class com.here.msdkui.guidance.base.BaseGuidancePresenter
Notifies when rerouting ends with failure.
handleSpeedExceeded(float) - Method in class com.here.msdkui.guidance.base.BaseGuidancePresenter
Notifies when driving over speed limit.
handleSpeedExceeded(float) - Method in class com.here.msdkui.guidance.GuidanceSpeedPresenter
 
handleSpeedExceededEnd(float) - Method in class com.here.msdkui.guidance.base.BaseGuidancePresenter
Notifies when no longer driving over speed limit.
handleSpeedExceededEnd(float) - Method in class com.here.msdkui.guidance.GuidanceSpeedPresenter
 
hashCode() - Method in class com.here.msdkui.guidance.GuidanceEstimatedArrivalViewData
 
hashCode() - Method in class com.here.msdkui.guidance.GuidanceManeuverData
 
hashCode() - Method in class com.here.msdkui.guidance.GuidanceManeuverView.State
 
hashCode() - Method in class com.here.msdkui.guidance.GuidanceNextManeuverData
 
hashCode() - Method in class com.here.msdkui.guidance.GuidanceSpeedData
 
HazardousMaterialsOptionsPanel - Class in com.here.msdkui.routing
A view that shows an options panel for displaying the hazardous materials options of RouteOptions.
HazardousMaterialsOptionsPanel(Context) - Constructor for class com.here.msdkui.routing.HazardousMaterialsOptionsPanel
Constructs a new instance.
HazardousMaterialsOptionsPanel(Context, AttributeSet) - Constructor for class com.here.msdkui.routing.HazardousMaterialsOptionsPanel
Constructs a new instance.
HazardousMaterialsOptionsPanel(Context, AttributeSet, int) - Constructor for class com.here.msdkui.routing.HazardousMaterialsOptionsPanel
Constructs a new instance.
HazardousMaterialsOptionsPanel(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.routing.HazardousMaterialsOptionsPanel
Constructs a new instance.
highLightManeuver(int) - Method in class com.here.msdkui.guidance.GuidanceManeuverView
Highlights the maneuver section (info2) of the view using the provided color.
HOUR - Static variable in class com.here.msdkui.routing.TravelTimePicker
 

I

ICON_GONE - Static variable in class com.here.msdkui.guidance.GuidanceManeuverView
 
insertEmptyEntry(int) - Method in class com.here.msdkui.routing.WaypointList
Inserts a new empty WaypointEntry at the specified index of this list.
insertEntry(int, WaypointEntry) - Method in class com.here.msdkui.routing.WaypointList
Inserts a new WaypointEntry at the specified index to this list.
isBikeOrPedestrian() - Method in class com.here.msdkui.routing.RouteDescriptionItem
Indicates whether the RouteOptions.TransportMode is bike or pedestrian.
isChecked() - Method in class com.here.msdkui.routing.BooleanOptionItem
Gets the current state of the checkbox.
isContentVisible() - Method in class com.here.msdkui.routing.SimpleTransportModePanelAdapter
 
isContentVisible() - Method in class com.here.msdkui.routing.TransportModePanelAdapter
Indicates whether the content is visible.
isDragEnabled() - Method in class com.here.msdkui.routing.WaypointItem
Indicates whether this item is draggable.
isDraggable() - Method in class com.here.msdkui.routing.WaypointEntry
Indicates whether this instance is draggable when used as an element of a WaypointList.
isItemSelected(String) - Method in class com.here.msdkui.routing.MultipleChoiceOptionItem
Indicates if a checkbox is in checked or unchecked state.
isLength(MeasurementUnit) - Static method in class com.here.msdkui.common.measurements.Converter
 
isMetric(MeasurementUnit) - Static method in class com.here.msdkui.common.measurements.Converter
 
isRemovable() - Method in class com.here.msdkui.routing.WaypointEntry
Indicates whether this instance is removable when used as an element of a WaypointList.
isRemoveEnabled() - Method in class com.here.msdkui.routing.WaypointItem
Return whether this instance is removable.
isSaveStateEnabled() - Method in class com.here.msdkui.common.BaseView
Indicates whether this view will save its data.
isSectionVisible(ManeuverItemView.Section) - Method in class com.here.msdkui.routing.ManeuverItemView
Returns the visibility for the given Section.
isSectionVisible(RouteDescriptionItem.Section) - Method in class com.here.msdkui.routing.RouteDescriptionItem
Returns the visibility of the given RouteDescriptionItem.Section.
isSpeed(MeasurementUnit) - Static method in class com.here.msdkui.common.measurements.Converter
 
isSpeeding() - Method in class com.here.msdkui.guidance.GuidanceSpeedData
Determines if current speed exceeds current speed limit.
isTrafficEnabled() - Method in class com.here.msdkui.routing.RouteDescriptionItem
Indicates whether traffic is enabled or not.
isTrafficEnabled() - Method in class com.here.msdkui.routing.RouteDescriptionList
Indicates whether potential traffic dalays are included in travel time or not.
isTrafficEnabled() - Method in class com.here.msdkui.routing.RouteDescriptionListAdapter
Gets if total time to arrival should be calculated with traffic.
isValid() - Method in class com.here.msdkui.guidance.GuidanceSpeedData
Checks if internal state is correct.
isValid() - Method in class com.here.msdkui.routing.WaypointEntry
Indicates whether this instance contains a valid coordinate.
ItemRow() - Constructor for class com.here.msdkui.routing.MultipleChoiceOptionItem.ItemRow
 

K

KILOMETER_IN_METERS - Static variable in class com.here.msdkui.common.measurements.Converter
 

L

LengthConverter - Class in com.here.msdkui.common.measurements
Utility class for basic length conversions.
LengthConverter() - Constructor for class com.here.msdkui.common.measurements.LengthConverter
 

M

ManeuverItemView - Class in com.here.msdkui.routing
A view that displays a maneuver based on its visible sections.
ManeuverItemView(Context) - Constructor for class com.here.msdkui.routing.ManeuverItemView
Constructs a new instance.
ManeuverItemView(Context, AttributeSet) - Constructor for class com.here.msdkui.routing.ManeuverItemView
Constructs a new instance.
ManeuverItemView(Context, AttributeSet, int) - Constructor for class com.here.msdkui.routing.ManeuverItemView
Constructs a new instance.
ManeuverItemView(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.routing.ManeuverItemView
Constructs a new instance.
ManeuverItemView.Section - Enum in com.here.msdkui.routing
Describes all available sections that the ManeuverItemView can show.
ManeuverList - Class in com.here.msdkui.routing
A custom RecyclerView that displays a list of maneuvers.
ManeuverList(Context) - Constructor for class com.here.msdkui.routing.ManeuverList
Constructs a new instance.
ManeuverList(Context, AttributeSet) - Constructor for class com.here.msdkui.routing.ManeuverList
Constructs a new instance.
ManeuverList(Context, AttributeSet, int) - Constructor for class com.here.msdkui.routing.ManeuverList
Constructs a new instance.
ManeuverListAdapter - Class in com.here.msdkui.routing
A RecyclerView.Adapter to bind a view item of the list to a ManeuverItemView.
ManeuverListAdapter(List<Maneuver>) - Constructor for class com.here.msdkui.routing.ManeuverListAdapter
Constructs a new instance using a list of maneuvers.
ManeuverListAdapter.ViewHolder - Class in com.here.msdkui.routing
A view holder.
ManeuverResources - Class in com.here.msdkui.routing
A resource provider for Maneuver.
ManeuverResources(Context, List<Maneuver>) - Constructor for class com.here.msdkui.routing.ManeuverResources
 
maneuversEqual(Maneuver, Maneuver) - Static method in class com.here.msdkui.guidance.GuidanceManeuverUtil
Checks if two Maneuvers are equals.
MAX_DAY - Static variable in class com.here.msdkui.routing.TravelTimePicker
 
Measurement - Class in com.here.msdkui.common.measurements
A class representing measurement of given quantity.
Measurement(double, MeasurementUnit) - Constructor for class com.here.msdkui.common.measurements.Measurement
Constructs a new instance using given value and unit.
MeasurementUnit - Enum in com.here.msdkui.common.measurements
All available measurement units.
MIN_DAY - Static variable in class com.here.msdkui.routing.TravelTimePicker
 
MINUTE - Static variable in class com.here.msdkui.routing.TravelTimePicker
 
MONTH - Static variable in class com.here.msdkui.routing.TravelTimePicker
 
mSaveStateEnabled - Variable in class com.here.msdkui.common.BaseView
 
MultipleChoiceOptionItem - Class in com.here.msdkui.routing
A view that displays an option item with a set of checkboxes.
MultipleChoiceOptionItem(Context) - Constructor for class com.here.msdkui.routing.MultipleChoiceOptionItem
Constructs a new instance.
MultipleChoiceOptionItem(Context, AttributeSet) - Constructor for class com.here.msdkui.routing.MultipleChoiceOptionItem
Constructs a new instance.
MultipleChoiceOptionItem(Context, AttributeSet, int) - Constructor for class com.here.msdkui.routing.MultipleChoiceOptionItem
Constructs a new instance.
MultipleChoiceOptionItem(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.routing.MultipleChoiceOptionItem
Constructs a new instance.
MultipleChoiceOptionItem.ItemRow - Class in com.here.msdkui.routing
A class that represents one row of a MultipleChoiceOptionItem.
MultipleChoiceOptionItemBuilder(Context) - Constructor for class com.here.msdkui.routing.OptionItemBuilders.MultipleChoiceOptionItemBuilder
Constructs a new instance.
MultipleChoiceOptionItemBuilder(Context) - Constructor for class com.here.msdkui.routing.OptionItemSpec.MultipleChoiceOptionItemBuilder
Deprecated.
Constructs a new instance.
mUnitSystem - Variable in class com.here.msdkui.common.BaseView
 

N

newInstance() - Static method in class com.here.msdkui.routing.TravelTimePicker
Constructs a new instance using the TravelTimePicker.Variety.DEPARTURE type by default.
newInstance(TravelTimePicker.Variety) - Static method in class com.here.msdkui.routing.TravelTimePicker
Constructs a new instance using the given TravelTimePicker.Variety.
NO_DATA - Static variable in class com.here.msdkui.guidance.GuidanceManeuverView.State
Represents the default state of the view without maneuver data.
notifyChange() - Method in class com.here.msdkui.routing.OptionItem
Notifies the associated OptionItem.OnChangedListener.
notifyOnOptionChanged(OptionItem) - Method in class com.here.msdkui.routing.OptionsPanel
Notifies listeners when an option item has been changed.
notifyOnOptionCreated(List<OptionItem>) - Method in class com.here.msdkui.routing.OptionsPanel
Notifies listeners when a new option item has been created.
NumericOptionItem - Class in com.here.msdkui.routing
A view that shows an option item to set a numeric value.
NumericOptionItem(Context) - Constructor for class com.here.msdkui.routing.NumericOptionItem
Constructs a new instance.
NumericOptionItem(Context, AttributeSet) - Constructor for class com.here.msdkui.routing.NumericOptionItem
Constructs a new instance.
NumericOptionItem(Context, AttributeSet, int) - Constructor for class com.here.msdkui.routing.NumericOptionItem
Constructs a new instance.
NumericOptionItem(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.routing.NumericOptionItem
Constructs a new instance.
NumericOptionItemBuilder(Context) - Constructor for class com.here.msdkui.routing.OptionItemBuilders.NumericOptionItemBuilder
Constructs a new instance.
NumericOptionItemBuilder(Context) - Constructor for class com.here.msdkui.routing.OptionItemSpec.NumericOptionItemBuilder
Deprecated.
Constructs a new instance.

O

onAttachedToRecyclerView(RecyclerView) - Method in class com.here.msdkui.routing.WaypointListAdapter
 
onBindViewHolder(ManeuverListAdapter.ViewHolder, int) - Method in class com.here.msdkui.routing.ManeuverListAdapter
 
onBindViewHolder(RouteDescriptionListAdapter.ViewHolder, int) - Method in class com.here.msdkui.routing.RouteDescriptionListAdapter
 
onBindViewHolder(WaypointListAdapter.WaypointsListViewHolder, int) - Method in class com.here.msdkui.routing.WaypointListAdapter
 
onChanged(OptionItem) - Method in class com.here.msdkui.routing.HazardousMaterialsOptionsPanel
 
onChanged(OptionItem) - Method in interface com.here.msdkui.routing.OptionItem.OnChangedListener
Called when the item was changed.
onChanged(OptionItem) - Method in class com.here.msdkui.routing.RouteOptionsPanel
 
onChanged(OptionItem) - Method in class com.here.msdkui.routing.RouteTypeOptionsPanel
 
onChanged(OptionItem) - Method in class com.here.msdkui.routing.RoutingOptionsPanel
Deprecated.
 
onChanged(OptionItem) - Method in class com.here.msdkui.routing.TrafficOptionsPanel
 
onChanged() - Method in class com.here.msdkui.routing.TransportModePanel.DataSetChangeObserver
 
onChanged(OptionItem) - Method in class com.here.msdkui.routing.TruckOptionsPanel
 
onChanged(OptionItem) - Method in class com.here.msdkui.routing.TunnelOptionsPanel
 
onCheckedChanged(CompoundButton, boolean) - Method in class com.here.msdkui.routing.BooleanOptionItem
 
onCheckedChanged(CompoundButton, boolean) - Method in class com.here.msdkui.routing.MultipleChoiceOptionItem
 
onCreateDialog(Bundle) - Method in class com.here.msdkui.routing.TravelTimePicker
 
onCreateDrawableState(int) - Method in class com.here.msdkui.guidance.GuidanceSpeedView
 
onCreateViewHolder(ViewGroup, int) - Method in class com.here.msdkui.routing.ManeuverListAdapter
 
onCreateViewHolder(ViewGroup, int) - Method in class com.here.msdkui.routing.RouteDescriptionListAdapter
 
onCreateViewHolder(ViewGroup, int) - Method in class com.here.msdkui.routing.WaypointListAdapter
 
onDataChanged(GuidanceEstimatedArrivalViewData) - Method in interface com.here.msdkui.guidance.GuidanceEstimatedArrivalViewListener
Called when there is a change in GuidanceEstimatedArrivalViewData.
onDataChanged(GuidanceManeuverData) - Method in interface com.here.msdkui.guidance.GuidanceManeuverListener
Called when there is a change in GuidanceManeuverData.
onDataChanged(GuidanceNextManeuverData) - Method in interface com.here.msdkui.guidance.GuidanceNextManeuverListener
Called when there is change in GuidanceNextManeuverData.
onDataChanged(GuidanceSpeedData) - Method in interface com.here.msdkui.guidance.GuidanceSpeedListener
Called when there is change in GuidanceSpeedData.
onDataChanged(GuidanceStreetLabelData) - Method in interface com.here.msdkui.guidance.GuidanceStreetLabelListener
Called when there is change in GuidanceStreetLabelData.
onDestinationReached() - Method in interface com.here.msdkui.guidance.GuidanceManeuverListener
Called when the destination is reached.
onEntryAdded(int, WaypointEntry) - Method in interface com.here.msdkui.routing.WaypointList.Listener
Called when the user has added a WaypointEntry.
onEntryClicked(int, WaypointEntry) - Method in interface com.here.msdkui.routing.WaypointList.Listener
Called when a user has clicked on a WaypointEntry.
onEntryDragged(int, int) - Method in interface com.here.msdkui.routing.WaypointList.Listener
Called when the user has put one finger on the entry and moved it to another position.
onEntryRemoved(int, WaypointEntry) - Method in interface com.here.msdkui.routing.WaypointList.Listener
Called when the user has removed a WaypointEntry.
onEntryUpdated(int, WaypointEntry) - Method in interface com.here.msdkui.routing.WaypointList.Listener
Called when the user has updated a WaypointEntry.
onInterceptTouchEvent(RecyclerView, MotionEvent) - Method in class com.here.msdkui.routing.CustomRecyclerView.RecyclerItemClickListener
 
onInvalidated() - Method in class com.here.msdkui.routing.TransportModePanel.DataSetChangeObserver
 
onItemClicked(int, View) - Method in interface com.here.msdkui.routing.CustomRecyclerView.OnItemClickedListener
Called when a user clicks on an item of this list.
onItemLongClicked(int, View) - Method in interface com.here.msdkui.routing.CustomRecyclerView.OnItemClickedListener
Called when a user long clicks on an item of this list.
onItemSelected(AdapterView<?>, View, int, long) - Method in class com.here.msdkui.routing.SingleChoiceOptionItem
 
onMeasure(int, int) - Method in class com.here.msdkui.routing.WaypointList
 
onNothingSelected(AdapterView<?>) - Method in class com.here.msdkui.routing.SingleChoiceOptionItem
 
onOptionChanged(OptionItem) - Method in interface com.here.msdkui.routing.OptionsPanel.Listener
Called when an option item is changed.
onOptionCreated(List<OptionItem>) - Method in interface com.here.msdkui.routing.OptionsPanel.Listener
Called when an option item is created.
onRemoveClicked(WaypointEntry) - Method in interface com.here.msdkui.routing.WaypointItem.Listener
Called when the item was removed from the list by the user.
onRequestDisallowInterceptTouchEvent(boolean) - Method in class com.here.msdkui.routing.CustomRecyclerView.RecyclerItemClickListener
 
onReselected(int, TabView) - Method in interface com.here.msdkui.routing.TransportModePanel.OnSelectedListener
Called when a tab is re-selected.
onRestoreInstanceState(Parcelable) - Method in class com.here.msdkui.guidance.GuidanceEstimatedArrivalView
 
onRestoreInstanceState(Parcelable) - Method in class com.here.msdkui.guidance.GuidanceManeuverView
 
onRestoreInstanceState(Parcelable) - Method in class com.here.msdkui.guidance.GuidanceNextManeuverView
 
onRestoreInstanceState(Parcelable) - Method in class com.here.msdkui.guidance.GuidanceSpeedLimitView
 
onRestoreInstanceState(Parcelable) - Method in class com.here.msdkui.guidance.GuidanceSpeedView
 
onRestoreInstanceState(Parcelable) - Method in class com.here.msdkui.guidance.GuidanceStreetLabelView
 
onSaveInstanceState() - Method in class com.here.msdkui.guidance.GuidanceEstimatedArrivalView
 
onSaveInstanceState() - Method in class com.here.msdkui.guidance.GuidanceManeuverView
 
onSaveInstanceState() - Method in class com.here.msdkui.guidance.GuidanceNextManeuverView
 
onSaveInstanceState() - Method in class com.here.msdkui.guidance.GuidanceSpeedLimitView
 
onSaveInstanceState() - Method in class com.here.msdkui.guidance.GuidanceSpeedView
 
onSaveInstanceState() - Method in class com.here.msdkui.guidance.GuidanceStreetLabelView
 
onSaveInstanceState(Bundle) - Method in class com.here.msdkui.routing.TravelTimePicker
 
onSelected(int, TabView) - Method in interface com.here.msdkui.routing.TransportModePanel.OnSelectedListener
Called when a tab is selected.
onTabReselected(TabLayout.Tab) - Method in class com.here.msdkui.routing.TransportModePanel
 
onTabSelected(TabLayout.Tab) - Method in class com.here.msdkui.routing.TransportModePanel
 
onTabUnselected(TabLayout.Tab) - Method in class com.here.msdkui.routing.TransportModePanel
 
onTimeChanged(Date, RouteOptions.TimeType) - Method in interface com.here.msdkui.routing.TravelTimePanel.OnTimeChangedListener
Called when the time has changed.
onTimePicked(Date, RouteOptions.TimeType) - Method in class com.here.msdkui.routing.TravelTimePanel
 
onTimePicked(Date, RouteOptions.TimeType) - Method in interface com.here.msdkui.routing.TravelTimePicker.OnTimePickedListener
Called when a new time was selected..
onTouchEvent(RecyclerView, MotionEvent) - Method in class com.here.msdkui.routing.CustomRecyclerView.RecyclerItemClickListener
 
onTouchEvent(MotionEvent) - Method in class com.here.msdkui.routing.DraggableImageView
 
onUnselected(int, TabView) - Method in interface com.here.msdkui.routing.TransportModePanel.OnSelectedListener
Called when a tab exits the selected state.
open(FragmentManager, Date) - Method in class com.here.msdkui.routing.TravelTimePicker
Deprecated.
this method will not work from release 2.0. Please use TravelTimePicker.open(FragmentManager, Date) instead.
open(FragmentManager) - Method in class com.here.msdkui.routing.TravelTimePicker
Deprecated.
this method will not work from release 2.0. Please use TravelTimePicker.open(FragmentManager) instead.
open(FragmentManager, Date) - Method in class com.here.msdkui.routing.TravelTimePicker
Shows this picker fragment using the given date.
open(FragmentManager) - Method in class com.here.msdkui.routing.TravelTimePicker
Shows this picker fragment using the current date.
OptionItem - Class in com.here.msdkui.routing
A base class for all views that show option items.
OptionItem(Context) - Constructor for class com.here.msdkui.routing.OptionItem
Constructs a new instance.
OptionItem(Context, AttributeSet) - Constructor for class com.here.msdkui.routing.OptionItem
Constructs a new instance.
OptionItem(Context, AttributeSet, int) - Constructor for class com.here.msdkui.routing.OptionItem
Constructs a new instance.
OptionItem(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.routing.OptionItem
Constructs a new instance.
OptionItem.ItemType - Enum in com.here.msdkui.routing
All the available option item types.
OptionItem.OnChangedListener - Interface in com.here.msdkui.routing
A listener interface to notify when the OptionItem was changed.
OptionItemBuilders - Class in com.here.msdkui.routing
A container of Builders that allows to create option items.
OptionItemBuilders() - Constructor for class com.here.msdkui.routing.OptionItemBuilders
 
OptionItemBuilders.BooleanOptionItemBuilder - Class in com.here.msdkui.routing
Builder for BooleanOptionItem.
OptionItemBuilders.MultipleChoiceOptionItemBuilder - Class in com.here.msdkui.routing
OptionItemBuilders.NumericOptionItemBuilder - Class in com.here.msdkui.routing
Builder for NumericOptionItem.
OptionItemBuilders.SingleChoiceOptionItemBuilder - Class in com.here.msdkui.routing
OptionItemSpec - Class in com.here.msdkui.routing
Deprecated.
Please use OptionItemBuilders instead.
OptionItemSpec() - Constructor for class com.here.msdkui.routing.OptionItemSpec
Deprecated.
 
OptionItemSpec.BooleanOptionItemBuilder - Class in com.here.msdkui.routing
Deprecated.
OptionItemSpec.MultipleChoiceOptionItemBuilder - Class in com.here.msdkui.routing
OptionItemSpec.NumericOptionItemBuilder - Class in com.here.msdkui.routing
Deprecated.
OptionItemSpec.SingleChoiceOptionItemBuilder - Class in com.here.msdkui.routing
Deprecated.
OptionsPanel - Class in com.here.msdkui.routing
A base class for all views that show multiple instances of OptionItem.
OptionsPanel(Context) - Constructor for class com.here.msdkui.routing.OptionsPanel
Constructs a new instance.
OptionsPanel(Context, AttributeSet) - Constructor for class com.here.msdkui.routing.OptionsPanel
Constructs a new instance.
OptionsPanel(Context, AttributeSet, int) - Constructor for class com.here.msdkui.routing.OptionsPanel
Constructs a new instance.
OptionsPanel(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.routing.OptionsPanel
Constructs a new instance.
OptionsPanel.Listener - Interface in com.here.msdkui.routing
A listener to notfiy when an OptionItem was created or changed.

P

pause() - Method in class com.here.msdkui.guidance.base.BaseGuidancePresenter
Pauses presenter to stop listening to navigation events.
pause() - Method in class com.here.msdkui.guidance.GuidanceSpeedPresenter
 
performClick() - Method in class com.here.msdkui.routing.DraggableImageView
 
populateDynamicPenalty() - Method in class com.here.msdkui.routing.TrafficOptionsPanel
Populates the panel using the set DynamicPenalty.
populateRouteOptions() - Method in class com.here.msdkui.routing.RouteOptionsPanel
Populates the panel using the provided route options.
populateRouteOptions() - Method in class com.here.msdkui.routing.RouteTypeOptionsPanel
Populates the panel using the provided route options.
populateRouteOptions() - Method in class com.here.msdkui.routing.RoutingOptionsPanel
Deprecated.
Populates the panel using the provided route options.
populateRouteOptions() - Method in class com.here.msdkui.routing.TunnelOptionsPanel
Populates this panel based on the provided RouteOptions.

R

RecyclerItemClickListener(Context, RecyclerView, CustomRecyclerView.OnItemClickedListener) - Constructor for class com.here.msdkui.routing.CustomRecyclerView.RecyclerItemClickListener
 
refresh() - Method in class com.here.msdkui.guidance.GuidanceStreetLabelView
Refresh the view to re-calculate the radius of view.
removeEntry(int) - Method in class com.here.msdkui.routing.WaypointList
Removes a WaypointEntry at the specified index to this list.
removeListener(GuidanceEstimatedArrivalViewListener) - Method in class com.here.msdkui.guidance.GuidanceEstimatedArrivalViewPresenter
removeListener(GuidanceManeuverListener) - Method in class com.here.msdkui.guidance.GuidanceManeuverPresenter
removeListener(GuidanceNextManeuverListener) - Method in class com.here.msdkui.guidance.GuidanceNextManeuverPresenter
removeListener(GuidanceSpeedListener) - Method in class com.here.msdkui.guidance.GuidanceSpeedPresenter
removeListener(GuidanceStreetLabelListener) - Method in class com.here.msdkui.guidance.GuidanceStreetLabelPresenter
reset() - Method in class com.here.msdkui.routing.WaypointList
Reset this list to its initial status.
resume() - Method in class com.here.msdkui.guidance.base.BaseGuidancePresenter
Resumes presenter to start listening to navigation events.
resume() - Method in class com.here.msdkui.guidance.GuidanceSpeedPresenter
 
reverse() - Method in class com.here.msdkui.routing.WaypointList
Reverse the order of the WaypointEntry elements.
round(double, int) - Static method in class com.here.msdkui.common.measurements.Converter
Round a given value to the number of decimal places.
RouteBarScaler - Class in com.here.msdkui.routing
A class to calculate scale factors to scale the width of a SectionBar of a RouteDescriptionItem.
RouteBarScaler() - Constructor for class com.here.msdkui.routing.RouteBarScaler
 
RouteDescriptionHandler - Class in com.here.msdkui.routing
Deprecated.
Please use RouteUtil instead.
RouteDescriptionHandler(Context, Route) - Constructor for class com.here.msdkui.routing.RouteDescriptionHandler
Deprecated.
Constructs a new instance using context and the route of interest.
RouteDescriptionItem - Class in com.here.msdkui.routing
A view that shows a row containing details about a Route.
RouteDescriptionItem(Context) - Constructor for class com.here.msdkui.routing.RouteDescriptionItem
Constructs a new instance.
RouteDescriptionItem(Context, AttributeSet) - Constructor for class com.here.msdkui.routing.RouteDescriptionItem
Constructs a new instance.
RouteDescriptionItem(Context, AttributeSet, int) - Constructor for class com.here.msdkui.routing.RouteDescriptionItem
Constructs a new instance.
RouteDescriptionItem(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.routing.RouteDescriptionItem
Constructs a new instance.
RouteDescriptionItem.Section - Enum in com.here.msdkui.routing
An enum describing the sections of this item.
RouteDescriptionList - Class in com.here.msdkui.routing
A view that shows a list of RouteDescriptionItem elements.
RouteDescriptionList(Context) - Constructor for class com.here.msdkui.routing.RouteDescriptionList
Constructs a new instance.
RouteDescriptionList(Context, AttributeSet) - Constructor for class com.here.msdkui.routing.RouteDescriptionList
Constructs a new instance.
RouteDescriptionList(Context, AttributeSet, int) - Constructor for class com.here.msdkui.routing.RouteDescriptionList
Constructs a new instance.
RouteDescriptionList.SortOrder - Enum in com.here.msdkui.routing
An enum describing the order types that are available for this list.
RouteDescriptionList.SortType - Enum in com.here.msdkui.routing
An enum describing the sort types that are available for this list.
RouteDescriptionListAdapter - Class in com.here.msdkui.routing
An adapter class that acts as a bridge between a list of Route elements and the corresponding view holder items constructed as an instance of RouteDescriptionItem.
RouteDescriptionListAdapter(List<Route>) - Constructor for class com.here.msdkui.routing.RouteDescriptionListAdapter
Constructs a new instance using a list of Route elements.
RouteDescriptionListAdapter.ViewHolder - Class in com.here.msdkui.routing
The view holder for this adapter.
RouteOptionsPanel - Class in com.here.msdkui.routing
A view that shows an options panel to select the available RouteOptions.
RouteOptionsPanel(Context) - Constructor for class com.here.msdkui.routing.RouteOptionsPanel
Constructs a new instance.
RouteOptionsPanel(Context, AttributeSet) - Constructor for class com.here.msdkui.routing.RouteOptionsPanel
Constructs a new instance.
RouteOptionsPanel(Context, AttributeSet, int) - Constructor for class com.here.msdkui.routing.RouteOptionsPanel
Constructs a new instance.
RouteOptionsPanel(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.routing.RouteOptionsPanel
Constructs a new instance.
RouteTypeOptionsPanel - Class in com.here.msdkui.routing
A view that shows an options panel to select the available elements of RouteOptions.Type.
RouteTypeOptionsPanel(Context) - Constructor for class com.here.msdkui.routing.RouteTypeOptionsPanel
Constructs a new instance.
RouteTypeOptionsPanel(Context, AttributeSet) - Constructor for class com.here.msdkui.routing.RouteTypeOptionsPanel
Constructs a new instance.
RouteTypeOptionsPanel(Context, AttributeSet, int) - Constructor for class com.here.msdkui.routing.RouteTypeOptionsPanel
Constructs a new instance.
RouteTypeOptionsPanel(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.routing.RouteTypeOptionsPanel
Constructs a new instance.
RouteUtil - Class in com.here.msdkui.routing
An utility class facilitating access to various Route attributes.
RoutingOptionsPanel - Class in com.here.msdkui.routing
Deprecated.
Please use RouteOptionsPanel instead.
RoutingOptionsPanel(Context) - Constructor for class com.here.msdkui.routing.RoutingOptionsPanel
Deprecated.
Constructs a new instance.
RoutingOptionsPanel(Context, AttributeSet) - Constructor for class com.here.msdkui.routing.RoutingOptionsPanel
Deprecated.
Constructs a new instance.
RoutingOptionsPanel(Context, AttributeSet, int) - Constructor for class com.here.msdkui.routing.RoutingOptionsPanel
Deprecated.
Constructs a new instance.
RoutingOptionsPanel(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.routing.RoutingOptionsPanel
Deprecated.
Constructs a new instance.

S

scaleRoutes(Collection<Route>) - Method in class com.here.msdkui.routing.RouteBarScaler
Calculates the scale factors for the provided routes.
SectionBar - Class in com.here.msdkui.routing
A view that shows a section bar indicating the length of a route.
SectionBar(Context) - Constructor for class com.here.msdkui.routing.SectionBar
Constructs a new instance.
SectionBar(Context, AttributeSet) - Constructor for class com.here.msdkui.routing.SectionBar
Constructs a new instance.
SectionBar(Context, AttributeSet, int) - Constructor for class com.here.msdkui.routing.SectionBar
Constructs a new instance.
SectionBar(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.routing.SectionBar
Constructs a new instance.
SectionModel - Class in com.here.msdkui.routing
Defines the model of a SectionBar.
SectionModel() - Constructor for class com.here.msdkui.routing.SectionModel
Constructs a new instance using default bounds.
SectionModel.Bounds - Class in com.here.msdkui.routing
A class that defines upper and lower bounds.
selectIndex(int) - Method in class com.here.msdkui.routing.SingleChoiceOptionItem
Selects the checkbox for the label at the given index.
selectLabel(String) - Method in class com.here.msdkui.routing.SingleChoiceOptionItem
Selects the checkbox for the given label.
selectLabels(List<String>) - Method in class com.here.msdkui.routing.MultipleChoiceOptionItem
Selects checkboxes based on the list of given labels and unselects others.
setAdapter(TransportModePanelAdapter) - Method in class com.here.msdkui.routing.TransportModePanel
Sets an adapter to use for this panel.
setBounds(SectionModel.Bounds) - Method in class com.here.msdkui.routing.SectionModel
Sets the bounds of this model.
setChecked(boolean) - Method in class com.here.msdkui.routing.BooleanOptionItem
Sets the state of the checkbox.
setColor(int) - Method in class com.here.msdkui.routing.SectionModel
Sets the color of this model.
setCurrentSpeedData(GuidanceSpeedData) - Method in class com.here.msdkui.guidance.GuidanceSpeedLimitView
Sets GuidanceSpeedData to populate current speed limit in view.
setCurrentSpeedData(GuidanceSpeedData) - Method in class com.here.msdkui.guidance.GuidanceSpeedView
Sets current speed data.
setCurrentStreetData(GuidanceStreetLabelData) - Method in class com.here.msdkui.guidance.GuidanceStreetLabelView
Sets current street data GuidanceStreetLabelData which will be used to populate UI.
setDragDrawable(Drawable) - Method in class com.here.msdkui.routing.WaypointItem
Sets drawable to be used for the "drag"-icon.
setDragEnabled(boolean) - Method in class com.here.msdkui.routing.WaypointItem
Sets this instance to be draggable when used as element of a WaypointList.
setDraggable(boolean) - Method in class com.here.msdkui.routing.WaypointEntry
Sets this instance to be draggable when used as an element of a WaypointList.
setDrawable(Drawable) - Method in class com.here.msdkui.routing.SectionModel
Sets the drawable to be used for this model.
setDynamicPenalty(DynamicPenalty) - Method in class com.here.msdkui.routing.TrafficOptionsPanel
Sets the DynamicPenalty to populate this panel.
setEntries(List<WaypointEntry>) - Method in class com.here.msdkui.routing.WaypointList
Sets a new list of WaypointEntry elements to this list.
setEstimatedArrivalData(GuidanceEstimatedArrivalViewData) - Method in class com.here.msdkui.guidance.GuidanceEstimatedArrivalView
Sets the @{link Date} of estimated arrival.
setIcon(Drawable) - Method in class com.here.msdkui.routing.TabView
Sets the icon that should be associated with this view.
setInputType(int) - Method in class com.here.msdkui.routing.NumericOptionItem
Sets input type for the item.
setInputType(int) - Method in class com.here.msdkui.routing.OptionItemBuilders.NumericOptionItemBuilder
Set input type for this item.
setInputType(int) - Method in class com.here.msdkui.routing.OptionItemSpec.NumericOptionItemBuilder
Deprecated.
Sets input type for this item.
setItemId(int) - Method in class com.here.msdkui.routing.OptionItem
Sets the item id.
setItemId(int) - Method in class com.here.msdkui.routing.OptionItemBuilders.BooleanOptionItemBuilder
Set an id for this item.
setItemId(int) - Method in class com.here.msdkui.routing.OptionItemBuilders.MultipleChoiceOptionItemBuilder
Set an id for this item.
setItemId(int) - Method in class com.here.msdkui.routing.OptionItemBuilders.NumericOptionItemBuilder
Set an id for this item.
setItemId(int) - Method in class com.here.msdkui.routing.OptionItemBuilders.SingleChoiceOptionItemBuilder
Set an id for this item.
setItemId(int) - Method in class com.here.msdkui.routing.OptionItemSpec.BooleanOptionItemBuilder
Deprecated.
Set an id for this item.
setItemId(int) - Method in class com.here.msdkui.routing.OptionItemSpec.MultipleChoiceOptionItemBuilder
Deprecated.
Sets an id for this item.
setItemId(int) - Method in class com.here.msdkui.routing.OptionItemSpec.NumericOptionItemBuilder
Deprecated.
Sets an id for this item.
setItemId(int) - Method in class com.here.msdkui.routing.OptionItemSpec.SingleChoiceOptionItemBuilder
Deprecated.
Sets an id for this item.
setLabel(String) - Method in class com.here.msdkui.routing.BooleanOptionItem
Sets the label accompanying the checkbox.
setLabel(String) - Method in class com.here.msdkui.routing.NumericOptionItem
Sets the label id for the item.
setLabel(String) - Method in class com.here.msdkui.routing.OptionItemBuilders.BooleanOptionItemBuilder
Set a label for this item.
setLabel(String) - Method in class com.here.msdkui.routing.OptionItemBuilders.NumericOptionItemBuilder
Set a label for this item.
setLabel(String) - Method in class com.here.msdkui.routing.OptionItemSpec.BooleanOptionItemBuilder
Deprecated.
Sets a label for this item.
setLabel(String) - Method in class com.here.msdkui.routing.OptionItemSpec.NumericOptionItemBuilder
Deprecated.
Sets a label for this item.
setLabel(String) - Method in class com.here.msdkui.routing.TabView
Sets the label of this view.
setLabels(List<String>) - Method in class com.here.msdkui.routing.MultipleChoiceOptionItem
Sets the list of labels accompanying the checkboxes.
setLabels(List<String>) - Method in class com.here.msdkui.routing.OptionItemBuilders.MultipleChoiceOptionItemBuilder
Set the labels for this item.
setLabels(String, List<String>) - Method in class com.here.msdkui.routing.OptionItemBuilders.SingleChoiceOptionItemBuilder
Set the labels for this item.
setLabels(List<String>) - Method in class com.here.msdkui.routing.OptionItemSpec.MultipleChoiceOptionItemBuilder
Deprecated.
Sets the labels for this item.
setLabels(String, List<String>) - Method in class com.here.msdkui.routing.OptionItemSpec.SingleChoiceOptionItemBuilder
Deprecated.
Sets the labels for this item.
setLabels(String, List<String>) - Method in class com.here.msdkui.routing.SingleChoiceOptionItem
Sets the list of labels accompanying the checkboxes.
setLabelView(TextView) - Method in class com.here.msdkui.routing.MultipleChoiceOptionItem.ItemRow
Sets the associated label TextView.
setListener(OptionItem.OnChangedListener) - Method in class com.here.msdkui.routing.OptionItem
Set a listener to get notified when the OptionItem was changed.
setListener(OptionsPanel.Listener) - Method in class com.here.msdkui.routing.OptionsPanel
Set a listener to get the associated events for this panel.
setListener(WaypointItem.Listener) - Method in class com.here.msdkui.routing.WaypointItem
Sets the WaypointItem.Listener to be notified when the item was removed or dragged.
setListener(WaypointList.Listener) - Method in class com.here.msdkui.routing.WaypointList
Adds the listener to get notified on user interactions with this list.
setListener(WaypointList.Listener) - Method in class com.here.msdkui.routing.WaypointListAdapter
Sets a listener to get notified on user interactions done on the WaypointList.
setManeuver(List<Maneuver>, int) - Method in class com.here.msdkui.routing.ManeuverItemView
Sets the Maneuver to be shown in this item.
setManeuverData(GuidanceManeuverData) - Method in class com.here.msdkui.guidance.GuidanceManeuverView
Deprecated.
This method will be removed. Please see GuidanceManeuverView.getViewState().
setMaxDate(long) - Method in class com.here.msdkui.routing.TravelTimePicker
Sets the maximal date in milliseconds since January 1, 1970 00:00:00 in TimeZone.getDefault() time zone.
setMaxWaypointItems(int) - Method in class com.here.msdkui.routing.WaypointList
The maximum number of waypoints that can be added to this list.
setMinDate(long) - Method in class com.here.msdkui.routing.TravelTimePicker
Sets the minimal date in milliseconds since January 1, 1970 00:00:00 in TimeZone.getDefault() time zone.
setMinWaypointItems(int) - Method in class com.here.msdkui.routing.WaypointList
Sets the minimum number of waypoints that this list should have.
setNextManeuverData(GuidanceNextManeuverData) - Method in class com.here.msdkui.guidance.GuidanceNextManeuverView
Sets GuidanceNextManeuverData which will be used to populate UI.
setOnItemClickedListener(CustomRecyclerView.OnItemClickedListener) - Method in class com.here.msdkui.routing.CustomRecyclerView
Sets CustomRecyclerView.OnItemClickedListener to get notifed when a list item was cicked or long pressed.
setOnSelectedListener(TransportModePanel.OnSelectedListener) - Method in class com.here.msdkui.routing.TransportModePanel
Sets the TransportModePanel.OnSelectedListener to get events for tab selection, unselection or re-selection.
setOnTimeChangedListener(TravelTimePanel.OnTimeChangedListener) - Method in class com.here.msdkui.routing.TravelTimePanel
Sets an TravelTimePanel.OnTimeChangedListener to get notified when the displayed time has changed.
setOnTimePickedListener(TravelTimePicker.OnTimePickedListener) - Method in class com.here.msdkui.routing.TravelTimePicker
Sets the TravelTimePanel.OnTimeChangedListener to get notified when a time was selected.
setOptionItems(List<OptionItem>) - Method in class com.here.msdkui.routing.OptionsPanel
Sets a list of option items.
setOptionItems(OptionItem, List<OptionItem>) - Method in class com.here.msdkui.routing.OptionsPanel
Sets a list of option items.
setOptionsSpecs(List<OptionItem>) - Method in class com.here.msdkui.routing.OptionsPanel
Deprecated.
setOptionsSpecs(OptionItem, List<OptionItem>) - Method in class com.here.msdkui.routing.OptionsPanel
Deprecated.
setRemovable(boolean) - Method in class com.here.msdkui.routing.WaypointEntry
Sets this instance to be removable when used as an element of a WaypointList.
setRemoveDrawable(Drawable) - Method in class com.here.msdkui.routing.WaypointItem
Sets the drawable to be used for the "remove"-icon.
setRemoveEnabled(boolean) - Method in class com.here.msdkui.routing.WaypointItem
Sets this instance to be removable when used as an element of a WaypointList.
setResourceIdLabel(int) - Method in class com.here.msdkui.routing.WaypointEntry
Sets the resource id label to this instance.
setRoute(Route) - Method in class com.here.msdkui.guidance.base.BaseGuidancePresenter
Sets a new route that should be used for guidance.
setRoute(Route) - Method in class com.here.msdkui.routing.ManeuverList
Sets a new Route to be associated with this list.
setRoute(Route) - Method in class com.here.msdkui.routing.RouteDescriptionItem
Sets the new Route to be associated with this item.
setRouteOptions(RouteOptions) - Method in class com.here.msdkui.routing.HazardousMaterialsOptionsPanel
Sets the RouteOptions to populate the HazardousMaterialsOptionsPanel.
setRouteOptions(RouteOptions) - Method in class com.here.msdkui.routing.RouteOptionsPanel
Sets the RouteOptions to be used for this panel.
setRouteOptions(RouteOptions) - Method in class com.here.msdkui.routing.RouteTypeOptionsPanel
Sets the RouteOptions to be used for this panel.
setRouteOptions(RouteOptions) - Method in class com.here.msdkui.routing.RoutingOptionsPanel
Deprecated.
Sets the RouteOptions to be used for this panel.
setRouteOptions(RouteOptions) - Method in class com.here.msdkui.routing.TruckOptionsPanel
Sets the RouteOptions and populates this panel based on the provided options.
setRouteOptions(RouteOptions) - Method in class com.here.msdkui.routing.TunnelOptionsPanel
Sets the RouteOptions and populates this panel based on the provided options.
setRoutes(List<Route>) - Method in class com.here.msdkui.routing.RouteDescriptionList
Sets a list of Route elements to the list.
setRoutesResult(List<RouteResult>) - Method in class com.here.msdkui.routing.RouteDescriptionList
A convenient method to set a list of RouteResult elements to this list.
setRouteWaypoint(RouteWaypoint) - Method in class com.here.msdkui.routing.WaypointEntry
Sets the RouteWaypoint for this instance.
setSaveStateEnabled(boolean) - Method in class com.here.msdkui.common.BaseView
Controls whether the saving of this view's data is enabled.
setSectionBarScaling(float) - Method in class com.here.msdkui.routing.RouteDescriptionItem
Sets the scaling factor for SectionBar.
setSectionVisible(ManeuverItemView.Section, boolean) - Method in class com.here.msdkui.routing.ManeuverItemView
Sets the visibility of a ManeuverItemView.Section.
setSectionVisible(RouteDescriptionItem.Section, boolean) - Method in class com.here.msdkui.routing.RouteDescriptionItem
Sets the visibility of a RouteDescriptionItem.Section.
setSelected(int) - Method in class com.here.msdkui.routing.TransportModePanel
Selects the tab at a given position.
setSelectedTransportMode(RouteOptions.TransportMode) - Method in class com.here.msdkui.routing.TransportModePanel
Sets the RouteOptions.TransportMode that should be selected.
setSelectionView(CheckBox) - Method in class com.here.msdkui.routing.MultipleChoiceOptionItem.ItemRow
Sets the associated CheckBox.
setSortOrder(RouteDescriptionList.SortOrder) - Method in class com.here.msdkui.routing.RouteDescriptionList
setSortType(RouteDescriptionList.SortType) - Method in class com.here.msdkui.routing.RouteDescriptionList
Sets the RouteDescriptionList.SortType for this list.
setStringLabel(String) - Method in class com.here.msdkui.routing.WaypointEntry
Sets the string label to this instance.
setTime(Date) - Method in class com.here.msdkui.routing.TravelTimePanel
Sets the time to display.
setTime(Date) - Method in class com.here.msdkui.routing.TravelTimePicker
Sets a new date to be shown by this picker.
setTimeType(RouteOptions.TimeType) - Method in class com.here.msdkui.routing.TravelTimePanel
Sets the RouteOptions.TimeType to use.
setTimeType(RouteOptions.TimeType) - Method in class com.here.msdkui.routing.TravelTimePicker
Sets a new RouteOptions.TimeType.
setTrafficEnabled(boolean) - Method in class com.here.msdkui.routing.RouteDescriptionItem
Sets whether traffic is enabled or not.
setTrafficEnabled(boolean) - Method in class com.here.msdkui.routing.RouteDescriptionList
Sets traffic enabled.
setTrafficEnabled(boolean) - Method in class com.here.msdkui.routing.RouteDescriptionListAdapter
Sets if total time to arrival should be re-calculated including potential traffic delays.
setTransportModes(List<RouteOptions.TransportMode>) - Method in class com.here.msdkui.routing.TransportModePanelAdapter
Sets a list containing elements of RouteOptions.TransportMode that should be associated with this adapter.
setUnitSystem(UnitSystem) - Method in class com.here.msdkui.common.BaseView
Sets unit system of this view.
setUnitSystem(UnitSystem) - Method in class com.here.msdkui.routing.ManeuverList
Sets the unit system to be used by the list adapter.
setUnitSystem(UnitSystem) - Method in class com.here.msdkui.routing.ManeuverListAdapter
Sets unit system of this adapter.
setUnitSystem(UnitSystem) - Method in class com.here.msdkui.routing.RouteDescriptionList
Sets the unit system to be used by the list adapter.
setUnitSystem(UnitSystem) - Method in class com.here.msdkui.routing.RouteDescriptionListAdapter
Sets unit system of this adapter.
setUnitTextColor(int) - Method in class com.here.msdkui.guidance.GuidanceSpeedView
Sets the color for speed unit text.
setValue(Number) - Method in class com.here.msdkui.routing.NumericOptionItem
Sets the Number value for the item.
setValueTextColor(int) - Method in class com.here.msdkui.guidance.GuidanceSpeedView
Sets the color for speed value text.
setViewState(GuidanceManeuverView.State) - Method in class com.here.msdkui.guidance.GuidanceManeuverView
Sets the GuidanceManeuverView.State which will be used for UI population.
setVisibleNumberOfWaypointItems(int) - Method in class com.here.msdkui.routing.WaypointList
Sets the number of WaypointItem that should be visible without scrolling.
setVisibleSections(EnumSet<ManeuverItemView.Section>) - Method in class com.here.msdkui.routing.ManeuverItemView
Sets a collection of ManeuverItemView.Section elements that should be visible.
setVisibleSections(EnumSet<RouteDescriptionItem.Section>) - Method in class com.here.msdkui.routing.RouteDescriptionItem
Sets a collection of RouteDescriptionItem.Section elements that should be visible.
setWaypointEntry(WaypointEntry) - Method in class com.here.msdkui.routing.WaypointItem
Sets the WaypointEntry to be associated with this instance.
showDialog() - Method in class com.here.msdkui.routing.NumericOptionItem
Shows an alert dialog to confirm the value that was set.
SimpleTransportModePanelAdapter - Class in com.here.msdkui.routing
A pre-defined adapter class for TransportModePanel to show a TabLayout structure displaying all possible transport modes with icons.
SimpleTransportModePanelAdapter(Context) - Constructor for class com.here.msdkui.routing.SimpleTransportModePanelAdapter
Constructs a new instance using all supported RouteOptions.TransportMode elements.
SimpleTransportModePanelAdapter(Context, List<RouteOptions.TransportMode>) - Constructor for class com.here.msdkui.routing.SimpleTransportModePanelAdapter
Constructs a new instance using the given list of RouteOptions.TransportMode elements.
SingleChoiceOptionItem - Class in com.here.msdkui.routing
A view that shows an option item with a set of checkboxes.
SingleChoiceOptionItem(Context) - Constructor for class com.here.msdkui.routing.SingleChoiceOptionItem
Constructs a new instance.
SingleChoiceOptionItem(Context, AttributeSet) - Constructor for class com.here.msdkui.routing.SingleChoiceOptionItem
Constructs a new instance.
SingleChoiceOptionItem(Context, AttributeSet, int) - Constructor for class com.here.msdkui.routing.SingleChoiceOptionItem
Constructs a new instance.
SingleChoiceOptionItem(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.routing.SingleChoiceOptionItem
Constructs a new instance.
SingleChoiceOptionItemBuilder(Context) - Constructor for class com.here.msdkui.routing.OptionItemBuilders.SingleChoiceOptionItemBuilder
Constructs a new instance.
SingleChoiceOptionItemBuilder(Context) - Constructor for class com.here.msdkui.routing.OptionItemSpec.SingleChoiceOptionItemBuilder
Deprecated.
Constructs a new instance.
SpeedConverter - Class in com.here.msdkui.common.measurements
Utility class used for speed conversions.
SpeedConverter() - Constructor for class com.here.msdkui.common.measurements.SpeedConverter
 
SpeedFormatterUtil - Class in com.here.msdkui.common
A convenience class to convert velocity in meters per second to velocity in a different unit.
State(GuidanceManeuverData) - Constructor for class com.here.msdkui.guidance.GuidanceManeuverView.State
Represents a state where the view contains maneuver data.
State(Parcel) - Constructor for class com.here.msdkui.guidance.GuidanceManeuverView.State
 

T

TAB_SELECTED - Static variable in class com.here.msdkui.routing.TravelTimePicker
 
TabView - Class in com.here.msdkui.routing
A view that shows an icon and a label.
TabView(Context) - Constructor for class com.here.msdkui.routing.TabView
Constructs a new instance.
TabView(Context, AttributeSet) - Constructor for class com.here.msdkui.routing.TabView
Constructs a new instance.
TabView(Context, AttributeSet, int) - Constructor for class com.here.msdkui.routing.TabView
Constructs a new instance.
TabView(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.routing.TabView
Constructs a new instance.
ThemeUtil - Class in com.here.msdkui.common
A convenience class to access theme attributes.
THOUSAND - Static variable in class com.here.msdkui.common.DistanceFormatterUtil
 
TIME_DIALOG_OPEN - Static variable in class com.here.msdkui.routing.TravelTimePicker
 
TimeFormatterUtil - Class in com.here.msdkui.common
A convenience class to convert milliseconds to a string representation.
toBaseUnit(double, MeasurementUnit) - Method in class com.here.msdkui.common.measurements.Converter
Converts a value of given unit to the base unit.
toBaseUnit(double, MeasurementUnit) - Method in class com.here.msdkui.common.measurements.LengthConverter
 
toBaseUnit(double, MeasurementUnit) - Method in class com.here.msdkui.common.measurements.SpeedConverter
 
toString() - Method in class com.here.msdkui.guidance.GuidanceEstimatedArrivalViewData
 
toString() - Method in class com.here.msdkui.guidance.GuidanceManeuverData
 
toString() - Method in class com.here.msdkui.guidance.GuidanceManeuverView.State
 
toString() - Method in class com.here.msdkui.guidance.GuidanceNextManeuverData
 
toString() - Method in class com.here.msdkui.guidance.GuidanceSpeedData
 
TrafficOptionsPanel - Class in com.here.msdkui.routing
A view that shows an options panel to select an available mode of Route.TrafficPenaltyMode.
TrafficOptionsPanel(Context) - Constructor for class com.here.msdkui.routing.TrafficOptionsPanel
Constructs a new instance.
TrafficOptionsPanel(Context, AttributeSet) - Constructor for class com.here.msdkui.routing.TrafficOptionsPanel
Constructs a new instance.
TrafficOptionsPanel(Context, AttributeSet, int) - Constructor for class com.here.msdkui.routing.TrafficOptionsPanel
Constructs a new instance.
TrafficOptionsPanel(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.routing.TrafficOptionsPanel
Constructs a new instance.
TransportModePanel - Class in com.here.msdkui.routing
A view that shows all supported elements of RouteOptions.TransportMode with or without content fragment using a TabLayout.
TransportModePanel(Context) - Constructor for class com.here.msdkui.routing.TransportModePanel
Constructs a new instance.
TransportModePanel(Context, AttributeSet) - Constructor for class com.here.msdkui.routing.TransportModePanel
Constructs a new instance.
TransportModePanel.DataSetChangeObserver - Class in com.here.msdkui.routing
Data set change observer.
TransportModePanel.OnSelectedListener - Interface in com.here.msdkui.routing
An interface for a callback to be invoked when a tab is selected, unselected or re-selected.
TransportModePanelAdapter - Class in com.here.msdkui.routing
An adapter class that can be used for a TransportModePanel.
TransportModePanelAdapter(FragmentManager) - Constructor for class com.here.msdkui.routing.TransportModePanelAdapter
Constructs a new instance using a FragmentManager.
TransportModePanelAdapter(FragmentManager, List<RouteOptions.TransportMode>) - Constructor for class com.here.msdkui.routing.TransportModePanelAdapter
Constructs a new instance using a FragmentManager and a list of RouteOptions.TransportMode.
TravelTimePanel - Class in com.here.msdkui.routing
A view that shows the currently selected time.
TravelTimePanel(Context) - Constructor for class com.here.msdkui.routing.TravelTimePanel
Constructs a new instance.
TravelTimePanel(Context, AttributeSet) - Constructor for class com.here.msdkui.routing.TravelTimePanel
Constructs a new instance.
TravelTimePanel(Context, AttributeSet, int) - Constructor for class com.here.msdkui.routing.TravelTimePanel
Constructs a new instance.
TravelTimePanel(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.routing.TravelTimePanel
Constructs a new instance.
TravelTimePanel.OnTimeChangedListener - Interface in com.here.msdkui.routing
An interface definition for a callback to be invoked when the displayed time has changed.
TravelTimePicker - Class in com.here.msdkui.routing
A dialog that shows a DatePicker and a TimePicker and allows to set a date, time and a RouteOptions.TimeType that could be used for route calculation.
TravelTimePicker() - Constructor for class com.here.msdkui.routing.TravelTimePicker
 
TravelTimePicker.OnTimePickedListener - Interface in com.here.msdkui.routing
An interface definition for a callback to be invoked when a time was selected.
TravelTimePicker.Variety - Enum in com.here.msdkui.routing
An enum that defines the RouteOptions.TimeType that can be set using this picker.
TruckOptionsPanel - Class in com.here.msdkui.routing
A view that shows an options panel to select the available truck options provided by RouteOptions.
TruckOptionsPanel(Context) - Constructor for class com.here.msdkui.routing.TruckOptionsPanel
Constructs a new instance.
TruckOptionsPanel(Context, AttributeSet) - Constructor for class com.here.msdkui.routing.TruckOptionsPanel
Constructs a new instance.
TruckOptionsPanel(Context, AttributeSet, int) - Constructor for class com.here.msdkui.routing.TruckOptionsPanel
Constructs a new instance.
TruckOptionsPanel(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.routing.TruckOptionsPanel
Constructs a new instance.
TunnelOptionsPanel - Class in com.here.msdkui.routing
A view that shows an options panel to select the available tunnel options provided by RouteOptions.
TunnelOptionsPanel(Context) - Constructor for class com.here.msdkui.routing.TunnelOptionsPanel
Constructs a new instance.
TunnelOptionsPanel(Context, AttributeSet) - Constructor for class com.here.msdkui.routing.TunnelOptionsPanel
Constructs a new instance.
TunnelOptionsPanel(Context, AttributeSet, int) - Constructor for class com.here.msdkui.routing.TunnelOptionsPanel
Constructs a new instance.
TunnelOptionsPanel(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.routing.TunnelOptionsPanel
Constructs a new instance.
TYPE - Static variable in class com.here.msdkui.routing.TravelTimePicker
 

U

UnitSystem - Enum in com.here.msdkui.common.measurements
All available unit systems.
updateEntry(int, WaypointEntry) - Method in class com.here.msdkui.routing.WaypointList
Updates an WaypointEntry at the specified index to this list.
UPDATING - Static variable in class com.here.msdkui.guidance.GuidanceManeuverView.State
Represents a loading state where the view is awaiting maneuver data.

V

valueOf(String) - Static method in enum com.here.msdkui.common.measurements.MeasurementUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.here.msdkui.common.measurements.UnitSystem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.here.msdkui.routing.ManeuverItemView.Section
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.here.msdkui.routing.OptionItem.ItemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.here.msdkui.routing.RouteDescriptionItem.Section
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.here.msdkui.routing.RouteDescriptionList.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.here.msdkui.routing.RouteDescriptionList.SortType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.here.msdkui.routing.TravelTimePicker.Variety
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.here.msdkui.common.measurements.MeasurementUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.here.msdkui.common.measurements.UnitSystem
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.here.msdkui.routing.ManeuverItemView.Section
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.here.msdkui.routing.OptionItem.ItemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.here.msdkui.routing.RouteDescriptionItem.Section
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.here.msdkui.routing.RouteDescriptionList.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.here.msdkui.routing.RouteDescriptionList.SortType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.here.msdkui.routing.TravelTimePicker.Variety
Returns an array containing the constants of this enum type, in the order they are declared.
ViewHolder(View) - Constructor for class com.here.msdkui.routing.ManeuverListAdapter.ViewHolder
Constructs a new RecyclerView.ViewHolder.
ViewHolder(View) - Constructor for class com.here.msdkui.routing.RouteDescriptionListAdapter.ViewHolder
Constructs a new instance.

W

WaypointEntry - Class in com.here.msdkui.routing
A convenience class that wraps RouteWaypoint and adds additional methods.
WaypointEntry(String) - Constructor for class com.here.msdkui.routing.WaypointEntry
Constructs a new instance using the given string label.
WaypointEntry(int) - Constructor for class com.here.msdkui.routing.WaypointEntry
Constructs a new instance using the given resource id label.
WaypointEntry(RouteWaypoint) - Constructor for class com.here.msdkui.routing.WaypointEntry
Constructs a new instance using the given RouteWaypoint.
WaypointEntry(RouteWaypoint, String) - Constructor for class com.here.msdkui.routing.WaypointEntry
Constructs a new instance using the given RouteWaypoint and string label.
WaypointEntry(RouteWaypoint, int) - Constructor for class com.here.msdkui.routing.WaypointEntry
Constructs a new instance using the given RouteWaypoint and resource id label.
WaypointItem - Class in com.here.msdkui.routing
A view that shows a WaypointEntry as a row of a WaypointList.
WaypointItem(Context) - Constructor for class com.here.msdkui.routing.WaypointItem
Constructs a new instance.
WaypointItem(Context, AttributeSet) - Constructor for class com.here.msdkui.routing.WaypointItem
Constructs a new instance.
WaypointItem(Context, AttributeSet, int) - Constructor for class com.here.msdkui.routing.WaypointItem
Constructs a new instance.
WaypointItem(Context, AttributeSet, int, int) - Constructor for class com.here.msdkui.routing.WaypointItem
Constructs a new instance.
WaypointItem.Listener - Interface in com.here.msdkui.routing
A listener to notify when the item was removed or dragged.
WaypointList - Class in com.here.msdkui.routing
A view that shows a list of WaypointEntry items.
WaypointList(Context) - Constructor for class com.here.msdkui.routing.WaypointList
Constructs a new instance.
WaypointList(Context, AttributeSet) - Constructor for class com.here.msdkui.routing.WaypointList
Constructs a new instance.
WaypointList(Context, AttributeSet, int) - Constructor for class com.here.msdkui.routing.WaypointList
Constructs a new instance.
WaypointList.Listener - Interface in com.here.msdkui.routing
An interface for a listener to get notified on user interactions with this list.
WaypointListAdapter - Class in com.here.msdkui.routing
An adapter class that acts as a bridge between a WaypointEntry list and the WaypointListAdapter.WaypointsListViewHolder views that will be shown in a WaypointList.
WaypointListAdapter(List<WaypointEntry>) - Constructor for class com.here.msdkui.routing.WaypointListAdapter
Constructs a new instance using a list of WaypointEntry elements.
WaypointListAdapter.WaypointsListViewHolder - Class in com.here.msdkui.routing
The view holder used for this adapter.
writeToParcel(Parcel, int) - Method in class com.here.msdkui.guidance.GuidanceEstimatedArrivalView.SavedState
 
writeToParcel(Parcel, int) - Method in class com.here.msdkui.guidance.GuidanceEstimatedArrivalViewData
 
writeToParcel(Parcel, int) - Method in class com.here.msdkui.guidance.GuidanceManeuverData
 
writeToParcel(Parcel, int) - Method in class com.here.msdkui.guidance.GuidanceManeuverView.State
 
writeToParcel(Parcel, int) - Method in class com.here.msdkui.guidance.GuidanceNextManeuverData
 
writeToParcel(Parcel, int) - Method in class com.here.msdkui.guidance.GuidanceNextManeuverView.SavedState
 
writeToParcel(Parcel, int) - Method in class com.here.msdkui.guidance.GuidanceSpeedData
 
writeToParcel(Parcel, int) - Method in class com.here.msdkui.guidance.GuidanceStreetLabelData
 

Y

YEAR - Static variable in class com.here.msdkui.routing.TravelTimePicker
 
A B C D E F G H I K L M N O P R S T U V W Y 
Skip navigation links