toggle menu
maps-kt
0.3.1-dev
common
switch theme
search in API
maps-kt-features
/
space.kscience.maps.features
/
MarkerFeature
Marker
Feature
interface
MarkerFeature
<
T
:
Any
>
:
DraggableFeature
<
T
>
A draggable marker feature. Other features could be bound to this one.
Inheritors
CircleFeature
RectangleFeature
BitmapIconFeature
VectorIconFeature
Members
Members & Extensions
Properties
attributes
Link copied to clipboard
abstract
val
attributes
:
Attributes
center
Link copied to clipboard
abstract
val
center
:
T
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
contains
Link copied to clipboard
open
operator
fun
contains
(
viewPoint
:
ViewPoint
<
T
>
)
:
Boolean
get
Bounding
Box
Link copied to clipboard
abstract
fun
getBoundingBox
(
zoom
:
Float
=
Float.MAX_VALUE
)
:
Rectangle
<
T
>
?
with
Attributes
Link copied to clipboard
abstract
fun
withAttributes
(
modify
:
Attributes
.
(
)
->
Attributes
)
:
Feature
<
T
>
with
Coordinates
Link copied to clipboard
abstract
fun
withCoordinates
(
newCoordinates
:
T
)
:
Feature
<
T
>