toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.sources
/
PaddingManager
Padding
Manager
class
PaddingManager
(
val
size
:
Int
,
val
padding
:
Int
,
val
tileCache
:
TileCache
<
DataType
>
,
val
id
:
String
)
Members
Constructors
Padding
Manager
Link copied to clipboard
constructor
(
size
:
Int
,
padding
:
Int
,
tileCache
:
TileCache
<
DataType
>
,
id
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
d
Link copied to clipboard
var
d
:
Int
id
Link copied to clipboard
val
id
:
String
padding
Link copied to clipboard
val
padding
:
Int
s
Link copied to clipboard
var
s
:
Int
size
Link copied to clipboard
val
size
:
Int
stride
Link copied to clipboard
var
stride
:
Int
TAG
Link copied to clipboard
val
TAG
:
String
tile
Cache
Link copied to clipboard
val
tileCache
:
TileCache
<
DataType
>
Functions
blend
Edges
Link copied to clipboard
fun
blendEdges
(
tile
:
TileType
,
tileCache
:
TileCache
<
DataType
>
,
testInt
:
Int
)