Enumerations
The following enumerations are available globally.
-
A type that represents camera tracking modes.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum CameraTrackingMode : Int
-
Defines the possible states of gesture.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum EventType : Int
-
Defines the event type for gesture.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum GestureEvent : Int
-
Types of the location marker visualization.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum LocationIndicator : Equatable
-
Types of accuracy indicator rendered around the current location marker.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum AccuracyIndicator : Int -
The
ResourceCachePolicysets rules for caching: time interval of storing the cache, maximum cache size, etc.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum ResourceCachePolicy : Codable
-
Defines the location of the map style. Style should be in V2 format. map style specification
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum StyleDefinitionextension StyleDefinition: Equatable -
Defines the map styles available to the user.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum StyleMode : Int
-
LiceCapPlacement
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum LineCapPlacement
-
Line join type.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum LineJoinType
-
Line pattern type.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum LinePatternType
-
Line unit.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum LineUnit
-
Line pattern repeat.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum LinePatternRepeat
-
Line outline style.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum LineOutlineStyle
-
Line cap type.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum LineCapType : Int
-
Annotation service error.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum AnnotationServiceError : Int, Errorextension AnnotationServiceError: LocalizedError
-
Enumeration of route errors.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum RouteError : Int, LocalizedError
-
The traffic category icon.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum TrafficIconCategory : Int, Decodable
-
The traffic magnitude.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum TrafficMagnitude : Int, Decodable
-
Enumeration of Map View errors.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum MapViewError : LocalizedError
Enumerations Reference