label property

String label

User-friendly text that describes this result.

Implementation

String get label {
  final stringHandle = _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_GeocodeResult_getLabel(_handle, errorHandler);
  });
  return stringHandle.toDartString();
}