setSystemCacheEnabled static method
- bool enabled
是否允许定位失败时返回系统缓存位置。
Platforms:
- 🅰️ Android:支持
- 🍏 iOS:不支持,抛出
TencentLocationError(错误码unsupportedOnThisPlatform) - 🔶 Harmony:不支持,抛出
TencentLocationError(错误码unsupportedOnThisPlatform)
Parameters:
enabled:true允许返回系统缓存位置,false禁止。
Implementation
static Future<void> setSystemCacheEnabled(bool enabled) =>
_platform.setSystemCacheEnabled(enabled);