YMKMapType

enum YMKMapType : UInt, @unchecked Sendable

The type of map displayed.

Summary

Enum cases

case none = 0
Do not use any of the predefined maps

case map = 1
Raster map

case satellite = 2
Allowed only for Yandex apps Default satellite map

case hybrid = 3
Allowed only for Yandex apps Satellite map with roads, placemarks and labels

case vectorMap = 4
Vector map

Enum cases

none

case none = 0

Do not use any of the predefined maps.


map

case map = 1

Raster map.


satellite

case satellite = 2

Allowed only for Yandex apps Default satellite map.


hybrid

case hybrid = 3

Allowed only for Yandex apps Satellite map with roads, placemarks and labels.


vectorMap

case vectorMap = 4

Vector map.