1e41f4b71Sopenharmony_ci| Change Type | Old Version | New Version | d.ts File |
2e41f4b71Sopenharmony_ci| ---- | ------ | ------ | -------- |
3e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function on(type: 'locationChange', request: LocationRequest, callback: Callback<Location>): void;|@ohos.geoLocationManager.d.ts|
4e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function off(type: 'locationChange', callback?: Callback<Location>): void;|@ohos.geoLocationManager.d.ts|
5e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function on(type: 'locationEnabledChange', callback: Callback<boolean>): void;|@ohos.geoLocationManager.d.ts|
6e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function off(type: 'locationEnabledChange', callback?: Callback<boolean>): void;|@ohos.geoLocationManager.d.ts|
7e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function on(type: 'cachedGnssLocationsChange', request: CachedGnssLocationsRequest, callback: Callback<Array<Location>>): void;|@ohos.geoLocationManager.d.ts|
8e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function off(type: 'cachedGnssLocationsChange', callback?: Callback<Array<Location>>): void;|@ohos.geoLocationManager.d.ts|
9e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function on(type: 'satelliteStatusChange', callback: Callback<SatelliteStatusInfo>): void;|@ohos.geoLocationManager.d.ts|
10e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function off(type: 'satelliteStatusChange', callback?: Callback<SatelliteStatusInfo>): void;|@ohos.geoLocationManager.d.ts|
11e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function on(type: 'nmeaMessage', callback: Callback<string>): void;|@ohos.geoLocationManager.d.ts|
12e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function off(type: 'nmeaMessage', callback?: Callback<string>): void;|@ohos.geoLocationManager.d.ts|
13e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function on(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): void;|@ohos.geoLocationManager.d.ts|
14e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function off(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): void;|@ohos.geoLocationManager.d.ts|
15e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getCurrentLocation(request: CurrentLocationRequest, callback: AsyncCallback<Location>): void;|@ohos.geoLocationManager.d.ts|
16e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getCurrentLocation(callback: AsyncCallback<Location>): void;|@ohos.geoLocationManager.d.ts|
17e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getCurrentLocation(request?: CurrentLocationRequest): Promise<Location>;|@ohos.geoLocationManager.d.ts|
18e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getLastLocation(): Location;|@ohos.geoLocationManager.d.ts|
19e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function isLocationEnabled(): boolean;|@ohos.geoLocationManager.d.ts|
20e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function disableLocation(): void;|@ohos.geoLocationManager.d.ts|
21e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;|@ohos.geoLocationManager.d.ts|
22e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise<Array<GeoAddress>>;|@ohos.geoLocationManager.d.ts|
23e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;|@ohos.geoLocationManager.d.ts|
24e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest): Promise<Array<GeoAddress>>;|@ohos.geoLocationManager.d.ts|
25e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function isGeocoderAvailable(): boolean;|@ohos.geoLocationManager.d.ts|
26e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getCachedGnssLocationsSize(callback: AsyncCallback<number>): void;|@ohos.geoLocationManager.d.ts|
27e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getCachedGnssLocationsSize(): Promise<number>;|@ohos.geoLocationManager.d.ts|
28e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function flushCachedGnssLocations(callback: AsyncCallback<void>): void;|@ohos.geoLocationManager.d.ts|
29e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function flushCachedGnssLocations(): Promise<void>;|@ohos.geoLocationManager.d.ts|
30e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function sendCommand(command: LocationCommand, callback: AsyncCallback<void>): void;|@ohos.geoLocationManager.d.ts|
31e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function sendCommand(command: LocationCommand): Promise<void>;|@ohos.geoLocationManager.d.ts|
32e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function enableLocationMock(): void;|@ohos.geoLocationManager.d.ts|
33e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function disableLocationMock(): void;|@ohos.geoLocationManager.d.ts|
34e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function setMockedLocations(config: LocationMockConfig): void;|@ohos.geoLocationManager.d.ts|
35e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function enableReverseGeocodingMock(): void;|@ohos.geoLocationManager.d.ts|
36e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function disableReverseGeocodingMock(): void;|@ohos.geoLocationManager.d.ts|
37e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function setReverseGeocodingMockInfo(mockInfos: Array<ReverseGeocodingMockInfo>): void;|@ohos.geoLocationManager.d.ts|
38e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function isLocationPrivacyConfirmed(type: LocationPrivacyType): boolean;|@ohos.geoLocationManager.d.ts|
39e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function setLocationPrivacyConfirmStatus(type: LocationPrivacyType, isConfirmed: boolean): void;|@ohos.geoLocationManager.d.ts|
40e41f4b71Sopenharmony_ci|Deleted|Module name: ohos.geolocation<br>Class name: geolocation<br>Method or attribute name: function enableLocation(callback: AsyncCallback<boolean>): void;|NA|@ohos.geolocation.d.ts|
41e41f4b71Sopenharmony_ci|Deleted|Module name: ohos.geolocation<br>Class name: geolocation<br>Method or attribute name: function enableLocation(): Promise<boolean>;|NA|@ohos.geolocation.d.ts|
42e41f4b71Sopenharmony_ci|Deleted|Module name: ohos.geolocation<br>Class name: geolocation<br>Method or attribute name: function disableLocation(callback: AsyncCallback<boolean>): void;|NA|@ohos.geolocation.d.ts|
43e41f4b71Sopenharmony_ci|Deleted|Module name: ohos.geolocation<br>Class name: geolocation<br>Method or attribute name: function disableLocation(): Promise<boolean>;|NA|@ohos.geolocation.d.ts|
44e41f4b71Sopenharmony_ci|Deleted|Module name: ohos.geoLocationManager<br>Class name: GeofenceRequest<br>Method or attribute name: priority: LocationRequestPriority;|NA|@ohos.geoLocationManager.d.ts|
45e41f4b71Sopenharmony_ci|Access level changed|Class name: ReverseGeocodingMockInfo<br>Method or attribute name: location: ReverseGeoCodeRequest;<br>Access level: public API|Class name: ReverseGeocodingMockInfo<br>Method or attribute name: location: ReverseGeoCodeRequest;<br>Access level: system API|@ohos.geoLocationManager.d.ts|
46e41f4b71Sopenharmony_ci|Access level changed|Class name: ReverseGeocodingMockInfo<br>Method or attribute name: geoAddress: GeoAddress;<br>Access level: public API|Class name: ReverseGeocodingMockInfo<br>Method or attribute name: geoAddress: GeoAddress;<br>Access level: system API|@ohos.geoLocationManager.d.ts|
47e41f4b71Sopenharmony_ci|Access level changed|Class name: LocationMockConfig<br>Method or attribute name: timeInterval: number;<br>Access level: public API|Class name: LocationMockConfig<br>Method or attribute name: timeInterval: number;<br>Access level: system API|@ohos.geoLocationManager.d.ts|
48e41f4b71Sopenharmony_ci|Access level changed|Class name: LocationMockConfig<br>Method or attribute name: locations: Array<Location>;<br>Access level: public API|Class name: LocationMockConfig<br>Method or attribute name: locations: Array<Location>;<br>Access level: system API|@ohos.geoLocationManager.d.ts|
49e41f4b71Sopenharmony_ci|Access level changed|Class name: GeoAddress<br>Method or attribute name: isFromMock?: Boolean;<br>Access level: public API|Class name: GeoAddress<br>Method or attribute name: isFromMock?: Boolean;<br>Access level: system API|@ohos.geoLocationManager.d.ts|
50e41f4b71Sopenharmony_ci|Access level changed|Class name: Location<br>Method or attribute name: isFromMock?: Boolean;<br>Access level: public API|Class name: Location<br>Method or attribute name: isFromMock?: Boolean;<br>Access level: system API|@ohos.geoLocationManager.d.ts|
51e41f4b71Sopenharmony_ci|Access level changed|Class name: LocationPrivacyType<br>Access level: public API|Class name: LocationPrivacyType<br>Access level: system API|@ohos.geoLocationManager.d.ts|
52e41f4b71Sopenharmony_ci|Access level changed|Class name: LocationPrivacyType<br>Method or attribute name: OTHERS = 0<br>Access level: public API|Class name: LocationPrivacyType<br>Method or attribute name: OTHERS = 0<br>Access level: system API|@ohos.geoLocationManager.d.ts|
53e41f4b71Sopenharmony_ci|Access level changed|Class name: LocationPrivacyType<br>Method or attribute name: STARTUP<br>Access level: public API|Class name: LocationPrivacyType<br>Method or attribute name: STARTUP<br>Access level: system API|@ohos.geoLocationManager.d.ts|
54e41f4b71Sopenharmony_ci|Access level changed|Class name: LocationPrivacyType<br>Method or attribute name: CORE_LOCATION<br>Access level: public API|Class name: LocationPrivacyType<br>Method or attribute name: CORE_LOCATION<br>Access level: system API|@ohos.geoLocationManager.d.ts|
55e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Deprecated version: N/A|Class name: geolocation<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.geolocation.d.ts|
56e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function on(type: 'locationChange', request: LocationRequest, callback: Callback<Location>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function on(type: 'locationChange', request: LocationRequest, callback: Callback<Location>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts|
57e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function off(type: 'locationChange', callback?: Callback<Location>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function off(type: 'locationChange', callback?: Callback<Location>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts|
58e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function on(type: 'locationServiceState', callback: Callback<boolean>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function on(type: 'locationServiceState', callback: Callback<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts|
59e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function off(type: 'locationServiceState', callback?: Callback<boolean>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function off(type: 'locationServiceState', callback?: Callback<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts|
60e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function on(type: 'cachedGnssLocationsReporting', request: CachedGnssLocationsRequest, callback: Callback<Array<Location>>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function on(type: 'cachedGnssLocationsReporting', request: CachedGnssLocationsRequest, callback: Callback<Array<Location>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts|
61e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function off(type: 'cachedGnssLocationsReporting', callback?: Callback<Array<Location>>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function off(type: 'cachedGnssLocationsReporting', callback?: Callback<Array<Location>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts|
62e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function on(type: 'gnssStatusChange', callback: Callback<SatelliteStatusInfo>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function on(type: 'gnssStatusChange', callback: Callback<SatelliteStatusInfo>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts|
63e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function off(type: 'gnssStatusChange', callback?: Callback<SatelliteStatusInfo>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function off(type: 'gnssStatusChange', callback?: Callback<SatelliteStatusInfo>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts|
64e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function on(type: 'nmeaMessageChange', callback: Callback<string>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function on(type: 'nmeaMessageChange', callback: Callback<string>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts|
65e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function off(type: 'nmeaMessageChange', callback?: Callback<string>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function off(type: 'nmeaMessageChange', callback?: Callback<string>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts|
66e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function on(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function on(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts|
67e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function off(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function off(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts|
68e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function getCurrentLocation(request: CurrentLocationRequest, callback: AsyncCallback<Location>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function getCurrentLocation(request: CurrentLocationRequest, callback: AsyncCallback<Location>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.getCurrentLocation     |@ohos.geolocation.d.ts|
69e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function getCurrentLocation(callback: AsyncCallback<Location>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function getCurrentLocation(callback: AsyncCallback<Location>): void;<br>Deprecated version: 9|@ohos.geolocation.d.ts|
70e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function getCurrentLocation(request?: CurrentLocationRequest): Promise<Location>;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function getCurrentLocation(request?: CurrentLocationRequest): Promise<Location>;<br>Deprecated version: 9|@ohos.geolocation.d.ts|
71e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function getLastLocation(callback: AsyncCallback<Location>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function getLastLocation(callback: AsyncCallback<Location>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.getLastLocation     |@ohos.geolocation.d.ts|
72e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function getLastLocation(): Promise<Location>;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function getLastLocation(): Promise<Location>;<br>Deprecated version: 9|@ohos.geolocation.d.ts|
73e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function isLocationEnabled(callback: AsyncCallback<boolean>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function isLocationEnabled(callback: AsyncCallback<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.isLocationEnabled     |@ohos.geolocation.d.ts|
74e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function isLocationEnabled(): Promise<boolean>;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function isLocationEnabled(): Promise<boolean>;<br>Deprecated version: 9|@ohos.geolocation.d.ts|
75e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function requestEnableLocation(callback: AsyncCallback<boolean>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function requestEnableLocation(callback: AsyncCallback<boolean>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.geolocation.d.ts|
76e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function requestEnableLocation(): Promise<boolean>;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function requestEnableLocation(): Promise<boolean>;<br>Deprecated version: 9|@ohos.geolocation.d.ts|
77e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.getAddressesFromLocation     |@ohos.geolocation.d.ts|
78e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise<Array<GeoAddress>>;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise<Array<GeoAddress>>;<br>Deprecated version: 9|@ohos.geolocation.d.ts|
79e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.getAddressesFromLocationName     |@ohos.geolocation.d.ts|
80e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest): Promise<Array<GeoAddress>>;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest): Promise<Array<GeoAddress>>;<br>Deprecated version: 9|@ohos.geolocation.d.ts|
81e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function isGeoServiceAvailable(callback: AsyncCallback<boolean>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function isGeoServiceAvailable(callback: AsyncCallback<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.isGeocoderAvailable     |@ohos.geolocation.d.ts|
82e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function isGeoServiceAvailable(): Promise<boolean>;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function isGeoServiceAvailable(): Promise<boolean>;<br>Deprecated version: 9|@ohos.geolocation.d.ts|
83e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function getCachedGnssLocationsSize(callback: AsyncCallback<number>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function getCachedGnssLocationsSize(callback: AsyncCallback<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.getCachedGnssLocationsSize     |@ohos.geolocation.d.ts|
84e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function getCachedGnssLocationsSize(): Promise<number>;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function getCachedGnssLocationsSize(): Promise<number>;<br>Deprecated version: 9|@ohos.geolocation.d.ts|
85e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function flushCachedGnssLocations(callback: AsyncCallback<boolean>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function flushCachedGnssLocations(callback: AsyncCallback<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.flushCachedGnssLocations     |@ohos.geolocation.d.ts|
86e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function flushCachedGnssLocations(): Promise<boolean>;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function flushCachedGnssLocations(): Promise<boolean>;<br>Deprecated version: 9|@ohos.geolocation.d.ts|
87e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function sendCommand(command: LocationCommand, callback: AsyncCallback<boolean>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function sendCommand(command: LocationCommand, callback: AsyncCallback<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.sendCommand     |@ohos.geolocation.d.ts|
88e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function sendCommand(command: LocationCommand): Promise<boolean>;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function sendCommand(command: LocationCommand): Promise<boolean>;<br>Deprecated version: 9|@ohos.geolocation.d.ts|
89e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: SatelliteStatusInfo<br>Deprecated version: N/A|Class name: SatelliteStatusInfo<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.SatelliteStatusInfo     |@ohos.geolocation.d.ts|
90e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: CachedGnssLocationsRequest<br>Deprecated version: N/A|Class name: CachedGnssLocationsRequest<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.CachedGnssLocationsRequest     |@ohos.geolocation.d.ts|
91e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeofenceRequest<br>Deprecated version: N/A|Class name: GeofenceRequest<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeofenceRequest     |@ohos.geolocation.d.ts|
92e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Geofence<br>Deprecated version: N/A|Class name: Geofence<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Geofence     |@ohos.geolocation.d.ts|
93e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: ReverseGeoCodeRequest<br>Deprecated version: N/A|Class name: ReverseGeoCodeRequest<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.ReverseGeoCodeRequest     |@ohos.geolocation.d.ts|
94e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoCodeRequest<br>Deprecated version: N/A|Class name: GeoCodeRequest<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoCodeRequest     |@ohos.geolocation.d.ts|
95e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoAddress<br>Deprecated version: N/A|Class name: GeoAddress<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoAddress     |@ohos.geolocation.d.ts|
96e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationRequest<br>Deprecated version: N/A|Class name: LocationRequest<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequest     |@ohos.geolocation.d.ts|
97e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: CurrentLocationRequest<br>Deprecated version: N/A|Class name: CurrentLocationRequest<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest     |@ohos.geolocation.d.ts|
98e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Location<br>Deprecated version: N/A|Class name: Location<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Location     |@ohos.geolocation.d.ts|
99e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationRequestPriority<br>Deprecated version: N/A|Class name: LocationRequestPriority<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequestPriority     |@ohos.geolocation.d.ts|
100e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationRequestScenario<br>Deprecated version: N/A|Class name: LocationRequestScenario<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequestScenario     |@ohos.geolocation.d.ts|
101e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoLocationErrorCode<br>Deprecated version: N/A|Class name: GeoLocationErrorCode<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.geolocation.d.ts|
102e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationPrivacyType<br>Deprecated version: N/A|Class name: LocationPrivacyType<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationPrivacyType     |@ohos.geolocation.d.ts|
103e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationCommand<br>Deprecated version: N/A|Class name: LocationCommand<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationCommand     |@ohos.geolocation.d.ts|
104e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeolocationResponse<br>Deprecated version: N/A|Class name: GeolocationResponse<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Location |@system.geolocation.d.ts|
105e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GetLocationOption<br>Deprecated version: N/A|Class name: GetLocationOption<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest |@system.geolocation.d.ts|
106e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GetLocationTypeResponse<br>Deprecated version: N/A|Class name: GetLocationTypeResponse<br>Deprecated version: 9<br>Substitute API: N/A|@system.geolocation.d.ts|
107e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GetLocationTypeOption<br>Deprecated version: N/A|Class name: GetLocationTypeOption<br>Deprecated version: 9<br>Substitute API: N/A|@system.geolocation.d.ts|
108e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: SubscribeLocationOption<br>Deprecated version: N/A|Class name: SubscribeLocationOption<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequest |@system.geolocation.d.ts|
109e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Geolocation<br>Deprecated version: N/A|Class name: Geolocation<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager |@system.geolocation.d.ts|
110e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Geolocation<br>Method or attribute name: static getLocation(options?: GetLocationOption): void;<br>Deprecated version: N/A|Class name: Geolocation<br>Method or attribute name: static getLocation(options?: GetLocationOption): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.getCurrentLocation   |@system.geolocation.d.ts|
111e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Geolocation<br>Method or attribute name: static getLocationType(options?: GetLocationTypeOption): void;<br>Deprecated version: N/A|Class name: Geolocation<br>Method or attribute name: static getLocationType(options?: GetLocationTypeOption): void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.geolocation.d.ts|
112e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Geolocation<br>Method or attribute name: static subscribe(options: SubscribeLocationOption): void;<br>Deprecated version: N/A|Class name: Geolocation<br>Method or attribute name: static subscribe(options: SubscribeLocationOption): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.on|@system.geolocation.d.ts|
113e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Geolocation<br>Method or attribute name: static unsubscribe(): void;<br>Deprecated version: N/A|Class name: Geolocation<br>Method or attribute name: static unsubscribe(): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.off|@system.geolocation.d.ts|
114e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Geolocation<br>Method or attribute name: static getSupportedCoordTypes(): Array<string>;<br>Deprecated version: N/A|Class name: Geolocation<br>Method or attribute name: static getSupportedCoordTypes(): Array<string>;<br>Deprecated version: 9<br>Substitute API: N/A|@system.geolocation.d.ts|
115e41f4b71Sopenharmony_ci|Initial version changed|Class name: ReverseGeocodingMockInfo<br>Method or attribute name: location: ReverseGeoCodeRequest;<br>Initial version: N/A|Class name: ReverseGeocodingMockInfo<br>Method or attribute name: location: ReverseGeoCodeRequest;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
116e41f4b71Sopenharmony_ci|Initial version changed|Class name: ReverseGeocodingMockInfo<br>Method or attribute name: geoAddress: GeoAddress;<br>Initial version: N/A|Class name: ReverseGeocodingMockInfo<br>Method or attribute name: geoAddress: GeoAddress;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
117e41f4b71Sopenharmony_ci|Initial version changed|Class name: LocationMockConfig<br>Method or attribute name: timeInterval: number;<br>Initial version: N/A|Class name: LocationMockConfig<br>Method or attribute name: timeInterval: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
118e41f4b71Sopenharmony_ci|Initial version changed|Class name: LocationMockConfig<br>Method or attribute name: locations: Array<Location>;<br>Initial version: N/A|Class name: LocationMockConfig<br>Method or attribute name: locations: Array<Location>;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
119e41f4b71Sopenharmony_ci|Initial version changed|Class name: SatelliteStatusInfo<br>Method or attribute name: satellitesNumber: number;<br>Initial version: N/A|Class name: SatelliteStatusInfo<br>Method or attribute name: satellitesNumber: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
120e41f4b71Sopenharmony_ci|Initial version changed|Class name: SatelliteStatusInfo<br>Method or attribute name: satelliteIds: Array<number>;<br>Initial version: N/A|Class name: SatelliteStatusInfo<br>Method or attribute name: satelliteIds: Array<number>;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
121e41f4b71Sopenharmony_ci|Initial version changed|Class name: SatelliteStatusInfo<br>Method or attribute name: carrierToNoiseDensitys: Array<number>;<br>Initial version: N/A|Class name: SatelliteStatusInfo<br>Method or attribute name: carrierToNoiseDensitys: Array<number>;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
122e41f4b71Sopenharmony_ci|Initial version changed|Class name: SatelliteStatusInfo<br>Method or attribute name: altitudes: Array<number>;<br>Initial version: N/A|Class name: SatelliteStatusInfo<br>Method or attribute name: altitudes: Array<number>;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
123e41f4b71Sopenharmony_ci|Initial version changed|Class name: SatelliteStatusInfo<br>Method or attribute name: azimuths: Array<number>;<br>Initial version: N/A|Class name: SatelliteStatusInfo<br>Method or attribute name: azimuths: Array<number>;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
124e41f4b71Sopenharmony_ci|Initial version changed|Class name: SatelliteStatusInfo<br>Method or attribute name: carrierFrequencies: Array<number>;<br>Initial version: N/A|Class name: SatelliteStatusInfo<br>Method or attribute name: carrierFrequencies: Array<number>;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
125e41f4b71Sopenharmony_ci|Initial version changed|Class name: CachedGnssLocationsRequest<br>Method or attribute name: reportingPeriodSec: number;<br>Initial version: N/A|Class name: CachedGnssLocationsRequest<br>Method or attribute name: reportingPeriodSec: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
126e41f4b71Sopenharmony_ci|Initial version changed|Class name: CachedGnssLocationsRequest<br>Method or attribute name: wakeUpCacheQueueFull: boolean;<br>Initial version: N/A|Class name: CachedGnssLocationsRequest<br>Method or attribute name: wakeUpCacheQueueFull: boolean;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
127e41f4b71Sopenharmony_ci|Initial version changed|Class name: GeofenceRequest<br>Method or attribute name: scenario: LocationRequestScenario;<br>Initial version: N/A|Class name: GeofenceRequest<br>Method or attribute name: scenario: LocationRequestScenario;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
128e41f4b71Sopenharmony_ci|Initial version changed|Class name: GeofenceRequest<br>Method or attribute name: geofence: Geofence;<br>Initial version: N/A|Class name: GeofenceRequest<br>Method or attribute name: geofence: Geofence;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
129e41f4b71Sopenharmony_ci|Initial version changed|Class name: Geofence<br>Method or attribute name: latitude: number;<br>Initial version: N/A|Class name: Geofence<br>Method or attribute name: latitude: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
130e41f4b71Sopenharmony_ci|Initial version changed|Class name: Geofence<br>Method or attribute name: longitude: number;<br>Initial version: N/A|Class name: Geofence<br>Method or attribute name: longitude: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
131e41f4b71Sopenharmony_ci|Initial version changed|Class name: Geofence<br>Method or attribute name: radius: number;<br>Initial version: N/A|Class name: Geofence<br>Method or attribute name: radius: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
132e41f4b71Sopenharmony_ci|Initial version changed|Class name: Geofence<br>Method or attribute name: expiration: number;<br>Initial version: N/A|Class name: Geofence<br>Method or attribute name: expiration: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
133e41f4b71Sopenharmony_ci|Initial version changed|Class name: ReverseGeoCodeRequest<br>Method or attribute name: locale?: string;<br>Initial version: N/A|Class name: ReverseGeoCodeRequest<br>Method or attribute name: locale?: string;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
134e41f4b71Sopenharmony_ci|Initial version changed|Class name: ReverseGeoCodeRequest<br>Method or attribute name: latitude: number;<br>Initial version: N/A|Class name: ReverseGeoCodeRequest<br>Method or attribute name: latitude: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
135e41f4b71Sopenharmony_ci|Initial version changed|Class name: ReverseGeoCodeRequest<br>Method or attribute name: longitude: number;<br>Initial version: N/A|Class name: ReverseGeoCodeRequest<br>Method or attribute name: longitude: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
136e41f4b71Sopenharmony_ci|Initial version changed|Class name: ReverseGeoCodeRequest<br>Method or attribute name: maxItems?: number;<br>Initial version: N/A|Class name: ReverseGeoCodeRequest<br>Method or attribute name: maxItems?: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
137e41f4b71Sopenharmony_ci|Initial version changed|Class name: GeoCodeRequest<br>Method or attribute name: locale?: string;<br>Initial version: N/A|Class name: GeoCodeRequest<br>Method or attribute name: locale?: string;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
138e41f4b71Sopenharmony_ci|Initial version changed|Class name: GeoCodeRequest<br>Method or attribute name: description: string;<br>Initial version: N/A|Class name: GeoCodeRequest<br>Method or attribute name: description: string;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
139e41f4b71Sopenharmony_ci|Initial version changed|Class name: GeoCodeRequest<br>Method or attribute name: maxItems?: number;<br>Initial version: N/A|Class name: GeoCodeRequest<br>Method or attribute name: maxItems?: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
140e41f4b71Sopenharmony_ci|Initial version changed|Class name: GeoCodeRequest<br>Method or attribute name: minLatitude?: number;<br>Initial version: N/A|Class name: GeoCodeRequest<br>Method or attribute name: minLatitude?: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
141e41f4b71Sopenharmony_ci|Initial version changed|Class name: GeoCodeRequest<br>Method or attribute name: minLongitude?: number;<br>Initial version: N/A|Class name: GeoCodeRequest<br>Method or attribute name: minLongitude?: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
142e41f4b71Sopenharmony_ci|Initial version changed|Class name: GeoCodeRequest<br>Method or attribute name: maxLatitude?: number;<br>Initial version: N/A|Class name: GeoCodeRequest<br>Method or attribute name: maxLatitude?: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
143e41f4b71Sopenharmony_ci|Initial version changed|Class name: GeoCodeRequest<br>Method or attribute name: maxLongitude?: number;<br>Initial version: N/A|Class name: GeoCodeRequest<br>Method or attribute name: maxLongitude?: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
144e41f4b71Sopenharmony_ci|Initial version changed|Class name: LocationRequest<br>Method or attribute name: priority?: LocationRequestPriority;<br>Initial version: N/A|Class name: LocationRequest<br>Method or attribute name: priority?: LocationRequestPriority;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
145e41f4b71Sopenharmony_ci|Initial version changed|Class name: LocationRequest<br>Method or attribute name: scenario?: LocationRequestScenario;<br>Initial version: N/A|Class name: LocationRequest<br>Method or attribute name: scenario?: LocationRequestScenario;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
146e41f4b71Sopenharmony_ci|Initial version changed|Class name: LocationRequest<br>Method or attribute name: timeInterval?: number;<br>Initial version: N/A|Class name: LocationRequest<br>Method or attribute name: timeInterval?: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
147e41f4b71Sopenharmony_ci|Initial version changed|Class name: LocationRequest<br>Method or attribute name: distanceInterval?: number;<br>Initial version: N/A|Class name: LocationRequest<br>Method or attribute name: distanceInterval?: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
148e41f4b71Sopenharmony_ci|Initial version changed|Class name: LocationRequest<br>Method or attribute name: maxAccuracy?: number;<br>Initial version: N/A|Class name: LocationRequest<br>Method or attribute name: maxAccuracy?: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
149e41f4b71Sopenharmony_ci|Initial version changed|Class name: CurrentLocationRequest<br>Method or attribute name: priority?: LocationRequestPriority;<br>Initial version: N/A|Class name: CurrentLocationRequest<br>Method or attribute name: priority?: LocationRequestPriority;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
150e41f4b71Sopenharmony_ci|Initial version changed|Class name: CurrentLocationRequest<br>Method or attribute name: scenario?: LocationRequestScenario;<br>Initial version: N/A|Class name: CurrentLocationRequest<br>Method or attribute name: scenario?: LocationRequestScenario;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
151e41f4b71Sopenharmony_ci|Initial version changed|Class name: CurrentLocationRequest<br>Method or attribute name: maxAccuracy?: number;<br>Initial version: N/A|Class name: CurrentLocationRequest<br>Method or attribute name: maxAccuracy?: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
152e41f4b71Sopenharmony_ci|Initial version changed|Class name: CurrentLocationRequest<br>Method or attribute name: timeoutMs?: number;<br>Initial version: N/A|Class name: CurrentLocationRequest<br>Method or attribute name: timeoutMs?: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
153e41f4b71Sopenharmony_ci|Initial version changed|Class name: LocationRequestPriority<br>Method or attribute name: UNSET = 0x200<br>Initial version: N/A|Class name: LocationRequestPriority<br>Method or attribute name: UNSET = 0x200<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
154e41f4b71Sopenharmony_ci|Initial version changed|Class name: LocationRequestPriority<br>Method or attribute name: ACCURACY<br>Initial version: N/A|Class name: LocationRequestPriority<br>Method or attribute name: ACCURACY<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
155e41f4b71Sopenharmony_ci|Initial version changed|Class name: LocationRequestPriority<br>Method or attribute name: LOW_POWER<br>Initial version: N/A|Class name: LocationRequestPriority<br>Method or attribute name: LOW_POWER<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
156e41f4b71Sopenharmony_ci|Initial version changed|Class name: LocationRequestPriority<br>Method or attribute name: FIRST_FIX<br>Initial version: N/A|Class name: LocationRequestPriority<br>Method or attribute name: FIRST_FIX<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
157e41f4b71Sopenharmony_ci|Initial version changed|Class name: LocationRequestScenario<br>Method or attribute name: UNSET = 0x300<br>Initial version: N/A|Class name: LocationRequestScenario<br>Method or attribute name: UNSET = 0x300<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
158e41f4b71Sopenharmony_ci|Initial version changed|Class name: LocationRequestScenario<br>Method or attribute name: NAVIGATION<br>Initial version: N/A|Class name: LocationRequestScenario<br>Method or attribute name: NAVIGATION<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
159e41f4b71Sopenharmony_ci|Initial version changed|Class name: LocationRequestScenario<br>Method or attribute name: TRAJECTORY_TRACKING<br>Initial version: N/A|Class name: LocationRequestScenario<br>Method or attribute name: TRAJECTORY_TRACKING<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
160e41f4b71Sopenharmony_ci|Initial version changed|Class name: LocationRequestScenario<br>Method or attribute name: CAR_HAILING<br>Initial version: N/A|Class name: LocationRequestScenario<br>Method or attribute name: CAR_HAILING<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
161e41f4b71Sopenharmony_ci|Initial version changed|Class name: LocationRequestScenario<br>Method or attribute name: DAILY_LIFE_SERVICE<br>Initial version: N/A|Class name: LocationRequestScenario<br>Method or attribute name: DAILY_LIFE_SERVICE<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
162e41f4b71Sopenharmony_ci|Initial version changed|Class name: LocationRequestScenario<br>Method or attribute name: NO_POWER<br>Initial version: N/A|Class name: LocationRequestScenario<br>Method or attribute name: NO_POWER<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
163e41f4b71Sopenharmony_ci|Initial version changed|Class name: LocationPrivacyType<br>Method or attribute name: OTHERS = 0<br>Initial version: N/A|Class name: LocationPrivacyType<br>Method or attribute name: OTHERS = 0<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
164e41f4b71Sopenharmony_ci|Initial version changed|Class name: LocationPrivacyType<br>Method or attribute name: STARTUP<br>Initial version: N/A|Class name: LocationPrivacyType<br>Method or attribute name: STARTUP<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
165e41f4b71Sopenharmony_ci|Initial version changed|Class name: LocationPrivacyType<br>Method or attribute name: CORE_LOCATION<br>Initial version: N/A|Class name: LocationPrivacyType<br>Method or attribute name: CORE_LOCATION<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
166e41f4b71Sopenharmony_ci|Initial version changed|Class name: LocationCommand<br>Method or attribute name: scenario: LocationRequestScenario;<br>Initial version: N/A|Class name: LocationCommand<br>Method or attribute name: scenario: LocationRequestScenario;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
167e41f4b71Sopenharmony_ci|Initial version changed|Class name: LocationCommand<br>Method or attribute name: command: string;<br>Initial version: N/A|Class name: LocationCommand<br>Method or attribute name: command: string;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
168e41f4b71Sopenharmony_ci|Initial version changed|Class name: CountryCode<br>Method or attribute name: country: string;<br>Initial version: N/A|Class name: CountryCode<br>Method or attribute name: country: string;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
169e41f4b71Sopenharmony_ci|Initial version changed|Class name: CountryCode<br>Method or attribute name: type: CountryCodeType;<br>Initial version: N/A|Class name: CountryCode<br>Method or attribute name: type: CountryCodeType;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
170e41f4b71Sopenharmony_ci|Initial version changed|Class name: CountryCodeType<br>Method or attribute name: COUNTRY_CODE_FROM_LOCALE = 1<br>Initial version: N/A|Class name: CountryCodeType<br>Method or attribute name: COUNTRY_CODE_FROM_LOCALE = 1<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
171e41f4b71Sopenharmony_ci|Initial version changed|Class name: CountryCodeType<br>Method or attribute name: COUNTRY_CODE_FROM_SIM<br>Initial version: N/A|Class name: CountryCodeType<br>Method or attribute name: COUNTRY_CODE_FROM_SIM<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
172e41f4b71Sopenharmony_ci|Initial version changed|Class name: CountryCodeType<br>Method or attribute name: COUNTRY_CODE_FROM_LOCATION<br>Initial version: N/A|Class name: CountryCodeType<br>Method or attribute name: COUNTRY_CODE_FROM_LOCATION<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
173e41f4b71Sopenharmony_ci|Initial version changed|Class name: CountryCodeType<br>Method or attribute name: COUNTRY_CODE_FROM_NETWORK<br>Initial version: N/A|Class name: CountryCodeType<br>Method or attribute name: COUNTRY_CODE_FROM_NETWORK<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
174e41f4b71Sopenharmony_ci|Error code added|NA|Class name: geoLocationManager<br>Method or attribute name: function enableLocation(): Promise<void>;<br>Error code: 201,202,801,3301000|@ohos.geoLocationManager.d.ts|
175e41f4b71Sopenharmony_ci|Error code added|NA|Class name: geoLocationManager<br>Method or attribute name: function getCountryCode(): Promise<CountryCode>;<br>Error code: 801,3301000,3301500|@ohos.geoLocationManager.d.ts|
176e41f4b71Sopenharmony_ci|Access level changed|Class name: ReverseGeocodingMockInfo<br>Method or attribute name: location: ReverseGeoCodeRequest;<br>Access level: public API|Class name: ReverseGeocodingMockInfo<br>Method or attribute name: location: ReverseGeoCodeRequest;<br>Access level: system API|@ohos.geoLocationManager.d.ts|
177e41f4b71Sopenharmony_ci|Access level changed|Class name: ReverseGeocodingMockInfo<br>Method or attribute name: geoAddress: GeoAddress;<br>Access level: public API|Class name: ReverseGeocodingMockInfo<br>Method or attribute name: geoAddress: GeoAddress;<br>Access level: system API|@ohos.geoLocationManager.d.ts|
178e41f4b71Sopenharmony_ci|Access level changed|Class name: LocationMockConfig<br>Method or attribute name: timeInterval: number;<br>Access level: public API|Class name: LocationMockConfig<br>Method or attribute name: timeInterval: number;<br>Access level: system API|@ohos.geoLocationManager.d.ts|
179e41f4b71Sopenharmony_ci|Access level changed|Class name: LocationMockConfig<br>Method or attribute name: locations: Array<Location>;<br>Access level: public API|Class name: LocationMockConfig<br>Method or attribute name: locations: Array<Location>;<br>Access level: system API|@ohos.geoLocationManager.d.ts|
180e41f4b71Sopenharmony_ci|Access level changed|Class name: GeoAddress<br>Method or attribute name: isFromMock?: Boolean;<br>Access level: public API|Class name: GeoAddress<br>Method or attribute name: isFromMock?: Boolean;<br>Access level: system API|@ohos.geoLocationManager.d.ts|
181e41f4b71Sopenharmony_ci|Access level changed|Class name: Location<br>Method or attribute name: isFromMock?: Boolean;<br>Access level: public API|Class name: Location<br>Method or attribute name: isFromMock?: Boolean;<br>Access level: system API|@ohos.geoLocationManager.d.ts|
182e41f4b71Sopenharmony_ci|Access level changed|Class name: LocationPrivacyType<br>Access level: public API|Class name: LocationPrivacyType<br>Access level: system API|@ohos.geoLocationManager.d.ts|
183e41f4b71Sopenharmony_ci|Access level changed|Class name: LocationPrivacyType<br>Method or attribute name: OTHERS = 0<br>Access level: public API|Class name: LocationPrivacyType<br>Method or attribute name: OTHERS = 0<br>Access level: system API|@ohos.geoLocationManager.d.ts|
184e41f4b71Sopenharmony_ci|Access level changed|Class name: LocationPrivacyType<br>Method or attribute name: STARTUP<br>Access level: public API|Class name: LocationPrivacyType<br>Method or attribute name: STARTUP<br>Access level: system API|@ohos.geoLocationManager.d.ts|
185e41f4b71Sopenharmony_ci|Access level changed|Class name: LocationPrivacyType<br>Method or attribute name: CORE_LOCATION<br>Access level: public API|Class name: LocationPrivacyType<br>Method or attribute name: CORE_LOCATION<br>Access level: system API|@ohos.geoLocationManager.d.ts|
186