isGeographic property

bool isGeographic

True for geographic coordinates (with longitude and latitude).

If false is returned, then coordinates are projected or cartesian (with x and y).

Implementation

bool get isGeographic => min.isGeographic;