We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c29f50 commit ac7561dCopy full SHA for ac7561d
src/main/kotlin/de/saring/leafletmap/LeafletMapView.kt
@@ -219,6 +219,7 @@ class LeafletMapView : StackPane() {
219
execScript("$markerName.setIcon(${newMarker.iconName});")
220
}
221
222
+ /**
223
* Draws a track path along the specified positions in the color red and zooms the map to fit the track perfectly.
224
*
225
* @param positions list of track positions
0 commit comments