y property

  1. @override
double y
override

The y coordinate value.

For geographic coordinates y represents latitude.

Implementation

@override
double get y => _y;