From 0a6e242e88964d2049f2ec5de78ed84c54a856a7 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 27 Mar 2020 23:00:56 +0100 Subject: API documentation for KVision 3.6.0 --- api/pl.treksoft.kvision.maps/maps.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/pl.treksoft.kvision.maps/maps.html') diff --git a/api/pl.treksoft.kvision.maps/maps.html b/api/pl.treksoft.kvision.maps/maps.html index 3fc7d3b0..5a856f5d 100644 --- a/api/pl.treksoft.kvision.maps/maps.html +++ b/api/pl.treksoft.kvision.maps/maps.html @@ -8,8 +8,8 @@ kvision / pl.treksoft.kvision.maps / maps

maps

-(js) -fun Container.maps(lat: Number, lng: Number, zoom: Number, classes: Set<String> = setOf(), init: (Maps.() -> Unit)? = null): Maps +(js) +fun Container.maps(lat: Number, lng: Number, zoom: Number, showMarker: Boolean = false, classes: Set<String> = setOf(), init: (Maps.() -> Unit)? = null): Maps

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

-- cgit