[]
Creates a new collection of markers.
public MarkerCollection()
Public Sub New()
Creates a new collection of markers that is a copy of the specified collection of markers.
public MarkerCollection(MarkerCollection collection)
Public Sub New(collection As MarkerCollection)
| Type | Name | Description |
|---|---|---|
| MarkerCollection | collection | Collecttion of copy. |
| Type | Condition |
|---|---|
| ArgumentNullException | collection is a null reference (Nothing in VB). |