| æ“作 | 旧版本 | 新版本 | d.ts文件 | | ---- | ------ | ------ | -------- | |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function on(type: 'locationChange', request: LocationRequest, callback: Callback<Location>): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function off(type: 'locationChange', callback?: Callback<Location>): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function on(type: 'locationEnabledChange', callback: Callback<boolean>): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function off(type: 'locationEnabledChange', callback?: Callback<boolean>): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function on(type: 'cachedGnssLocationsChange', request: CachedGnssLocationsRequest, callback: Callback<Array<Location>>): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function off(type: 'cachedGnssLocationsChange', callback?: Callback<Array<Location>>): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function on(type: 'satelliteStatusChange', callback: Callback<SatelliteStatusInfo>): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function off(type: 'satelliteStatusChange', callback?: Callback<SatelliteStatusInfo>): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function on(type: 'nmeaMessage', callback: Callback<string>): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function off(type: 'nmeaMessage', callback?: Callback<string>): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function on(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function off(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function getCurrentLocation(request: CurrentLocationRequest, callback: AsyncCallback<Location>): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function getCurrentLocation(callback: AsyncCallback<Location>): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function getCurrentLocation(request?: CurrentLocationRequest): Promise<Location>;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function getLastLocation(): Location;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function isLocationEnabled(): boolean;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function disableLocation(): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise<Array<GeoAddress>>;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function getAddressesFromLocationName(request: GeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function getAddressesFromLocationName(request: GeoCodeRequest): Promise<Array<GeoAddress>>;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function isGeocoderAvailable(): boolean;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function getCachedGnssLocationsSize(callback: AsyncCallback<number>): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function getCachedGnssLocationsSize(): Promise<number>;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function flushCachedGnssLocations(callback: AsyncCallback<void>): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function flushCachedGnssLocations(): Promise<void>;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function sendCommand(command: LocationCommand, callback: AsyncCallback<void>): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function sendCommand(command: LocationCommand): Promise<void>;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function enableLocationMock(): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function disableLocationMock(): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function setMockedLocations(config: LocationMockConfig): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function enableReverseGeocodingMock(): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function disableReverseGeocodingMock(): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function setReverseGeocodingMockInfo(mockInfos: Array<ReverseGeocodingMockInfo>): void;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function isLocationPrivacyConfirmed(type: LocationPrivacyType): boolean;|@ohos.geoLocationManager.d.ts| |新增|NA|ç±»å:geoLocationManager<br>方法or属性:function setLocationPrivacyConfirmStatus(type: LocationPrivacyType, isConfirmed: boolean): void;|@ohos.geoLocationManager.d.ts| |åˆ é™¤|模å—å:ohos.geolocation<br>ç±»å:geolocation<br>方法 or 属性:function enableLocation(callback: AsyncCallback<boolean>): void;|NA|@ohos.geolocation.d.ts| |åˆ é™¤|模å—å:ohos.geolocation<br>ç±»å:geolocation<br>方法 or 属性:function enableLocation(): Promise<boolean>;|NA|@ohos.geolocation.d.ts| |åˆ é™¤|模å—å:ohos.geolocation<br>ç±»å:geolocation<br>方法 or 属性:function disableLocation(callback: AsyncCallback<boolean>): void;|NA|@ohos.geolocation.d.ts| |åˆ é™¤|模å—å:ohos.geolocation<br>ç±»å:geolocation<br>方法 or 属性:function disableLocation(): Promise<boolean>;|NA|@ohos.geolocation.d.ts| |åˆ é™¤|模å—å:ohos.geoLocationManager<br>ç±»å:GeofenceRequest<br>方法 or 属性:priority: LocationRequestPriority;|NA|@ohos.geoLocationManager.d.ts| |访问级别有å˜åŒ–|ç±»å:ReverseGeocodingMockInfo<br>方法 or 属性:location: ReverseGeoCodeRequest;<br>访问级别:公开API|ç±»å:ReverseGeocodingMockInfo<br>方法 or 属性:location: ReverseGeoCodeRequest;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts| |访问级别有å˜åŒ–|ç±»å:ReverseGeocodingMockInfo<br>方法 or 属性:geoAddress: GeoAddress;<br>访问级别:公开API|ç±»å:ReverseGeocodingMockInfo<br>方法 or 属性:geoAddress: GeoAddress;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts| |访问级别有å˜åŒ–|ç±»å:LocationMockConfig<br>方法 or 属性:timeInterval: number;<br>访问级别:公开API|ç±»å:LocationMockConfig<br>方法 or 属性:timeInterval: number;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts| |访问级别有å˜åŒ–|ç±»å:LocationMockConfig<br>方法 or 属性:locations: Array<Location>;<br>访问级别:公开API|ç±»å:LocationMockConfig<br>方法 or 属性:locations: Array<Location>;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts| |访问级别有å˜åŒ–|ç±»å:GeoAddress<br>方法 or 属性:isFromMock?: Boolean;<br>访问级别:公开API|ç±»å:GeoAddress<br>方法 or 属性:isFromMock?: Boolean;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts| |访问级别有å˜åŒ–|ç±»å:Location<br>方法 or 属性:isFromMock?: Boolean;<br>访问级别:公开API|ç±»å:Location<br>方法 or 属性:isFromMock?: Boolean;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts| |访问级别有å˜åŒ–|ç±»å:LocationPrivacyType<br>访问级别:公开API|ç±»å:LocationPrivacyType<br>访问级别:系统API|@ohos.geoLocationManager.d.ts| |访问级别有å˜åŒ–|ç±»å:LocationPrivacyType<br>方法 or 属性:OTHERS = 0<br>访问级别:公开API|ç±»å:LocationPrivacyType<br>方法 or 属性:OTHERS = 0<br>访问级别:系统API|@ohos.geoLocationManager.d.ts| |访问级别有å˜åŒ–|ç±»å:LocationPrivacyType<br>方法 or 属性:STARTUP<br>访问级别:公开API|ç±»å:LocationPrivacyType<br>方法 or 属性:STARTUP<br>访问级别:系统API|@ohos.geoLocationManager.d.ts| |访问级别有å˜åŒ–|ç±»å:LocationPrivacyType<br>方法 or 属性:CORE_LOCATION<br>访问级别:公开API|ç±»å:LocationPrivacyType<br>方法 or 属性:CORE_LOCATION<br>访问级别:系统API|@ohos.geoLocationManager.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>废弃版本:N/A|ç±»å:geolocation<br>废弃版本:9<br>代替接å£ï¼šN/A|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function on(type: 'locationChange', request: LocationRequest, callback: Callback<Location>): void;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function on(type: 'locationChange', request: LocationRequest, callback: Callback<Location>): void;<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function off(type: 'locationChange', callback?: Callback<Location>): void;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function off(type: 'locationChange', callback?: Callback<Location>): void;<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function on(type: 'locationServiceState', callback: Callback<boolean>): void;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function on(type: 'locationServiceState', callback: Callback<boolean>): void;<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function off(type: 'locationServiceState', callback?: Callback<boolean>): void;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function off(type: 'locationServiceState', callback?: Callback<boolean>): void;<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function on(type: 'cachedGnssLocationsReporting', request: CachedGnssLocationsRequest, callback: Callback<Array<Location>>): void;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function on(type: 'cachedGnssLocationsReporting', request: CachedGnssLocationsRequest, callback: Callback<Array<Location>>): void;<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function off(type: 'cachedGnssLocationsReporting', callback?: Callback<Array<Location>>): void;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function off(type: 'cachedGnssLocationsReporting', callback?: Callback<Array<Location>>): void;<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function on(type: 'gnssStatusChange', callback: Callback<SatelliteStatusInfo>): void;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function on(type: 'gnssStatusChange', callback: Callback<SatelliteStatusInfo>): void;<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function off(type: 'gnssStatusChange', callback?: Callback<SatelliteStatusInfo>): void;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function off(type: 'gnssStatusChange', callback?: Callback<SatelliteStatusInfo>): void;<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function on(type: 'nmeaMessageChange', callback: Callback<string>): void;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function on(type: 'nmeaMessageChange', callback: Callback<string>): void;<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function off(type: 'nmeaMessageChange', callback?: Callback<string>): void;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function off(type: 'nmeaMessageChange', callback?: Callback<string>): void;<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function on(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function on(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function off(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function off(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function getCurrentLocation(request: CurrentLocationRequest, callback: AsyncCallback<Location>): void;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function getCurrentLocation(request: CurrentLocationRequest, callback: AsyncCallback<Location>): void;<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.getCurrentLocation |@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function getCurrentLocation(callback: AsyncCallback<Location>): void;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function getCurrentLocation(callback: AsyncCallback<Location>): void;<br>废弃版本:9|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function getCurrentLocation(request?: CurrentLocationRequest): Promise<Location>;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function getCurrentLocation(request?: CurrentLocationRequest): Promise<Location>;<br>废弃版本:9|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function getLastLocation(callback: AsyncCallback<Location>): void;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function getLastLocation(callback: AsyncCallback<Location>): void;<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.getLastLocation |@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function getLastLocation(): Promise<Location>;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function getLastLocation(): Promise<Location>;<br>废弃版本:9|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function isLocationEnabled(callback: AsyncCallback<boolean>): void;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function isLocationEnabled(callback: AsyncCallback<boolean>): void;<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.isLocationEnabled |@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function isLocationEnabled(): Promise<boolean>;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function isLocationEnabled(): Promise<boolean>;<br>废弃版本:9|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function requestEnableLocation(callback: AsyncCallback<boolean>): void;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function requestEnableLocation(callback: AsyncCallback<boolean>): void;<br>废弃版本:9<br>代替接å£ï¼šN/A|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function requestEnableLocation(): Promise<boolean>;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function requestEnableLocation(): Promise<boolean>;<br>废弃版本:9|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.getAddressesFromLocation |@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise<Array<GeoAddress>>;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise<Array<GeoAddress>>;<br>废弃版本:9|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function getAddressesFromLocationName(request: GeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function getAddressesFromLocationName(request: GeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.getAddressesFromLocationName |@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function getAddressesFromLocationName(request: GeoCodeRequest): Promise<Array<GeoAddress>>;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function getAddressesFromLocationName(request: GeoCodeRequest): Promise<Array<GeoAddress>>;<br>废弃版本:9|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function isGeoServiceAvailable(callback: AsyncCallback<boolean>): void;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function isGeoServiceAvailable(callback: AsyncCallback<boolean>): void;<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.isGeocoderAvailable |@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function isGeoServiceAvailable(): Promise<boolean>;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function isGeoServiceAvailable(): Promise<boolean>;<br>废弃版本:9|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function getCachedGnssLocationsSize(callback: AsyncCallback<number>): void;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function getCachedGnssLocationsSize(callback: AsyncCallback<number>): void;<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.getCachedGnssLocationsSize |@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function getCachedGnssLocationsSize(): Promise<number>;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function getCachedGnssLocationsSize(): Promise<number>;<br>废弃版本:9|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function flushCachedGnssLocations(callback: AsyncCallback<boolean>): void;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function flushCachedGnssLocations(callback: AsyncCallback<boolean>): void;<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.flushCachedGnssLocations |@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function flushCachedGnssLocations(): Promise<boolean>;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function flushCachedGnssLocations(): Promise<boolean>;<br>废弃版本:9|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function sendCommand(command: LocationCommand, callback: AsyncCallback<boolean>): void;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function sendCommand(command: LocationCommand, callback: AsyncCallback<boolean>): void;<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.sendCommand |@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:geolocation<br>方法 or 属性:function sendCommand(command: LocationCommand): Promise<boolean>;<br>废弃版本:N/A|ç±»å:geolocation<br>方法 or 属性:function sendCommand(command: LocationCommand): Promise<boolean>;<br>废弃版本:9|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:SatelliteStatusInfo<br>废弃版本:N/A|ç±»å:SatelliteStatusInfo<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.SatelliteStatusInfo |@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:CachedGnssLocationsRequest<br>废弃版本:N/A|ç±»å:CachedGnssLocationsRequest<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.CachedGnssLocationsRequest |@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:GeofenceRequest<br>废弃版本:N/A|ç±»å:GeofenceRequest<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.GeofenceRequest |@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:Geofence<br>废弃版本:N/A|ç±»å:Geofence<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.Geofence |@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:ReverseGeoCodeRequest<br>废弃版本:N/A|ç±»å:ReverseGeoCodeRequest<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.ReverseGeoCodeRequest |@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:GeoCodeRequest<br>废弃版本:N/A|ç±»å:GeoCodeRequest<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.GeoCodeRequest |@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:GeoAddress<br>废弃版本:N/A|ç±»å:GeoAddress<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.GeoAddress |@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:LocationRequest<br>废弃版本:N/A|ç±»å:LocationRequest<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.LocationRequest |@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:CurrentLocationRequest<br>废弃版本:N/A|ç±»å:CurrentLocationRequest<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.CurrentLocationRequest |@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:Location<br>废弃版本:N/A|ç±»å:Location<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.Location |@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:LocationRequestPriority<br>废弃版本:N/A|ç±»å:LocationRequestPriority<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.LocationRequestPriority |@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:LocationRequestScenario<br>废弃版本:N/A|ç±»å:LocationRequestScenario<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.LocationRequestScenario |@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:GeoLocationErrorCode<br>废弃版本:N/A|ç±»å:GeoLocationErrorCode<br>废弃版本:9<br>代替接å£ï¼šN/A|@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:LocationPrivacyType<br>废弃版本:N/A|ç±»å:LocationPrivacyType<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.LocationPrivacyType |@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:LocationCommand<br>废弃版本:N/A|ç±»å:LocationCommand<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.LocationCommand |@ohos.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:GeolocationResponse<br>废弃版本:N/A|ç±»å:GeolocationResponse<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.Location |@system.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:GetLocationOption<br>废弃版本:N/A|ç±»å:GetLocationOption<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.CurrentLocationRequest |@system.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:GetLocationTypeResponse<br>废弃版本:N/A|ç±»å:GetLocationTypeResponse<br>废弃版本:9<br>代替接å£ï¼šN/A|@system.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:GetLocationTypeOption<br>废弃版本:N/A|ç±»å:GetLocationTypeOption<br>废弃版本:9<br>代替接å£ï¼šN/A|@system.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:SubscribeLocationOption<br>废弃版本:N/A|ç±»å:SubscribeLocationOption<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.LocationRequest |@system.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:Geolocation<br>废弃版本:N/A|ç±»å:Geolocation<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager |@system.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:Geolocation<br>方法 or 属性:static getLocation(options?: GetLocationOption): void;<br>废弃版本:N/A|ç±»å:Geolocation<br>方法 or 属性:static getLocation(options?: GetLocationOption): void;<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.getCurrentLocation |@system.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:Geolocation<br>方法 or 属性:static getLocationType(options?: GetLocationTypeOption): void;<br>废弃版本:N/A|ç±»å:Geolocation<br>方法 or 属性:static getLocationType(options?: GetLocationTypeOption): void;<br>废弃版本:9<br>代替接å£ï¼šN/A|@system.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:Geolocation<br>方法 or 属性:static subscribe(options: SubscribeLocationOption): void;<br>废弃版本:N/A|ç±»å:Geolocation<br>方法 or 属性:static subscribe(options: SubscribeLocationOption): void;<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.on|@system.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:Geolocation<br>方法 or 属性:static unsubscribe(): void;<br>废弃版本:N/A|ç±»å:Geolocation<br>方法 or 属性:static unsubscribe(): void;<br>废弃版本:9<br>代替接å£ï¼šohos.geoLocationManager/geoLocationManager.off|@system.geolocation.d.ts| |废弃版本有å˜åŒ–|ç±»å:Geolocation<br>方法 or 属性:static getSupportedCoordTypes(): Array<string>;<br>废弃版本:N/A|ç±»å:Geolocation<br>方法 or 属性:static getSupportedCoordTypes(): Array<string>;<br>废弃版本:9<br>代替接å£ï¼šN/A|@system.geolocation.d.ts| |起始版本有å˜åŒ–|ç±»å:ReverseGeocodingMockInfo<br>方法 or 属性:location: ReverseGeoCodeRequest;<br>起始版本:N/A|ç±»å:ReverseGeocodingMockInfo<br>方法 or 属性:location: ReverseGeoCodeRequest;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:ReverseGeocodingMockInfo<br>方法 or 属性:geoAddress: GeoAddress;<br>起始版本:N/A|ç±»å:ReverseGeocodingMockInfo<br>方法 or 属性:geoAddress: GeoAddress;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:LocationMockConfig<br>方法 or 属性:timeInterval: number;<br>起始版本:N/A|ç±»å:LocationMockConfig<br>方法 or 属性:timeInterval: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:LocationMockConfig<br>方法 or 属性:locations: Array<Location>;<br>起始版本:N/A|ç±»å:LocationMockConfig<br>方法 or 属性:locations: Array<Location>;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:SatelliteStatusInfo<br>方法 or 属性:satellitesNumber: number;<br>起始版本:N/A|ç±»å:SatelliteStatusInfo<br>方法 or 属性:satellitesNumber: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:SatelliteStatusInfo<br>方法 or 属性:satelliteIds: Array<number>;<br>起始版本:N/A|ç±»å:SatelliteStatusInfo<br>方法 or 属性:satelliteIds: Array<number>;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:SatelliteStatusInfo<br>方法 or 属性:carrierToNoiseDensitys: Array<number>;<br>起始版本:N/A|ç±»å:SatelliteStatusInfo<br>方法 or 属性:carrierToNoiseDensitys: Array<number>;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:SatelliteStatusInfo<br>方法 or 属性:altitudes: Array<number>;<br>起始版本:N/A|ç±»å:SatelliteStatusInfo<br>方法 or 属性:altitudes: Array<number>;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:SatelliteStatusInfo<br>方法 or 属性:azimuths: Array<number>;<br>起始版本:N/A|ç±»å:SatelliteStatusInfo<br>方法 or 属性:azimuths: Array<number>;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:SatelliteStatusInfo<br>方法 or 属性:carrierFrequencies: Array<number>;<br>起始版本:N/A|ç±»å:SatelliteStatusInfo<br>方法 or 属性:carrierFrequencies: Array<number>;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:CachedGnssLocationsRequest<br>方法 or 属性:reportingPeriodSec: number;<br>起始版本:N/A|ç±»å:CachedGnssLocationsRequest<br>方法 or 属性:reportingPeriodSec: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:CachedGnssLocationsRequest<br>方法 or 属性:wakeUpCacheQueueFull: boolean;<br>起始版本:N/A|ç±»å:CachedGnssLocationsRequest<br>方法 or 属性:wakeUpCacheQueueFull: boolean;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:GeofenceRequest<br>方法 or 属性:scenario: LocationRequestScenario;<br>起始版本:N/A|ç±»å:GeofenceRequest<br>方法 or 属性:scenario: LocationRequestScenario;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:GeofenceRequest<br>方法 or 属性:geofence: Geofence;<br>起始版本:N/A|ç±»å:GeofenceRequest<br>方法 or 属性:geofence: Geofence;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:Geofence<br>方法 or 属性:latitude: number;<br>起始版本:N/A|ç±»å:Geofence<br>方法 or 属性:latitude: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:Geofence<br>方法 or 属性:longitude: number;<br>起始版本:N/A|ç±»å:Geofence<br>方法 or 属性:longitude: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:Geofence<br>方法 or 属性:radius: number;<br>起始版本:N/A|ç±»å:Geofence<br>方法 or 属性:radius: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:Geofence<br>方法 or 属性:expiration: number;<br>起始版本:N/A|ç±»å:Geofence<br>方法 or 属性:expiration: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:ReverseGeoCodeRequest<br>方法 or 属性:locale?: string;<br>起始版本:N/A|ç±»å:ReverseGeoCodeRequest<br>方法 or 属性:locale?: string;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:ReverseGeoCodeRequest<br>方法 or 属性:latitude: number;<br>起始版本:N/A|ç±»å:ReverseGeoCodeRequest<br>方法 or 属性:latitude: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:ReverseGeoCodeRequest<br>方法 or 属性:longitude: number;<br>起始版本:N/A|ç±»å:ReverseGeoCodeRequest<br>方法 or 属性:longitude: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:ReverseGeoCodeRequest<br>方法 or 属性:maxItems?: number;<br>起始版本:N/A|ç±»å:ReverseGeoCodeRequest<br>方法 or 属性:maxItems?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:GeoCodeRequest<br>方法 or 属性:locale?: string;<br>起始版本:N/A|ç±»å:GeoCodeRequest<br>方法 or 属性:locale?: string;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:GeoCodeRequest<br>方法 or 属性:description: string;<br>起始版本:N/A|ç±»å:GeoCodeRequest<br>方法 or 属性:description: string;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:GeoCodeRequest<br>方法 or 属性:maxItems?: number;<br>起始版本:N/A|ç±»å:GeoCodeRequest<br>方法 or 属性:maxItems?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:GeoCodeRequest<br>方法 or 属性:minLatitude?: number;<br>起始版本:N/A|ç±»å:GeoCodeRequest<br>方法 or 属性:minLatitude?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:GeoCodeRequest<br>方法 or 属性:minLongitude?: number;<br>起始版本:N/A|ç±»å:GeoCodeRequest<br>方法 or 属性:minLongitude?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:GeoCodeRequest<br>方法 or 属性:maxLatitude?: number;<br>起始版本:N/A|ç±»å:GeoCodeRequest<br>方法 or 属性:maxLatitude?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:GeoCodeRequest<br>方法 or 属性:maxLongitude?: number;<br>起始版本:N/A|ç±»å:GeoCodeRequest<br>方法 or 属性:maxLongitude?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:LocationRequest<br>方法 or 属性:priority?: LocationRequestPriority;<br>起始版本:N/A|ç±»å:LocationRequest<br>方法 or 属性:priority?: LocationRequestPriority;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:LocationRequest<br>方法 or 属性:scenario?: LocationRequestScenario;<br>起始版本:N/A|ç±»å:LocationRequest<br>方法 or 属性:scenario?: LocationRequestScenario;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:LocationRequest<br>方法 or 属性:timeInterval?: number;<br>起始版本:N/A|ç±»å:LocationRequest<br>方法 or 属性:timeInterval?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:LocationRequest<br>方法 or 属性:distanceInterval?: number;<br>起始版本:N/A|ç±»å:LocationRequest<br>方法 or 属性:distanceInterval?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:LocationRequest<br>方法 or 属性:maxAccuracy?: number;<br>起始版本:N/A|ç±»å:LocationRequest<br>方法 or 属性:maxAccuracy?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:CurrentLocationRequest<br>方法 or 属性:priority?: LocationRequestPriority;<br>起始版本:N/A|ç±»å:CurrentLocationRequest<br>方法 or 属性:priority?: LocationRequestPriority;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:CurrentLocationRequest<br>方法 or 属性:scenario?: LocationRequestScenario;<br>起始版本:N/A|ç±»å:CurrentLocationRequest<br>方法 or 属性:scenario?: LocationRequestScenario;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:CurrentLocationRequest<br>方法 or 属性:maxAccuracy?: number;<br>起始版本:N/A|ç±»å:CurrentLocationRequest<br>方法 or 属性:maxAccuracy?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:CurrentLocationRequest<br>方法 or 属性:timeoutMs?: number;<br>起始版本:N/A|ç±»å:CurrentLocationRequest<br>方法 or 属性:timeoutMs?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:LocationRequestPriority<br>方法 or 属性:UNSET = 0x200<br>起始版本:N/A|ç±»å:LocationRequestPriority<br>方法 or 属性:UNSET = 0x200<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:LocationRequestPriority<br>方法 or 属性:ACCURACY<br>起始版本:N/A|ç±»å:LocationRequestPriority<br>方法 or 属性:ACCURACY<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:LocationRequestPriority<br>方法 or 属性:LOW_POWER<br>起始版本:N/A|ç±»å:LocationRequestPriority<br>方法 or 属性:LOW_POWER<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:LocationRequestPriority<br>方法 or 属性:FIRST_FIX<br>起始版本:N/A|ç±»å:LocationRequestPriority<br>方法 or 属性:FIRST_FIX<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:LocationRequestScenario<br>方法 or 属性:UNSET = 0x300<br>起始版本:N/A|ç±»å:LocationRequestScenario<br>方法 or 属性:UNSET = 0x300<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:LocationRequestScenario<br>方法 or 属性:NAVIGATION<br>起始版本:N/A|ç±»å:LocationRequestScenario<br>方法 or 属性:NAVIGATION<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:LocationRequestScenario<br>方法 or 属性:TRAJECTORY_TRACKING<br>起始版本:N/A|ç±»å:LocationRequestScenario<br>方法 or 属性:TRAJECTORY_TRACKING<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:LocationRequestScenario<br>方法 or 属性:CAR_HAILING<br>起始版本:N/A|ç±»å:LocationRequestScenario<br>方法 or 属性:CAR_HAILING<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:LocationRequestScenario<br>方法 or 属性:DAILY_LIFE_SERVICE<br>起始版本:N/A|ç±»å:LocationRequestScenario<br>方法 or 属性:DAILY_LIFE_SERVICE<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:LocationRequestScenario<br>方法 or 属性:NO_POWER<br>起始版本:N/A|ç±»å:LocationRequestScenario<br>方法 or 属性:NO_POWER<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:LocationPrivacyType<br>方法 or 属性:OTHERS = 0<br>起始版本:N/A|ç±»å:LocationPrivacyType<br>方法 or 属性:OTHERS = 0<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:LocationPrivacyType<br>方法 or 属性:STARTUP<br>起始版本:N/A|ç±»å:LocationPrivacyType<br>方法 or 属性:STARTUP<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:LocationPrivacyType<br>方法 or 属性:CORE_LOCATION<br>起始版本:N/A|ç±»å:LocationPrivacyType<br>方法 or 属性:CORE_LOCATION<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:LocationCommand<br>方法 or 属性:scenario: LocationRequestScenario;<br>起始版本:N/A|ç±»å:LocationCommand<br>方法 or 属性:scenario: LocationRequestScenario;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:LocationCommand<br>方法 or 属性:command: string;<br>起始版本:N/A|ç±»å:LocationCommand<br>方法 or 属性:command: string;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:CountryCode<br>方法 or 属性:country: string;<br>起始版本:N/A|ç±»å:CountryCode<br>方法 or 属性:country: string;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:CountryCode<br>方法 or 属性:type: CountryCodeType;<br>起始版本:N/A|ç±»å:CountryCode<br>方法 or 属性:type: CountryCodeType;<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:CountryCodeType<br>方法 or 属性:COUNTRY_CODE_FROM_LOCALE = 1<br>起始版本:N/A|ç±»å:CountryCodeType<br>方法 or 属性:COUNTRY_CODE_FROM_LOCALE = 1<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:CountryCodeType<br>方法 or 属性:COUNTRY_CODE_FROM_SIM<br>起始版本:N/A|ç±»å:CountryCodeType<br>方法 or 属性:COUNTRY_CODE_FROM_SIM<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:CountryCodeType<br>方法 or 属性:COUNTRY_CODE_FROM_LOCATION<br>起始版本:N/A|ç±»å:CountryCodeType<br>方法 or 属性:COUNTRY_CODE_FROM_LOCATION<br>起始版本:9|@ohos.geoLocationManager.d.ts| |起始版本有å˜åŒ–|ç±»å:CountryCodeType<br>方法 or 属性:COUNTRY_CODE_FROM_NETWORK<br>起始版本:N/A|ç±»å:CountryCodeType<br>方法 or 属性:COUNTRY_CODE_FROM_NETWORK<br>起始版本:9|@ohos.geoLocationManager.d.ts| |新增(错误ç )|NA|ç±»å:geoLocationManager<br>方法 or 属性:function enableLocation(): Promise<void>;<br>错误ç 内容:201,202,801,3301000|@ohos.geoLocationManager.d.ts| |新增(错误ç )|NA|ç±»å:geoLocationManager<br>方法 or 属性:function getCountryCode(): Promise<CountryCode>;<br>错误ç 内容:801,3301000,3301500|@ohos.geoLocationManager.d.ts| |访问级别有å˜åŒ–|ç±»å:ReverseGeocodingMockInfo<br>方法 or 属性:location: ReverseGeoCodeRequest;<br>访问级别:公开API|ç±»å:ReverseGeocodingMockInfo<br>方法 or 属性:location: ReverseGeoCodeRequest;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts| |访问级别有å˜åŒ–|ç±»å:ReverseGeocodingMockInfo<br>方法 or 属性:geoAddress: GeoAddress;<br>访问级别:公开API|ç±»å:ReverseGeocodingMockInfo<br>方法 or 属性:geoAddress: GeoAddress;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts| |访问级别有å˜åŒ–|ç±»å:LocationMockConfig<br>方法 or 属性:timeInterval: number;<br>访问级别:公开API|ç±»å:LocationMockConfig<br>方法 or 属性:timeInterval: number;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts| |访问级别有å˜åŒ–|ç±»å:LocationMockConfig<br>方法 or 属性:locations: Array<Location>;<br>访问级别:公开API|ç±»å:LocationMockConfig<br>方法 or 属性:locations: Array<Location>;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts| |访问级别有å˜åŒ–|ç±»å:GeoAddress<br>方法 or 属性:isFromMock?: Boolean;<br>访问级别:公开API|ç±»å:GeoAddress<br>方法 or 属性:isFromMock?: Boolean;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts| |访问级别有å˜åŒ–|ç±»å:Location<br>方法 or 属性:isFromMock?: Boolean;<br>访问级别:公开API|ç±»å:Location<br>方法 or 属性:isFromMock?: Boolean;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts| |访问级别有å˜åŒ–|ç±»å:LocationPrivacyType<br>访问级别:公开API|ç±»å:LocationPrivacyType<br>访问级别:系统API|@ohos.geoLocationManager.d.ts| |访问级别有å˜åŒ–|ç±»å:LocationPrivacyType<br>方法 or 属性:OTHERS = 0<br>访问级别:公开API|ç±»å:LocationPrivacyType<br>方法 or 属性:OTHERS = 0<br>访问级别:系统API|@ohos.geoLocationManager.d.ts| |访问级别有å˜åŒ–|ç±»å:LocationPrivacyType<br>方法 or 属性:STARTUP<br>访问级别:公开API|ç±»å:LocationPrivacyType<br>方法 or 属性:STARTUP<br>访问级别:系统API|@ohos.geoLocationManager.d.ts| |访问级别有å˜åŒ–|ç±»å:LocationPrivacyType<br>方法 or 属性:CORE_LOCATION<br>访问级别:公开API|ç±»å:LocationPrivacyType<br>方法 or 属性:CORE_LOCATION<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|