From 4ffe1bee99a55e985bb71dacff3839263cb4316f Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 3 Mar 2020 10:53:33 +0100 Subject: API Documentation for KVision 3.0.0 --- api/pl.treksoft.kvision.maps/maps.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/pl.treksoft.kvision.maps/maps.html (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 new file mode 100644 index 00000000..0cef569a --- /dev/null +++ b/api/pl.treksoft.kvision.maps/maps.html @@ -0,0 +1,16 @@ + + + +maps - kvision + + + +kvision / pl.treksoft.kvision.maps / maps
+
+

maps

+ +fun Container.maps(lat: Number, lng: Number, zoom: Number, 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