zone property
String
get
zone
Grid zone designator.
Returns
- (String) The zone string for this MGRS coordinate.
Implementation
String get zone {
final OperationResult resultString = objectMethod(
_pointerId,
'Projection_MGRS',
'getZone',
);
return resultString['result'];
}