Add better docs to clearMarkers function.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@3657 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -109,6 +109,8 @@ OpenLayers.Layer.Markers.prototype =
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Method: clearMarkers
|
* Method: clearMarkers
|
||||||
|
* This method removes all markers from a layer. The markers are not
|
||||||
|
* destroyed by this function, but are removed from the list of markers.
|
||||||
*/
|
*/
|
||||||
clearMarkers: function() {
|
clearMarkers: function() {
|
||||||
if (this.markers != null) {
|
if (this.markers != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user