Last Mile Fleet Solution is currently available only to select customers. Contact sales to learn more.

DisplayOptions

public class DisplayOptions extends Object

Defines the options used by the Navigator for displaying a route to a destination.

Public Constructor Summary

Public Method Summary

boolean
getHideDestinationMarkers()
Returns a boolean indicating whether destination markers will be hidden.
DisplayOptions
hideDestinationMarkers(boolean hideDestinationMarkers)
Configures whether to hide destination markers when displaying a route.

Inherited Method Summary

Public Constructors

public DisplayOptions ()

Public Methods

public boolean getHideDestinationMarkers ()

Returns a boolean indicating whether destination markers will be hidden.

Returns
  • true if destination markers will be hidden

public DisplayOptions hideDestinationMarkers (boolean hideDestinationMarkers)

Configures whether to hide destination markers when displaying a route.

Parameters
hideDestinationMarkers If true, destination markers will be hidden.
Returns
  • the object for which the method was called, with the updated marker hiding setting