Warning

This feature is available in the Full MapKit SDK version

YMKDrivingVehicleType

enum YMKDrivingVehicleType : UInt, @unchecked Sendable

The type of the vehicle that is used for the route.

Summary

Enum cases

case `default` = 0
Standard vehicle type

case taxi = 1
Allowed only for Yandex apps

case truck = 2
Undocumented

case moto = 3
Undocumented

Enum cases

default

case `default` = 0

Standard vehicle type.


taxi

case taxi = 1

Allowed only for Yandex apps


truck

case truck = 2

Undocumented


moto

case moto = 3

Undocumented