result property

  1. @override
ExportVectorTilesResult? result
override

Result of the successfully completed job (ExportVectorTilesResult). If successful it will contain the downloaded vector tile cache. Otherwise null is returned.

If the job is in progress then a null result is returned until the job successfully completes.

Implementation

@override
ExportVectorTilesResult? get result => _result.value;