Skip to content

Commit

Permalink
Fixed Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
N1k145 committed Dec 7, 2017
1 parent 7c29f50 commit ac7561d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/de/saring/leafletmap/LeafletMapView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ class LeafletMapView : StackPane() {
execScript("$markerName.setIcon(${newMarker.iconName});")
}

/**
* Draws a track path along the specified positions in the color red and zooms the map to fit the track perfectly.
*
* @param positions list of track positions
Expand Down

0 comments on commit ac7561d

Please sign in to comment.