toggle menu
maps-kt
0.3.1-dev
common
switch theme
search in API
maps-kt-features
/
space.kscience.maps.features
/
PainterFeature
Painter
Feature
interface
PainterFeature
<
T
:
Any
>
:
Feature
<
T
>
Inheritors
VectorIconFeature
ScalableImageFeature
Members
Members & Extensions
Properties
attributes
Link copied to clipboard
abstract
val
attributes
:
Attributes
color
Link copied to clipboard
val
Feature
<
*
>
.
color
:
Color
?
name
Link copied to clipboard
val
Feature
<
*
>
.
name
:
String
?
space
Link copied to clipboard
abstract
val
space
:
CoordinateSpace
<
T
>
z
Link copied to clipboard
val
Feature
<
*
>
.
z
:
Float
zoom
Range
Link copied to clipboard
val
Feature
<
*
>
.
zoomRange
:
FloatRange
Functions
get
Bounding
Box
Link copied to clipboard
abstract
fun
getBoundingBox
(
zoom
:
Float
=
Float.MAX_VALUE
)
:
Rectangle
<
T
>
?
get
Painter
Link copied to clipboard
@
Composable
abstract
fun
getPainter
(
)
:
Painter
with
Attributes
Link copied to clipboard
abstract
fun
withAttributes
(
modify
:
Attributes
.
(
)
->
Attributes
)
:
Feature
<
T
>