@DeprecatedSince("2020.06") class MapTilesType
Map tiles type.
NONE
VECTOR
RASTER
fromString
static fun fromString(value: String!): MapTilesType
Get MapTilesType from String. An exception will be thrown when String does not match any enum value.
MapTilesType
getValue
fun getValue(): String!
Returns the string representation of MapTilesType.