withX method

PinAnnotation withX(
  1. double value
)

Replaces PinAnnotation.x with value.

Implementation

PinAnnotation withX(double value) => copyWith(x: value);