cacheSource property

String cacheSource
final

缓存来源:'none' / 'sdk' / 'system'

对应 Harmony TencentLocation.getCacheSource()。Android / iOS 端恒为 'none' (Android 的缓存信息通过 source == LocationSource.androidCache 表达)。

Implementation

final String cacheSource;