[]
Removes a marker from the collection.
public bool Remove(Marker item)
Public Function Remove(item As Marker) As Boolean
Type | Name | Description |
---|---|---|
Marker | item | Marker. |
Type | Description |
---|---|
bool | true if item was successfully removed from the collection; otherwise, false. |