isPannable property

bool isPannable

True if coordinate system is horizontally pannable.

Implementation

bool get isPannable {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_SpatialReference_getIsPannable(
        _handle, errorHandler);
  });
}