subscript(_:)
Retrieves the pin by its name.
Declaration
subscript(name: String) -> GeometricPin? { get }Parameters
- name:
The name of the pin to look up.
Retrieves the pin by its name.
subscript(name: String) -> GeometricPin? { get }The name of the pin to look up.