Merge pull request #133 from JasonSanford/gh-pages
Updating CircleMarker documentation
This commit is contained in:
commit
5d5759665f
@ -1496,8 +1496,8 @@ map.addLayer(polyline);</code></pre>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>L.CircleMarker( <<a href="#latlng">LatLng</a>> <i>latlng</i>, <Number> <i>radius</i>, <<a href="#path-options">Path options</a>> <i>options?</i> )</code></td>
|
||||
<td>Instantiates a circle marker given a geographical point, a radius in pixels and optionally an options object.</td>
|
||||
<td><code>L.CircleMarker( <<a href="#latlng">LatLng</a>> <i>latlng</i>, <<a href="#path-options">Path options</a>> <i>options?</i> )</code></td>
|
||||
<td>Instantiates a circle marker given a geographical point and optionally an options object. The default radius is 10 and can be altered by passing a "radius" member in the path options object.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user