MarkerFeature

A draggable marker feature. Other features could be bound to this one.

Inheritors

Properties

Link copied to clipboard
abstract val attributes: Attributes
Link copied to clipboard
abstract val center: T
Link copied to clipboard
val Feature<*>.color: Color?
Link copied to clipboard
Link copied to clipboard
abstract val space: CoordinateSpace<T>
Link copied to clipboard
val Feature<*>.z: Float
Link copied to clipboard

Functions

Link copied to clipboard
open operator fun contains(viewPoint: ViewPoint<T>): Boolean
Link copied to clipboard
abstract fun getBoundingBox(zoom: Float = Float.MAX_VALUE): Rectangle<T>?
Link copied to clipboard
abstract fun withAttributes(modify: Attributes.() -> Attributes): Feature<T>
Link copied to clipboard
abstract fun withCoordinates(newCoordinates: T): Feature<T>