maps
androidJvm
maps
/
com.kt.maps.style.sources
/
RasterSourceProperties
Raster
Source
Properties
class
RasterSourceProperties
Vector 소스 속성
Members
Constructors
Raster
Source
Properties
Link copied to clipboard
constructor
(
vararg
options
:
RasterSourceProperty
<
*
>
)
Types
Attribution
Link copied to clipboard
class
Attribution
(
val
value
:
String
)
:
BaseProperty
<
String
>
,
RasterSourceProperty
<
String
>
attribution
Bounds
Link copied to clipboard
class
Bounds
(
val
value
:
DoubleArray
)
:
BaseProperty
<
Array
<
Double
>
>
,
RasterSourceProperty
<
Array
<
Double
>
>
bounds
Maxzoom
Link copied to clipboard
class
Maxzoom
(
val
value
:
Int
=
KtMapConstants.MAX_ZOOM.toInt()
)
:
BaseProperty
<
Int
>
,
RasterSourceProperty
<
Int
>
maxzoom
Minzoom
Link copied to clipboard
class
Minzoom
(
val
value
:
Int
=
KtMapConstants.MIN_ZOOM.toInt()
)
:
BaseProperty
<
Int
>
,
RasterSourceProperty
<
Int
>
minzoom
Schema
Link copied to clipboard
enum
Schema
:
Enum
<
RasterSourceProperties.Schema
>
,
RasterSourceProperty
<
String
>
vector-shcmea
Tiles
Link copied to clipboard
class
Tiles
(
val
value
:
Array
<
String
>
)
:
BaseProperty
<
Array
<
String
>
>
,
RasterSourceProperty
<
Array
<
String
>
>
Tile
Size
Link copied to clipboard
class
TileSize
(
val
value
:
Int
=
512
)
:
BaseProperty
<
Int
>
,
RasterSourceProperty
<
Int
>
Url
Link copied to clipboard
class
Url
(
val
value
:
String
)
:
BaseProperty
<
String
>
,
RasterSourceProperty
<
String
>
Volatile
Link copied to clipboard
class
Volatile
(
val
value
:
Boolean
)
:
BaseProperty
<
Boolean
>
,
RasterSourceProperty
<
Boolean
>
Properties
attribution
Link copied to clipboard
val
attribution
:
RasterSourceProperties.Attribution
?
bounds
Link copied to clipboard
val
bounds
:
RasterSourceProperties.Bounds
?
maxzoom
Link copied to clipboard
val
maxzoom
:
RasterSourceProperties.Maxzoom
minzoom
Link copied to clipboard
val
minzoom
:
RasterSourceProperties.Minzoom
schema
Link copied to clipboard
val
schema
:
RasterSourceProperties.Schema
tiles
Link copied to clipboard
val
tiles
:
RasterSourceProperties.Tiles
?
tile
Size
Link copied to clipboard
val
tileSize
:
RasterSourceProperties.TileSize
url
Link copied to clipboard
val
url
:
RasterSourceProperties.Url
?
volatile
Link copied to clipboard
val
volatile
:
RasterSourceProperties.Volatile