toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.style
/
SymbolStyleSpec
Symbol
Style
Spec
data
class
SymbolStyleSpec
(
val
size
:
Size
,
val
offset
:
Point
,
val
rotation
:
Double
,
val
animated
:
Boolean
,
val
shader
:
String
,
val
uniforms
:
Map
<
String
,
Any
>
,
val
factor
:
Double
,
val
pitchWithMap
:
Boolean
,
val
rotateWithMap
:
Boolean
,
val
billboard
:
Boolean
,
val
atlas
:
TextureAtlas
)
Members
Constructors
Symbol
Style
Spec
Link copied to clipboard
constructor
(
size
:
Size
,
offset
:
Point
,
rotation
:
Double
,
animated
:
Boolean
,
shader
:
String
,
uniforms
:
Map
<
String
,
Any
>
,
factor
:
Double
,
pitchWithMap
:
Boolean
,
rotateWithMap
:
Boolean
,
billboard
:
Boolean
,
atlas
:
TextureAtlas
)
Properties
animated
Link copied to clipboard
val
animated
:
Boolean
atlas
Link copied to clipboard
val
atlas
:
TextureAtlas
billboard
Link copied to clipboard
val
billboard
:
Boolean
factor
Link copied to clipboard
val
factor
:
Double
offset
Link copied to clipboard
val
offset
:
Point
pitch
With
Map
Link copied to clipboard
val
pitchWithMap
:
Boolean
rotate
With
Map
Link copied to clipboard
val
rotateWithMap
:
Boolean
rotation
Link copied to clipboard
val
rotation
:
Double
shader
Link copied to clipboard
val
shader
:
String
size
Link copied to clipboard
val
size
:
Size
uniforms
Link copied to clipboard
val
uniforms
:
Map
<
String
,
Any
>