Skip to content

Commit 3074556

Browse files
committed
documented docs/
1 parent 9ac126d commit 3074556

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/shiny.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ <h4>Map events</h4>
410410
<p><code>input$<em>MAPID</em>_click</code> is an event that is sent when the map background or basemap is clicked. The value is a list with <code>lat</code> and <code>lng</code>.</p>
411411
<p><code>input$<em>MAPID</em>_bounds</code> provides the latitude/longitude bounds of the currently visible map area; the value is a <code>list()</code> that has named elements <code>north</code>, <code>east</code>, <code>south</code>, and <code>west</code>.</p>
412412
<p><code>input$<em>MAPID</em>_zoom</code> is an integer that indicates the <a href="http://wiki.openstreetmap.org/wiki/Zoom_levels">zoom level</a>.</p>
413+
<p><code>input$<em>MAPID</em>_center</code> provides the latitude/longtitude of the center of the currently visible map area; the value is a <code>list()</code> that has named elements <code>lat</code> and <code>lng</code>.</p>
413414
</div>
414415
</div>
415416
<div id="putting-it-all-together" class="section level3">

0 commit comments

Comments
 (0)