kvision / pl.treksoft.kvision.maps / IconOptions

IconOptions

(js) data class IconOptions

Constructors

(js)

<init>

IconOptions(className: String = "", iconAnchor: Point? = null, iconRetinaUrl: String = "", iconSize: Point? = null, iconUrl: String = "", popupAnchor: Point? = null, shadowAnchor: Point? = null, shadowRetinaUrl: String = "", shadowSize: Point? = null, shadowUrl: String = "")

Properties

(js)

className

val className: String
(js)

iconAnchor

val iconAnchor: Point?
(js)

iconRetinaUrl

val iconRetinaUrl: String
(js)

iconSize

val iconSize: Point?
(js)

iconUrl

val iconUrl: String
(js)

popupAnchor

val popupAnchor: Point?
(js)

shadowAnchor

val shadowAnchor: Point?
(js)

shadowRetinaUrl

val shadowRetinaUrl: String
(js)

shadowSize

val shadowSize: Point?
(js)

shadowUrl

val shadowUrl: String