diff options
author | André Dietrich <andre.dietrich@ovgu.de> | 2019-09-12 19:07:48 +0200 |
---|---|---|
committer | André Dietrich <andre.dietrich@ovgu.de> | 2019-09-12 19:07:48 +0200 |
commit | 6a3495171159e93c8cd6836f1824b8273161b833 (patch) | |
tree | 78a6bce78b5a61ad396e4c59cbac5222dedb5e3d /examples/MapCommands.elm | |
parent | 82548a513a9ba05fd97ff605c577b85c11f71615 (diff) |
updated readme
Diffstat (limited to 'examples/MapCommands.elm')
-rw-r--r-- | examples/MapCommands.elm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/MapCommands.elm b/examples/MapCommands.elm index 1730ee1..f8b21f2 100644 --- a/examples/MapCommands.elm +++ b/examples/MapCommands.elm @@ -1,4 +1,8 @@ -port module MapCommands exposing (easeTo, fitBounds, flyTo, id, jumpTo, panBy, panTo, resize, rotateTo, stop, zoomIn, zoomOut, zoomTo) +port module MapCommands exposing + ( id + , panBy, panTo, zoomTo, zoomIn, zoomOut, rotateTo, jumpTo, easeTo, flyTo, fitBounds, stop + , resize + ) {-| Tell your map to do something! Most of these Commands tell your map to (with or without animation) to show a different location. You can use the options from `Mapbox.Cmd.Option` to configure these. |