MapScheme Enumeration Reference
- Last UpdatedJun 10, 2025
- 2 minute read
public enum MapScheme : UInt32, CaseIterable, Codable
Represents the preconfigured map schemes bundled with the SDK.
-
Normal map for day.
Declaration
Swift
case normalDay
-
Normal map for night.
Declaration
Swift
case normalNight
-
Satellite imagery.
Declaration
Swift
case satellite
-
Day version of hybrid scheme combining satellite data with vector street network, map labels and POI information.
Declaration
Swift
case hybridDay
-
Night version of hybrid scheme combining satellite data with vector street network, map labels and POI information.
Declaration
Swift
case hybridNight
-
The day version of lite scheme is a simplified version of the
MapScheme.normalDay
, featuring fewer map elements and a more limited color palette.Declaration
Swift
case liteDay
-
The night version of lite scheme is a simplified version of the
MapScheme.normalNight
, featuring fewer map elements and a more limited color palette.Declaration
Swift
case liteNight
-
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.Declaration
Swift
case liteHybridDay
-
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.Declaration
Swift
case liteHybridNight
-
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.
Declaration
Swift
case logisticsDay
-
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.
Declaration
Swift
case logisticsNight
-
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.
Declaration
Swift
case logisticsHybridDay
-
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.
Declaration
Swift
case logisticsHybridNight
-
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.
Declaration
Swift
case roadNetworkDay
-
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.
Declaration
Swift
case roadNetworkNight