Skip to content

Commit 887bad3

Browse files
committed
Add map.ease documentation
1 parent a9bc9a5 commit 887bad3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

API.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,17 @@ _Arguments_
340340

341341
_Returns_ a layer.
342342

343+
<div class="separator">Easing</div>
344+
345+
### map.ease
346+
347+
This is an instance of [mapbox.ease](#mapbox.ease) attached to the map for convenience. For full documentation take a look at [mapbox.ease](#mapbox.ease).
348+
349+
_Example:_
350+
351+
map.ease.location({ lat: 10, lon: -88 }).zoom(5).optimal();
352+
353+
343354
<div class="separator">User interface</div>
344355

345356
### map.ui

0 commit comments

Comments
 (0)