isGeographic property

  1. @override
bool isGeographic
override

True for geographic coordinates (with longitude and latitude).

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

Implementation

@override
bool get isGeographic => false;