mapscore
1.4.1.191
mapscore
/
io.openmobilemaps.mapscore.shared.map.layers.icon
/
IconInfoInterface
Icon
Info
Interface
abstract
class
IconInfoInterface
Content copied to clipboard
Constructors
Functions
Constructors
Icon
Info
Interface
Link copied to clipboard
fun
IconInfoInterface
(
)
Content copied to clipboard
Functions
get
Coordinate
Link copied to clipboard
abstract
fun
getCoordinate
(
)
:
Coord
Content copied to clipboard
get
Icon
Anchor
Link copied to clipboard
abstract
fun
getIconAnchor
(
)
:
Vec2F
Content copied to clipboard
get
Icon
Size
Link copied to clipboard
abstract
fun
getIconSize
(
)
:
Vec2F
Content copied to clipboard
get
Identifier
Link copied to clipboard
abstract
fun
getIdentifier
(
)
:
String
Content copied to clipboard
get
Texture
Link copied to clipboard
abstract
fun
getTexture
(
)
:
TextureHolderInterface
Content copied to clipboard
get
Type
Link copied to clipboard
abstract
fun
getType
(
)
:
IconType
Content copied to clipboard
set
Coordinate
Link copied to clipboard
abstract
fun
setCoordinate
(
coord
:
Coord
)
Content copied to clipboard
set
Icon
Size
Link copied to clipboard
abstract
fun
setIconSize
(
size
:
Vec2F
)
Content copied to clipboard
set
Type
Link copied to clipboard
abstract
fun
setType
(
scaleType
:
IconType
)
Content copied to clipboard