toggle menu
maps-kt
0.3.1-dev
common
switch theme
search in API
maps-kt-features
/
space.kscience.maps.features
/
CircleFeature
Circle
Feature
@
Stable
data
class
CircleFeature
<
T
:
Any
>
(
val
space
:
CoordinateSpace
<
T
>
,
val
center
:
T
,
val
radius
:
Dp
=
5.dp
,
val
attributes
:
Attributes
=
Attributes.EMPTY
)
:
MarkerFeature
<
T
>
Members
Members & Extensions
Constructors
Circle
Feature
Link copied to clipboard
constructor
(
space
:
CoordinateSpace
<
T
>
,
center
:
T
,
radius
:
Dp
=
5.dp
,
attributes
:
Attributes
=
Attributes.EMPTY
)
Properties
attributes
Link copied to clipboard
open
override
val
attributes
:
Attributes
center
Link copied to clipboard
open
override
val
center
:
T
color
Link copied to clipboard
val
Feature
<
*
>
.
color
:
Color
?
name
Link copied to clipboard
val
Feature
<
*
>
.
name
:
String
?
radius
Link copied to clipboard
val
radius
:
Dp
space
Link copied to clipboard
open
override
val
space
:
CoordinateSpace
<
T
>
z
Link copied to clipboard
val
Feature
<
*
>
.
z
:
Float
zoom
Range
Link copied to clipboard
val
Feature
<
*
>
.
zoomRange
:
FloatRange
Functions
contains
Link copied to clipboard
open
operator override
fun
contains
(
viewPoint
:
ViewPoint
<
T
>
)
:
Boolean
get
Bounding
Box
Link copied to clipboard
open
override
fun
getBoundingBox
(
zoom
:
Float
)
:
Rectangle
<
T
>
with
Attributes
Link copied to clipboard
open
override
fun
withAttributes
(
modify
:
(
Attributes
)
->
Attributes
)
:
Feature
<
T
>
with
Coordinates
Link copied to clipboard
open
override
fun
withCoordinates
(
newCoordinates
:
T
)
:
Feature
<
T
>