Warning

This feature is available in the Full MapKit SDK version

YMKDrivingAnnotationSchemeID

enum YMKDrivingAnnotationSchemeID : UInt, @unchecked Sendable

The identifier of the annotation scheme.

Summary

Enum cases

case small = 0
Small annotation

case medium = 1
Medium annotation

case large = 2
Large annotation

case highway = 3
Highway annotation

Enum cases

small

case small = 0

Small annotation.


medium

case medium = 1

Medium annotation.


large

case large = 2

Large annotation.


highway

case highway = 3

Highway annotation.