Builder
Creates a new instance of DashConfig.
Parameters
context of the application.
access token from your Mapbox account. You can create a new one in your Mapbox Account.
Constructors
Properties
Configures camera.
A config for custom location provider implementation. See CustomLocationFactoryProviderConfig for details. Note that in the config you must specify a location provider type: LocationProviderType.REAL, LocationProviderType.MOCKED or LocationProviderType.MIXED. Note that locations emitted by a custom location provider must set a valid value for isMock extra flag: real locations must have it set to false or not set at all, while mocked/simulated locations must have it set to true. Every location object specifies this flag, so if your location provider's type is LocationProviderType.MIXED, emitted locations will just have different flag values, depending on whether they are real or mocked. To set this flag, use:
Map of custom configuration key -> value pairs.
Configures DestinationPreview.
DashDeviceType that defines the type of device on which the app is running. The type of device providing data to the navigator.
Configures vehicle's engine type.
Configures location simulation.
Configures the Mapbox MapGPT feature used within Dash.
Configures the Mapbox Maps styles used with Dash. You can edit or create new ones via Mapbox Studio.
Configures route options.
Configures Search.
Configure speed limits options.
Configures appearance of Dash's UI elements.
Configures UI.
Configures UI Settings.
Configures default unit of measurement.
Configures the voices used for Dash Navigation and MapGPT.
Configures Weather.
Functions
Creates a new instance of DashConfig.
Configures camera.
Configures camera.
Configures DestinationPreview.
Configures DestinationPreview.
Configures location simulation.
Configures the Mapbox MapGPT feature used within Dash.
Configures the Mapbox MapGPT feature used within Dash.
Configures the Mapbox Maps styles used with Dash. You can edit or create new ones via Mapbox Studio.
Configures the Mapbox Maps styles used with Dash. You can edit or create new ones via Mapbox Studio.
Configures route options.
Configures route options.
Configures Search.
Configures Search.
Configures speed limits.
Configures speed limits.
Configures appearance of Dash's UI elements.
Configures appearance of Dash's UI elements.
Configure UI setup.
Configure UI setup.
Configures UI Settings.
Configures UI Settings.
Configuration settings for the Text to Speech voices utilized by Dash.
Configuration settings for the Text to Speech voices utilized by Dash.
Configures Weather.
Configures Weather.