Package com.yandex.mapkit.map

Enum MapType

java.lang.Object
    ↳ java.lang.Enum
        ↳ com.yandex.mapkit.map.MapType

final enum MapType

The type of map displayed.

Enum Constant Summary

Enum Constants

Description

NONE

Do not use any of the predefined maps.

MAP

Raster map.

SATELLITE

Allowed only for Yandex apps Default satellite map.

HYBRID

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

VECTOR_MAP

Vector map.

Summary

Methods

Type and modifiers

Method and Description

static MapType[]

values()

static MapType

valueOf(java.lang.String name)

Enum Constants Detail

NONE

static final

MapType

NONE

Do not use any of the predefined maps.


MAP

static final

MapType

MAP

Raster map.


SATELLITE

static final

MapType

SATELLITE

Allowed only for Yandex apps Default satellite map.


HYBRID

static final

MapType

HYBRID

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


VECTOR_MAP

static final

MapType

VECTOR_MAP

Vector map.


Methods

values

MapType[] values()


valueOf

MapType valueOf(java.lang.String name)