• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1| 操作 | 旧版本 | 新版本 | d.ts文件 |
2| ---- | ------ | ------ | -------- |
3|新增|NA|类名:geoLocationManager<br>方法or属性:function on(type: 'locationChange', request: LocationRequest, callback: Callback<Location>): void;|@ohos.geoLocationManager.d.ts|
4|新增|NA|类名:geoLocationManager<br>方法or属性:function off(type: 'locationChange', callback?: Callback<Location>): void;|@ohos.geoLocationManager.d.ts|
5|新增|NA|类名:geoLocationManager<br>方法or属性:function on(type: 'locationEnabledChange', callback: Callback<boolean>): void;|@ohos.geoLocationManager.d.ts|
6|新增|NA|类名:geoLocationManager<br>方法or属性:function off(type: 'locationEnabledChange', callback?: Callback<boolean>): void;|@ohos.geoLocationManager.d.ts|
7|新增|NA|类名:geoLocationManager<br>方法or属性:function on(type: 'cachedGnssLocationsChange', request: CachedGnssLocationsRequest, callback: Callback<Array<Location>>): void;|@ohos.geoLocationManager.d.ts|
8|新增|NA|类名:geoLocationManager<br>方法or属性:function off(type: 'cachedGnssLocationsChange', callback?: Callback<Array<Location>>): void;|@ohos.geoLocationManager.d.ts|
9|新增|NA|类名:geoLocationManager<br>方法or属性:function on(type: 'satelliteStatusChange', callback: Callback<SatelliteStatusInfo>): void;|@ohos.geoLocationManager.d.ts|
10|新增|NA|类名:geoLocationManager<br>方法or属性:function off(type: 'satelliteStatusChange', callback?: Callback<SatelliteStatusInfo>): void;|@ohos.geoLocationManager.d.ts|
11|新增|NA|类名:geoLocationManager<br>方法or属性:function on(type: 'nmeaMessage', callback: Callback<string>): void;|@ohos.geoLocationManager.d.ts|
12|新增|NA|类名:geoLocationManager<br>方法or属性:function off(type: 'nmeaMessage', callback?: Callback<string>): void;|@ohos.geoLocationManager.d.ts|
13|新增|NA|类名:geoLocationManager<br>方法or属性:function on(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): void;|@ohos.geoLocationManager.d.ts|
14|新增|NA|类名:geoLocationManager<br>方法or属性:function off(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): void;|@ohos.geoLocationManager.d.ts|
15|新增|NA|类名:geoLocationManager<br>方法or属性:function getCurrentLocation(request: CurrentLocationRequest, callback: AsyncCallback<Location>): void;|@ohos.geoLocationManager.d.ts|
16|新增|NA|类名:geoLocationManager<br>方法or属性:function getCurrentLocation(callback: AsyncCallback<Location>): void;|@ohos.geoLocationManager.d.ts|
17|新增|NA|类名:geoLocationManager<br>方法or属性:function getCurrentLocation(request?: CurrentLocationRequest): Promise<Location>;|@ohos.geoLocationManager.d.ts|
18|新增|NA|类名:geoLocationManager<br>方法or属性:function getLastLocation(): Location;|@ohos.geoLocationManager.d.ts|
19|新增|NA|类名:geoLocationManager<br>方法or属性:function isLocationEnabled(): boolean;|@ohos.geoLocationManager.d.ts|
20|新增|NA|类名:geoLocationManager<br>方法or属性:function disableLocation(): void;|@ohos.geoLocationManager.d.ts|
21|新增|NA|类名:geoLocationManager<br>方法or属性:function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;|@ohos.geoLocationManager.d.ts|
22|新增|NA|类名:geoLocationManager<br>方法or属性:function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise<Array<GeoAddress>>;|@ohos.geoLocationManager.d.ts|
23|新增|NA|类名:geoLocationManager<br>方法or属性:function getAddressesFromLocationName(request: GeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;|@ohos.geoLocationManager.d.ts|
24|新增|NA|类名:geoLocationManager<br>方法or属性:function getAddressesFromLocationName(request: GeoCodeRequest): Promise<Array<GeoAddress>>;|@ohos.geoLocationManager.d.ts|
25|新增|NA|类名:geoLocationManager<br>方法or属性:function isGeocoderAvailable(): boolean;|@ohos.geoLocationManager.d.ts|
26|新增|NA|类名:geoLocationManager<br>方法or属性:function getCachedGnssLocationsSize(callback: AsyncCallback<number>): void;|@ohos.geoLocationManager.d.ts|
27|新增|NA|类名:geoLocationManager<br>方法or属性:function getCachedGnssLocationsSize(): Promise<number>;|@ohos.geoLocationManager.d.ts|
28|新增|NA|类名:geoLocationManager<br>方法or属性:function flushCachedGnssLocations(callback: AsyncCallback<void>): void;|@ohos.geoLocationManager.d.ts|
29|新增|NA|类名:geoLocationManager<br>方法or属性:function flushCachedGnssLocations(): Promise<void>;|@ohos.geoLocationManager.d.ts|
30|新增|NA|类名:geoLocationManager<br>方法or属性:function sendCommand(command: LocationCommand, callback: AsyncCallback<void>): void;|@ohos.geoLocationManager.d.ts|
31|新增|NA|类名:geoLocationManager<br>方法or属性:function sendCommand(command: LocationCommand): Promise<void>;|@ohos.geoLocationManager.d.ts|
32|新增|NA|类名:geoLocationManager<br>方法or属性:function enableLocationMock(): void;|@ohos.geoLocationManager.d.ts|
33|新增|NA|类名:geoLocationManager<br>方法or属性:function disableLocationMock(): void;|@ohos.geoLocationManager.d.ts|
34|新增|NA|类名:geoLocationManager<br>方法or属性:function setMockedLocations(config: LocationMockConfig): void;|@ohos.geoLocationManager.d.ts|
35|新增|NA|类名:geoLocationManager<br>方法or属性:function enableReverseGeocodingMock(): void;|@ohos.geoLocationManager.d.ts|
36|新增|NA|类名:geoLocationManager<br>方法or属性:function disableReverseGeocodingMock(): void;|@ohos.geoLocationManager.d.ts|
37|新增|NA|类名:geoLocationManager<br>方法or属性:function setReverseGeocodingMockInfo(mockInfos: Array<ReverseGeocodingMockInfo>): void;|@ohos.geoLocationManager.d.ts|
38|新增|NA|类名:geoLocationManager<br>方法or属性:function isLocationPrivacyConfirmed(type: LocationPrivacyType): boolean;|@ohos.geoLocationManager.d.ts|
39|新增|NA|类名:geoLocationManager<br>方法or属性:function setLocationPrivacyConfirmStatus(type: LocationPrivacyType, isConfirmed: boolean): void;|@ohos.geoLocationManager.d.ts|
40|删除|模块名:ohos.geolocation<br>类名:geolocation<br>方法 or 属性:function enableLocation(callback: AsyncCallback<boolean>): void;|NA|@ohos.geolocation.d.ts|
41|删除|模块名:ohos.geolocation<br>类名:geolocation<br>方法 or 属性:function enableLocation(): Promise<boolean>;|NA|@ohos.geolocation.d.ts|
42|删除|模块名:ohos.geolocation<br>类名:geolocation<br>方法 or 属性:function disableLocation(callback: AsyncCallback<boolean>): void;|NA|@ohos.geolocation.d.ts|
43|删除|模块名:ohos.geolocation<br>类名:geolocation<br>方法 or 属性:function disableLocation(): Promise<boolean>;|NA|@ohos.geolocation.d.ts|
44|删除|模块名:ohos.geoLocationManager<br>类名:GeofenceRequest<br>方法 or 属性:priority: LocationRequestPriority;|NA|@ohos.geoLocationManager.d.ts|
45|访问级别有变化|类名:ReverseGeocodingMockInfo<br>方法 or 属性:location: ReverseGeoCodeRequest;<br>访问级别:公开API|类名:ReverseGeocodingMockInfo<br>方法 or 属性:location: ReverseGeoCodeRequest;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
46|访问级别有变化|类名:ReverseGeocodingMockInfo<br>方法 or 属性:geoAddress: GeoAddress;<br>访问级别:公开API|类名:ReverseGeocodingMockInfo<br>方法 or 属性:geoAddress: GeoAddress;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
47|访问级别有变化|类名:LocationMockConfig<br>方法 or 属性:timeInterval: number;<br>访问级别:公开API|类名:LocationMockConfig<br>方法 or 属性:timeInterval: number;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
48|访问级别有变化|类名:LocationMockConfig<br>方法 or 属性:locations: Array<Location>;<br>访问级别:公开API|类名:LocationMockConfig<br>方法 or 属性:locations: Array<Location>;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
49|访问级别有变化|类名:GeoAddress<br>方法 or 属性:isFromMock?: Boolean;<br>访问级别:公开API|类名:GeoAddress<br>方法 or 属性:isFromMock?: Boolean;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
50|访问级别有变化|类名:Location<br>方法 or 属性:isFromMock?: Boolean;<br>访问级别:公开API|类名:Location<br>方法 or 属性:isFromMock?: Boolean;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
51|访问级别有变化|类名:LocationPrivacyType<br>访问级别:公开API|类名:LocationPrivacyType<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
52|访问级别有变化|类名:LocationPrivacyType<br>方法 or 属性:OTHERS = 0<br>访问级别:公开API|类名:LocationPrivacyType<br>方法 or 属性:OTHERS = 0<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
53|访问级别有变化|类名:LocationPrivacyType<br>方法 or 属性:STARTUP<br>访问级别:公开API|类名:LocationPrivacyType<br>方法 or 属性:STARTUP<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
54|访问级别有变化|类名:LocationPrivacyType<br>方法 or 属性:CORE_LOCATION<br>访问级别:公开API|类名:LocationPrivacyType<br>方法 or 属性:CORE_LOCATION<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
55|废弃版本有变化|类名:geolocation<br>废弃版本:N/A|类名:geolocation<br>废弃版本:9<br>代替接口:N/A|@ohos.geolocation.d.ts|
56|废弃版本有变化|类名: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|
57|废弃版本有变化|类名: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|
58|废弃版本有变化|类名: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|
59|废弃版本有变化|类名: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|
60|废弃版本有变化|类名: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|
61|废弃版本有变化|类名: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|
62|废弃版本有变化|类名: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|
63|废弃版本有变化|类名: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|
64|废弃版本有变化|类名: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|
65|废弃版本有变化|类名: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|
66|废弃版本有变化|类名: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|
67|废弃版本有变化|类名: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|
68|废弃版本有变化|类名: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|
69|废弃版本有变化|类名: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|
70|废弃版本有变化|类名: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|
71|废弃版本有变化|类名: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|
72|废弃版本有变化|类名:geolocation<br>方法 or 属性:function getLastLocation(): Promise<Location>;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function getLastLocation(): Promise<Location>;<br>废弃版本:9|@ohos.geolocation.d.ts|
73|废弃版本有变化|类名: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|
74|废弃版本有变化|类名:geolocation<br>方法 or 属性:function isLocationEnabled(): Promise<boolean>;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function isLocationEnabled(): Promise<boolean>;<br>废弃版本:9|@ohos.geolocation.d.ts|
75|废弃版本有变化|类名: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|
76|废弃版本有变化|类名:geolocation<br>方法 or 属性:function requestEnableLocation(): Promise<boolean>;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function requestEnableLocation(): Promise<boolean>;<br>废弃版本:9|@ohos.geolocation.d.ts|
77|废弃版本有变化|类名: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|
78|废弃版本有变化|类名: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|
79|废弃版本有变化|类名: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|
80|废弃版本有变化|类名: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|
81|废弃版本有变化|类名: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|
82|废弃版本有变化|类名:geolocation<br>方法 or 属性:function isGeoServiceAvailable(): Promise<boolean>;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function isGeoServiceAvailable(): Promise<boolean>;<br>废弃版本:9|@ohos.geolocation.d.ts|
83|废弃版本有变化|类名: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|
84|废弃版本有变化|类名:geolocation<br>方法 or 属性:function getCachedGnssLocationsSize(): Promise<number>;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function getCachedGnssLocationsSize(): Promise<number>;<br>废弃版本:9|@ohos.geolocation.d.ts|
85|废弃版本有变化|类名: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|
86|废弃版本有变化|类名:geolocation<br>方法 or 属性:function flushCachedGnssLocations(): Promise<boolean>;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:function flushCachedGnssLocations(): Promise<boolean>;<br>废弃版本:9|@ohos.geolocation.d.ts|
87|废弃版本有变化|类名: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|
88|废弃版本有变化|类名: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|
89|废弃版本有变化|类名:SatelliteStatusInfo<br>废弃版本:N/A|类名:SatelliteStatusInfo<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.SatelliteStatusInfo     |@ohos.geolocation.d.ts|
90|废弃版本有变化|类名:CachedGnssLocationsRequest<br>废弃版本:N/A|类名:CachedGnssLocationsRequest<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.CachedGnssLocationsRequest     |@ohos.geolocation.d.ts|
91|废弃版本有变化|类名:GeofenceRequest<br>废弃版本:N/A|类名:GeofenceRequest<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.GeofenceRequest     |@ohos.geolocation.d.ts|
92|废弃版本有变化|类名:Geofence<br>废弃版本:N/A|类名:Geofence<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.Geofence     |@ohos.geolocation.d.ts|
93|废弃版本有变化|类名:ReverseGeoCodeRequest<br>废弃版本:N/A|类名:ReverseGeoCodeRequest<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.ReverseGeoCodeRequest     |@ohos.geolocation.d.ts|
94|废弃版本有变化|类名:GeoCodeRequest<br>废弃版本:N/A|类名:GeoCodeRequest<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.GeoCodeRequest     |@ohos.geolocation.d.ts|
95|废弃版本有变化|类名:GeoAddress<br>废弃版本:N/A|类名:GeoAddress<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.GeoAddress     |@ohos.geolocation.d.ts|
96|废弃版本有变化|类名:LocationRequest<br>废弃版本:N/A|类名:LocationRequest<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.LocationRequest     |@ohos.geolocation.d.ts|
97|废弃版本有变化|类名:CurrentLocationRequest<br>废弃版本:N/A|类名:CurrentLocationRequest<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest     |@ohos.geolocation.d.ts|
98|废弃版本有变化|类名:Location<br>废弃版本:N/A|类名:Location<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.Location     |@ohos.geolocation.d.ts|
99|废弃版本有变化|类名:LocationRequestPriority<br>废弃版本:N/A|类名:LocationRequestPriority<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.LocationRequestPriority     |@ohos.geolocation.d.ts|
100|废弃版本有变化|类名:LocationRequestScenario<br>废弃版本:N/A|类名:LocationRequestScenario<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.LocationRequestScenario     |@ohos.geolocation.d.ts|
101|废弃版本有变化|类名:GeoLocationErrorCode<br>废弃版本:N/A|类名:GeoLocationErrorCode<br>废弃版本:9<br>代替接口:N/A|@ohos.geolocation.d.ts|
102|废弃版本有变化|类名:LocationPrivacyType<br>废弃版本:N/A|类名:LocationPrivacyType<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.LocationPrivacyType     |@ohos.geolocation.d.ts|
103|废弃版本有变化|类名:LocationCommand<br>废弃版本:N/A|类名:LocationCommand<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.LocationCommand     |@ohos.geolocation.d.ts|
104|废弃版本有变化|类名:GeolocationResponse<br>废弃版本:N/A|类名:GeolocationResponse<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.Location |@system.geolocation.d.ts|
105|废弃版本有变化|类名:GetLocationOption<br>废弃版本:N/A|类名:GetLocationOption<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest |@system.geolocation.d.ts|
106|废弃版本有变化|类名:GetLocationTypeResponse<br>废弃版本:N/A|类名:GetLocationTypeResponse<br>废弃版本:9<br>代替接口:N/A|@system.geolocation.d.ts|
107|废弃版本有变化|类名:GetLocationTypeOption<br>废弃版本:N/A|类名:GetLocationTypeOption<br>废弃版本:9<br>代替接口:N/A|@system.geolocation.d.ts|
108|废弃版本有变化|类名:SubscribeLocationOption<br>废弃版本:N/A|类名:SubscribeLocationOption<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.LocationRequest |@system.geolocation.d.ts|
109|废弃版本有变化|类名:Geolocation<br>废弃版本:N/A|类名:Geolocation<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager |@system.geolocation.d.ts|
110|废弃版本有变化|类名: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|
111|废弃版本有变化|类名: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|
112|废弃版本有变化|类名: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|
113|废弃版本有变化|类名: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|
114|废弃版本有变化|类名: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|
115|起始版本有变化|类名:ReverseGeocodingMockInfo<br>方法 or 属性:location: ReverseGeoCodeRequest;<br>起始版本:N/A|类名:ReverseGeocodingMockInfo<br>方法 or 属性:location: ReverseGeoCodeRequest;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
116|起始版本有变化|类名:ReverseGeocodingMockInfo<br>方法 or 属性:geoAddress: GeoAddress;<br>起始版本:N/A|类名:ReverseGeocodingMockInfo<br>方法 or 属性:geoAddress: GeoAddress;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
117|起始版本有变化|类名:LocationMockConfig<br>方法 or 属性:timeInterval: number;<br>起始版本:N/A|类名:LocationMockConfig<br>方法 or 属性:timeInterval: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
118|起始版本有变化|类名:LocationMockConfig<br>方法 or 属性:locations: Array<Location>;<br>起始版本:N/A|类名:LocationMockConfig<br>方法 or 属性:locations: Array<Location>;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
119|起始版本有变化|类名:SatelliteStatusInfo<br>方法 or 属性:satellitesNumber: number;<br>起始版本:N/A|类名:SatelliteStatusInfo<br>方法 or 属性:satellitesNumber: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
120|起始版本有变化|类名:SatelliteStatusInfo<br>方法 or 属性:satelliteIds: Array<number>;<br>起始版本:N/A|类名:SatelliteStatusInfo<br>方法 or 属性:satelliteIds: Array<number>;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
121|起始版本有变化|类名:SatelliteStatusInfo<br>方法 or 属性:carrierToNoiseDensitys: Array<number>;<br>起始版本:N/A|类名:SatelliteStatusInfo<br>方法 or 属性:carrierToNoiseDensitys: Array<number>;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
122|起始版本有变化|类名:SatelliteStatusInfo<br>方法 or 属性:altitudes: Array<number>;<br>起始版本:N/A|类名:SatelliteStatusInfo<br>方法 or 属性:altitudes: Array<number>;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
123|起始版本有变化|类名:SatelliteStatusInfo<br>方法 or 属性:azimuths: Array<number>;<br>起始版本:N/A|类名:SatelliteStatusInfo<br>方法 or 属性:azimuths: Array<number>;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
124|起始版本有变化|类名:SatelliteStatusInfo<br>方法 or 属性:carrierFrequencies: Array<number>;<br>起始版本:N/A|类名:SatelliteStatusInfo<br>方法 or 属性:carrierFrequencies: Array<number>;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
125|起始版本有变化|类名:CachedGnssLocationsRequest<br>方法 or 属性:reportingPeriodSec: number;<br>起始版本:N/A|类名:CachedGnssLocationsRequest<br>方法 or 属性:reportingPeriodSec: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
126|起始版本有变化|类名:CachedGnssLocationsRequest<br>方法 or 属性:wakeUpCacheQueueFull: boolean;<br>起始版本:N/A|类名:CachedGnssLocationsRequest<br>方法 or 属性:wakeUpCacheQueueFull: boolean;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
127|起始版本有变化|类名:GeofenceRequest<br>方法 or 属性:scenario: LocationRequestScenario;<br>起始版本:N/A|类名:GeofenceRequest<br>方法 or 属性:scenario: LocationRequestScenario;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
128|起始版本有变化|类名:GeofenceRequest<br>方法 or 属性:geofence: Geofence;<br>起始版本:N/A|类名:GeofenceRequest<br>方法 or 属性:geofence: Geofence;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
129|起始版本有变化|类名:Geofence<br>方法 or 属性:latitude: number;<br>起始版本:N/A|类名:Geofence<br>方法 or 属性:latitude: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
130|起始版本有变化|类名:Geofence<br>方法 or 属性:longitude: number;<br>起始版本:N/A|类名:Geofence<br>方法 or 属性:longitude: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
131|起始版本有变化|类名:Geofence<br>方法 or 属性:radius: number;<br>起始版本:N/A|类名:Geofence<br>方法 or 属性:radius: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
132|起始版本有变化|类名:Geofence<br>方法 or 属性:expiration: number;<br>起始版本:N/A|类名:Geofence<br>方法 or 属性:expiration: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
133|起始版本有变化|类名:ReverseGeoCodeRequest<br>方法 or 属性:locale?: string;<br>起始版本:N/A|类名:ReverseGeoCodeRequest<br>方法 or 属性:locale?: string;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
134|起始版本有变化|类名:ReverseGeoCodeRequest<br>方法 or 属性:latitude: number;<br>起始版本:N/A|类名:ReverseGeoCodeRequest<br>方法 or 属性:latitude: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
135|起始版本有变化|类名:ReverseGeoCodeRequest<br>方法 or 属性:longitude: number;<br>起始版本:N/A|类名:ReverseGeoCodeRequest<br>方法 or 属性:longitude: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
136|起始版本有变化|类名:ReverseGeoCodeRequest<br>方法 or 属性:maxItems?: number;<br>起始版本:N/A|类名:ReverseGeoCodeRequest<br>方法 or 属性:maxItems?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
137|起始版本有变化|类名:GeoCodeRequest<br>方法 or 属性:locale?: string;<br>起始版本:N/A|类名:GeoCodeRequest<br>方法 or 属性:locale?: string;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
138|起始版本有变化|类名:GeoCodeRequest<br>方法 or 属性:description: string;<br>起始版本:N/A|类名:GeoCodeRequest<br>方法 or 属性:description: string;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
139|起始版本有变化|类名:GeoCodeRequest<br>方法 or 属性:maxItems?: number;<br>起始版本:N/A|类名:GeoCodeRequest<br>方法 or 属性:maxItems?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
140|起始版本有变化|类名:GeoCodeRequest<br>方法 or 属性:minLatitude?: number;<br>起始版本:N/A|类名:GeoCodeRequest<br>方法 or 属性:minLatitude?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
141|起始版本有变化|类名:GeoCodeRequest<br>方法 or 属性:minLongitude?: number;<br>起始版本:N/A|类名:GeoCodeRequest<br>方法 or 属性:minLongitude?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
142|起始版本有变化|类名:GeoCodeRequest<br>方法 or 属性:maxLatitude?: number;<br>起始版本:N/A|类名:GeoCodeRequest<br>方法 or 属性:maxLatitude?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
143|起始版本有变化|类名:GeoCodeRequest<br>方法 or 属性:maxLongitude?: number;<br>起始版本:N/A|类名:GeoCodeRequest<br>方法 or 属性:maxLongitude?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
144|起始版本有变化|类名:LocationRequest<br>方法 or 属性:priority?: LocationRequestPriority;<br>起始版本:N/A|类名:LocationRequest<br>方法 or 属性:priority?: LocationRequestPriority;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
145|起始版本有变化|类名:LocationRequest<br>方法 or 属性:scenario?: LocationRequestScenario;<br>起始版本:N/A|类名:LocationRequest<br>方法 or 属性:scenario?: LocationRequestScenario;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
146|起始版本有变化|类名:LocationRequest<br>方法 or 属性:timeInterval?: number;<br>起始版本:N/A|类名:LocationRequest<br>方法 or 属性:timeInterval?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
147|起始版本有变化|类名:LocationRequest<br>方法 or 属性:distanceInterval?: number;<br>起始版本:N/A|类名:LocationRequest<br>方法 or 属性:distanceInterval?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
148|起始版本有变化|类名:LocationRequest<br>方法 or 属性:maxAccuracy?: number;<br>起始版本:N/A|类名:LocationRequest<br>方法 or 属性:maxAccuracy?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
149|起始版本有变化|类名:CurrentLocationRequest<br>方法 or 属性:priority?: LocationRequestPriority;<br>起始版本:N/A|类名:CurrentLocationRequest<br>方法 or 属性:priority?: LocationRequestPriority;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
150|起始版本有变化|类名:CurrentLocationRequest<br>方法 or 属性:scenario?: LocationRequestScenario;<br>起始版本:N/A|类名:CurrentLocationRequest<br>方法 or 属性:scenario?: LocationRequestScenario;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
151|起始版本有变化|类名:CurrentLocationRequest<br>方法 or 属性:maxAccuracy?: number;<br>起始版本:N/A|类名:CurrentLocationRequest<br>方法 or 属性:maxAccuracy?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
152|起始版本有变化|类名:CurrentLocationRequest<br>方法 or 属性:timeoutMs?: number;<br>起始版本:N/A|类名:CurrentLocationRequest<br>方法 or 属性:timeoutMs?: number;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
153|起始版本有变化|类名:LocationRequestPriority<br>方法 or 属性:UNSET = 0x200<br>起始版本:N/A|类名:LocationRequestPriority<br>方法 or 属性:UNSET = 0x200<br>起始版本:9|@ohos.geoLocationManager.d.ts|
154|起始版本有变化|类名:LocationRequestPriority<br>方法 or 属性:ACCURACY<br>起始版本:N/A|类名:LocationRequestPriority<br>方法 or 属性:ACCURACY<br>起始版本:9|@ohos.geoLocationManager.d.ts|
155|起始版本有变化|类名:LocationRequestPriority<br>方法 or 属性:LOW_POWER<br>起始版本:N/A|类名:LocationRequestPriority<br>方法 or 属性:LOW_POWER<br>起始版本:9|@ohos.geoLocationManager.d.ts|
156|起始版本有变化|类名:LocationRequestPriority<br>方法 or 属性:FIRST_FIX<br>起始版本:N/A|类名:LocationRequestPriority<br>方法 or 属性:FIRST_FIX<br>起始版本:9|@ohos.geoLocationManager.d.ts|
157|起始版本有变化|类名:LocationRequestScenario<br>方法 or 属性:UNSET = 0x300<br>起始版本:N/A|类名:LocationRequestScenario<br>方法 or 属性:UNSET = 0x300<br>起始版本:9|@ohos.geoLocationManager.d.ts|
158|起始版本有变化|类名:LocationRequestScenario<br>方法 or 属性:NAVIGATION<br>起始版本:N/A|类名:LocationRequestScenario<br>方法 or 属性:NAVIGATION<br>起始版本:9|@ohos.geoLocationManager.d.ts|
159|起始版本有变化|类名:LocationRequestScenario<br>方法 or 属性:TRAJECTORY_TRACKING<br>起始版本:N/A|类名:LocationRequestScenario<br>方法 or 属性:TRAJECTORY_TRACKING<br>起始版本:9|@ohos.geoLocationManager.d.ts|
160|起始版本有变化|类名:LocationRequestScenario<br>方法 or 属性:CAR_HAILING<br>起始版本:N/A|类名:LocationRequestScenario<br>方法 or 属性:CAR_HAILING<br>起始版本:9|@ohos.geoLocationManager.d.ts|
161|起始版本有变化|类名:LocationRequestScenario<br>方法 or 属性:DAILY_LIFE_SERVICE<br>起始版本:N/A|类名:LocationRequestScenario<br>方法 or 属性:DAILY_LIFE_SERVICE<br>起始版本:9|@ohos.geoLocationManager.d.ts|
162|起始版本有变化|类名:LocationRequestScenario<br>方法 or 属性:NO_POWER<br>起始版本:N/A|类名:LocationRequestScenario<br>方法 or 属性:NO_POWER<br>起始版本:9|@ohos.geoLocationManager.d.ts|
163|起始版本有变化|类名:LocationPrivacyType<br>方法 or 属性:OTHERS = 0<br>起始版本:N/A|类名:LocationPrivacyType<br>方法 or 属性:OTHERS = 0<br>起始版本:9|@ohos.geoLocationManager.d.ts|
164|起始版本有变化|类名:LocationPrivacyType<br>方法 or 属性:STARTUP<br>起始版本:N/A|类名:LocationPrivacyType<br>方法 or 属性:STARTUP<br>起始版本:9|@ohos.geoLocationManager.d.ts|
165|起始版本有变化|类名:LocationPrivacyType<br>方法 or 属性:CORE_LOCATION<br>起始版本:N/A|类名:LocationPrivacyType<br>方法 or 属性:CORE_LOCATION<br>起始版本:9|@ohos.geoLocationManager.d.ts|
166|起始版本有变化|类名:LocationCommand<br>方法 or 属性:scenario: LocationRequestScenario;<br>起始版本:N/A|类名:LocationCommand<br>方法 or 属性:scenario: LocationRequestScenario;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
167|起始版本有变化|类名:LocationCommand<br>方法 or 属性:command: string;<br>起始版本:N/A|类名:LocationCommand<br>方法 or 属性:command: string;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
168|起始版本有变化|类名:CountryCode<br>方法 or 属性:country: string;<br>起始版本:N/A|类名:CountryCode<br>方法 or 属性:country: string;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
169|起始版本有变化|类名:CountryCode<br>方法 or 属性:type: CountryCodeType;<br>起始版本:N/A|类名:CountryCode<br>方法 or 属性:type: CountryCodeType;<br>起始版本:9|@ohos.geoLocationManager.d.ts|
170|起始版本有变化|类名: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|
171|起始版本有变化|类名:CountryCodeType<br>方法 or 属性:COUNTRY_CODE_FROM_SIM<br>起始版本:N/A|类名:CountryCodeType<br>方法 or 属性:COUNTRY_CODE_FROM_SIM<br>起始版本:9|@ohos.geoLocationManager.d.ts|
172|起始版本有变化|类名:CountryCodeType<br>方法 or 属性:COUNTRY_CODE_FROM_LOCATION<br>起始版本:N/A|类名:CountryCodeType<br>方法 or 属性:COUNTRY_CODE_FROM_LOCATION<br>起始版本:9|@ohos.geoLocationManager.d.ts|
173|起始版本有变化|类名:CountryCodeType<br>方法 or 属性:COUNTRY_CODE_FROM_NETWORK<br>起始版本:N/A|类名:CountryCodeType<br>方法 or 属性:COUNTRY_CODE_FROM_NETWORK<br>起始版本:9|@ohos.geoLocationManager.d.ts|
174|新增(错误码)|NA|类名:geoLocationManager<br>方法 or 属性:function enableLocation(): Promise<void>;<br>错误码内容:201,202,801,3301000|@ohos.geoLocationManager.d.ts|
175|新增(错误码)|NA|类名:geoLocationManager<br>方法 or 属性:function getCountryCode(): Promise<CountryCode>;<br>错误码内容:801,3301000,3301500|@ohos.geoLocationManager.d.ts|
176|访问级别有变化|类名:ReverseGeocodingMockInfo<br>方法 or 属性:location: ReverseGeoCodeRequest;<br>访问级别:公开API|类名:ReverseGeocodingMockInfo<br>方法 or 属性:location: ReverseGeoCodeRequest;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
177|访问级别有变化|类名:ReverseGeocodingMockInfo<br>方法 or 属性:geoAddress: GeoAddress;<br>访问级别:公开API|类名:ReverseGeocodingMockInfo<br>方法 or 属性:geoAddress: GeoAddress;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
178|访问级别有变化|类名:LocationMockConfig<br>方法 or 属性:timeInterval: number;<br>访问级别:公开API|类名:LocationMockConfig<br>方法 or 属性:timeInterval: number;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
179|访问级别有变化|类名:LocationMockConfig<br>方法 or 属性:locations: Array<Location>;<br>访问级别:公开API|类名:LocationMockConfig<br>方法 or 属性:locations: Array<Location>;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
180|访问级别有变化|类名:GeoAddress<br>方法 or 属性:isFromMock?: Boolean;<br>访问级别:公开API|类名:GeoAddress<br>方法 or 属性:isFromMock?: Boolean;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
181|访问级别有变化|类名:Location<br>方法 or 属性:isFromMock?: Boolean;<br>访问级别:公开API|类名:Location<br>方法 or 属性:isFromMock?: Boolean;<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
182|访问级别有变化|类名:LocationPrivacyType<br>访问级别:公开API|类名:LocationPrivacyType<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
183|访问级别有变化|类名:LocationPrivacyType<br>方法 or 属性:OTHERS = 0<br>访问级别:公开API|类名:LocationPrivacyType<br>方法 or 属性:OTHERS = 0<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
184|访问级别有变化|类名:LocationPrivacyType<br>方法 or 属性:STARTUP<br>访问级别:公开API|类名:LocationPrivacyType<br>方法 or 属性:STARTUP<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
185|访问级别有变化|类名:LocationPrivacyType<br>方法 or 属性:CORE_LOCATION<br>访问级别:公开API|类名:LocationPrivacyType<br>方法 or 属性:CORE_LOCATION<br>访问级别:系统API|@ohos.geoLocationManager.d.ts|
186