Enumerations
The following enumerations are available globally.
-
Defines the gesture state.
See moreDeclaration
Swift
public enum GestureState
-
Describes possible cases of
See moreMapInteractionEvent
.Declaration
Swift
public enum MapInteraction
extension MapInteraction: Event
-
Types of the location marker visualization.
See moreDeclaration
Swift
public enum LocationIndicator : Equatable
-
The
See moreOnDiskCachePolicy
sets rules for caching: time interval of storing the cache, maximum cache size, etc.Declaration
Swift
public enum OnDiskCachePolicy : Equatable
-
The map style definition. map style specification
See moreDeclaration
Swift
public enum StyleDefinition
extension StyleDefinition: Equatable
-
Defines the map styles available to the user.
See moreDeclaration
Swift
public enum StyleMode
-
Type of this layer.
Declaration
Swift
public enum LayerType
-
Line cap placement
See moreDeclaration
Swift
public enum LineCapPlacement
-
Line join type.
See moreDeclaration
Swift
public enum LineJoinType
-
Line pattern type.
See moreDeclaration
Swift
public enum LinePatternType
-
Line pattern repeat.
See moreDeclaration
Swift
public enum LinePatternRepeat
-
Line outline style.
See moreDeclaration
Swift
public enum LineOutlineStyle
-
Line cap type.
See moreDeclaration
Swift
public enum LineCapType
-
Text anchoring
See moreDeclaration
Swift
public enum TextAnchoring
-
Annotation service error.
See moreDeclaration
Swift
public enum AnnotationServiceError : Error
extension AnnotationServiceError: LocalizedError
-
Enumeration of route errors.
See moreDeclaration
Swift
public enum RouteError : LocalizedError
-
The traffic category icon.
Declaration
Swift
public enum TrafficIconCategory
-
The traffic magnitude.
Declaration
Swift
public enum TrafficMagnitude
-
Enumeration of TomTomMap View errors.
See moreDeclaration
Swift
public enum MapViewError : LocalizedError
-
Responsible for creating instances of
MapDisplayDataProvider
for handling online map tile requests.Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum OnlineTileDataProviderFactory