withY method

PinAnnotation withY(
  1. double value
)

Replaces PinAnnotation.y with value.

Implementation

PinAnnotation withY(double value) => copyWith(y: value);