MapScheme enum

Represents the preconfigured map schemes bundled with the SDK.

Values

normalDay → const MapScheme

Normal map for day.

normalNight → const MapScheme

Normal map for night.

satellite → const MapScheme

Satellite imagery.

hybridDay → const MapScheme

Day version of hybrid scheme combining satellite data with vector street network, map labels and POI information.

hybridNight → const MapScheme

Night version of hybrid scheme combining satellite data with vector street network, map labels and POI information.

liteDay → const MapScheme

The day version of lite scheme is a simplified version of the MapScheme.normalDay, featuring fewer map elements and a more limited color palette.

liteNight → const MapScheme

The night version of lite scheme is a simplified version of the MapScheme.normalNight, featuring fewer map elements and a more limited color palette.

liteHybridDay → const MapScheme

The day version of lite hybrid scheme is a simplified version of the MapScheme.hybridDay, featuring fewer map elements and a more limited color palette.

liteHybridNight → const MapScheme

The night version of lite hybrid scheme is a simplified version of the MapScheme.hybridNight, featuring fewer map elements and a more limited color palette.

logisticsDay → const MapScheme

The day version of the logistics map scheme catering to the needs of dispatchers, fleet managers and delivery drivers, highlighting and featuring map elements relevant to logistics use cases.

logisticsNight → const MapScheme

The night version of the logistics map scheme catering to the needs of dispatchers, fleet managers and delivery drivers, highlighting and featuring map elements relevant to logistics use cases.

logisticsHybridDay → const MapScheme

The day version of the logistics hybrid map scheme catering to the needs of dispatchers, fleet managers and delivery drivers, highlighting and featuring map elements relevant to logistics use cases.

logisticsHybridNight → const MapScheme

The night version of the logistics hybrid map scheme catering to the needs of dispatchers, fleet managers and delivery drivers, highlighting and featuring map elements relevant to logistics use cases.

roadNetworkDay → const MapScheme

The day version of a scheme highlighting roads without showing other content such as labels or buildings. It is designed for usage as an additional zoomed-in mini-maps display to help drivers to orientate during navigation and to focus on the maneuver arrows which can be highlighted on top of this map scheme.

roadNetworkNight → const MapScheme

The night version of a scheme highlighting roads without showing other content such as labels or buildings. It is designed for usage as an additional zoomed-in mini-maps display to help drivers to orientate during navigation and to focus on the maneuver arrows which can be highlighted on top of this map scheme.

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Constants

values → const List<MapScheme>
A constant List of the values in this enum, in order of their declaration.