Documented L.Path.unbindPopup() method.
This commit is contained in:
parent
3a616575bc
commit
6ad2361c8c
@ -2048,6 +2048,11 @@ L.imageOverlay(imageUrl, imageBounds).addTo(map);</code></pre>
|
||||
<td><code><span class="keyword">this</span></code></td>
|
||||
<td>Binds a popup with a particular HTML content to a click on this path.</td>
|
||||
</tr>
|
||||
<tr id="path-unbindpopup">
|
||||
<td><code><b>unbindPopup</b>()</code></td>
|
||||
<td><code><span class="keyword">this</span></code></td>
|
||||
<td>Unbinds the popup previously bound to the path with <code>bindPopup</code>.</td>
|
||||
</tr>
|
||||
<tr id="path-openpopup">
|
||||
<td><code><b>openPopup</b>(
|
||||
<nobr><<a href="#latlng">LatLng</a>> <i>latlng?</i> )</nobr>
|
||||
|
Loading…
Reference in New Issue
Block a user