result property

  1. @override
ExportVectorTilesResult? get result
override

The result of the successfully completed job (ExportVectorTilesJob).

If the job is successful then result 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.