zone property

int get zone

GK zone number.

Returns

  • (int) The zone associated with this projection.

Implementation

int get zone {
  final OperationResult result = objectMethod(
    _pointerId,
    'Projection_GK',
    'getZone',
  );

  return result['result'];
}