withStyle method

PinAnnotation withStyle(
  1. AnnotationStyle value
)

Replaces PinAnnotation.style with value.

Implementation

PinAnnotation withStyle(AnnotationStyle value) => copyWith(style: value);