position property

Position position

The position of this point geometry.

The returned object is of the type used for storing a position in this point geometry. That is, it can be any Position object, like Position itself, Projected or Geographic.

Implementation

Position get position => _position;