removePin(named:)
Removes the pin associated with the name.
Declaration
@discardableResult mutating func removePin(named name: String) -> GeometricPin?Parameters
- name:
The name of the pin to remove.
Removes the pin associated with the name.
@discardableResult mutating func removePin(named name: String) -> GeometricPin?The name of the pin to remove.