withMarkerShape method

PinAnnotation withMarkerShape(
  1. MarkerShape value
)

Replaces PinAnnotation.markerShape with value.

Implementation

PinAnnotation withMarkerShape(MarkerShape value) =>
    copyWith(markerShape: value);