clearLabel method

PinAnnotation clearLabel()

Clears PinAnnotation.label to null.

Implementation

PinAnnotation clearLabel() => copyWith(clearLabel: true);