1e41f4b71Sopenharmony_ci| Change Type | Old Version | New Version | d.ts File |
2e41f4b71Sopenharmony_ci| ---- | ------ | ------ | -------- |
3e41f4b71Sopenharmony_ci|Deleted|Class name: geolocation;<br>Method or attribute name: function enableLocation(callback: AsyncCallback\<boolean>) : void;|NA|@ohos.geolocation.d.ts|
4e41f4b71Sopenharmony_ci|Deleted|Class name: geolocation;<br>Method or attribute name: function enableLocation() : Promise\<boolean>;|NA|@ohos.geolocation.d.ts|
5e41f4b71Sopenharmony_ci|Deleted|Class name: geolocation;<br>Method or attribute name: function disableLocation(callback: AsyncCallback\<boolean>) : void;|NA|@ohos.geolocation.d.ts|
6e41f4b71Sopenharmony_ci|Deleted|Class name: geolocation;<br>Method or attribute name: function disableLocation() : Promise\<boolean>;|NA|@ohos.geolocation.d.ts|
7e41f4b71Sopenharmony_ci|Deleted|Class name: geolocation;<br>Method or attribute name: function isLocationPrivacyConfirmed(type : LocationPrivacyType, callback: AsyncCallback\<boolean>) : void;|NA|@ohos.geolocation.d.ts|
8e41f4b71Sopenharmony_ci|Deleted|Class name: geolocation;<br>Method or attribute name: function isLocationPrivacyConfirmed(type : LocationPrivacyType,) : Promise\<boolean>;|NA|@ohos.geolocation.d.ts|
9e41f4b71Sopenharmony_ci|Deleted|Class name: geolocation;<br>Method or attribute name: function setLocationPrivacyConfirmStatus(type : LocationPrivacyType, isConfirmed : boolean, callback: AsyncCallback\<boolean>) : void;|NA|@ohos.geolocation.d.ts|
10e41f4b71Sopenharmony_ci|Deleted|Class name: geolocation;<br>Method or attribute name: function setLocationPrivacyConfirmStatus(type : LocationPrivacyType, isConfirmed : boolean) : Promise\<boolean>;|NA|@ohos.geolocation.d.ts|
11e41f4b71Sopenharmony_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|
12e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function on(type: 'locationEnabledChange', callback: Callback\<boolean>): void;|@ohos.geoLocationManager.d.ts|
13e41f4b71Sopenharmony_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|
14e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function on(type: 'satelliteStatusChange', callback: Callback\<SatelliteStatusInfo>): void;|@ohos.geoLocationManager.d.ts|
15e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function on(type: 'nmeaMessage', callback: Callback\<string>): void;|@ohos.geoLocationManager.d.ts|
16e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function on(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): void;|@ohos.geoLocationManager.d.ts|
17e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function on(type: 'countryCodeChange', callback: Callback\<CountryCode>): void;|@ohos.geoLocationManager.d.ts|
18e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function off(type: 'locationChange', callback?: Callback\<Location>): void;|@ohos.geoLocationManager.d.ts|
19e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function off(type: 'locationEnabledChange', callback?: Callback\<boolean>): void;|@ohos.geoLocationManager.d.ts|
20e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function off(type: 'cachedGnssLocationsChange', callback?: Callback\<Array\<Location>>): void;|@ohos.geoLocationManager.d.ts|
21e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function off(type: 'satelliteStatusChange', callback?: Callback\<SatelliteStatusInfo>): void;|@ohos.geoLocationManager.d.ts|
22e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function off(type: 'nmeaMessage', callback?: Callback\<string>): void;|@ohos.geoLocationManager.d.ts|
23e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function off(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): void;|@ohos.geoLocationManager.d.ts|
24e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function off(type: 'countryCodeChange', callback?: Callback\<CountryCode>): void;|@ohos.geoLocationManager.d.ts|
25e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function getCurrentLocation(request: CurrentLocationRequest, callback: AsyncCallback\<Location>): void;|@ohos.geoLocationManager.d.ts|
26e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function getCurrentLocation(callback: AsyncCallback\<Location>): void;|@ohos.geoLocationManager.d.ts|
27e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function getCurrentLocation(request?: CurrentLocationRequest): Promise\<Location>;|@ohos.geoLocationManager.d.ts|
28e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function getLastLocation(): Location;|@ohos.geoLocationManager.d.ts|
29e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function isLocationEnabled(): boolean;|@ohos.geoLocationManager.d.ts|
30e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function enableLocation(callback: AsyncCallback\<void>): void;|@ohos.geoLocationManager.d.ts|
31e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function enableLocation(): Promise\<void>;|@ohos.geoLocationManager.d.ts|
32e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function disableLocation(): void;|@ohos.geoLocationManager.d.ts|
33e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback: AsyncCallback\<Array\<GeoAddress>>): void;|@ohos.geoLocationManager.d.ts|
34e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise\<Array\<GeoAddress>>;|@ohos.geoLocationManager.d.ts|
35e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest, callback: AsyncCallback\<Array\<GeoAddress>>): void;|@ohos.geoLocationManager.d.ts|
36e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest): Promise\<Array\<GeoAddress>>;|@ohos.geoLocationManager.d.ts|
37e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function isGeocoderAvailable(): boolean;|@ohos.geoLocationManager.d.ts|
38e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function getCachedGnssLocationsSize(callback: AsyncCallback\<number>): void;|@ohos.geoLocationManager.d.ts|
39e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function getCachedGnssLocationsSize(): Promise\<number>;|@ohos.geoLocationManager.d.ts|
40e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function flushCachedGnssLocations(callback: AsyncCallback\<void>): void;|@ohos.geoLocationManager.d.ts|
41e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function flushCachedGnssLocations(): Promise\<void>;|@ohos.geoLocationManager.d.ts|
42e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function sendCommand(command: LocationCommand, callback: AsyncCallback\<void>): void;|@ohos.geoLocationManager.d.ts|
43e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function sendCommand(command: LocationCommand): Promise\<void>;|@ohos.geoLocationManager.d.ts|
44e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function getCountryCode(callback: AsyncCallback\<CountryCode>): void;|@ohos.geoLocationManager.d.ts|
45e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function getCountryCode(): Promise\<CountryCode>;|@ohos.geoLocationManager.d.ts|
46e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function enableLocationMock(): void;|@ohos.geoLocationManager.d.ts|
47e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function disableLocationMock(): void;|@ohos.geoLocationManager.d.ts|
48e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function setMockedLocations(config: LocationMockConfig): void;|@ohos.geoLocationManager.d.ts|
49e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function enableReverseGeocodingMock(): void;|@ohos.geoLocationManager.d.ts|
50e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function disableReverseGeocodingMock(): void;|@ohos.geoLocationManager.d.ts|
51e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function setReverseGeocodingMockInfo(mockInfos: Array\<ReverseGeocodingMockInfo>): void;|@ohos.geoLocationManager.d.ts|
52e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function isLocationPrivacyConfirmed(type: LocationPrivacyType): boolean;|@ohos.geoLocationManager.d.ts|
53e41f4b71Sopenharmony_ci|Added|NA|Class name: geoLocationManager;<br>Method or attribute name: function setLocationPrivacyConfirmStatus(type: LocationPrivacyType, isConfirmed: boolean): void;|@ohos.geoLocationManager.d.ts|
54e41f4b71Sopenharmony_ci|Added|NA|Class name: ReverseGeocodingMockInfo;<br>Method or attribute name: location: ReverseGeoCodeRequest;|@ohos.geoLocationManager.d.ts|
55e41f4b71Sopenharmony_ci|Added|NA|Class name: ReverseGeocodingMockInfo;<br>Method or attribute name: geoAddress: GeoAddress;|@ohos.geoLocationManager.d.ts|
56e41f4b71Sopenharmony_ci|Added|NA|Class name: LocationMockConfig;<br>Method or attribute name: timeInterval: number;|@ohos.geoLocationManager.d.ts|
57e41f4b71Sopenharmony_ci|Added|NA|Class name: LocationMockConfig;<br>Method or attribute name: locations: Array\<Location>;|@ohos.geoLocationManager.d.ts|
58e41f4b71Sopenharmony_ci|Added|NA|Class name: SatelliteStatusInfo;<br>Method or attribute name: satellitesNumber: number;|@ohos.geoLocationManager.d.ts|
59e41f4b71Sopenharmony_ci|Added|NA|Class name: SatelliteStatusInfo;<br>Method or attribute name: satelliteIds: Array\<number>;|@ohos.geoLocationManager.d.ts|
60e41f4b71Sopenharmony_ci|Added|NA|Class name: SatelliteStatusInfo;<br>Method or attribute name: carrierToNoiseDensitys: Array\<number>;|@ohos.geoLocationManager.d.ts|
61e41f4b71Sopenharmony_ci|Added|NA|Class name: SatelliteStatusInfo;<br>Method or attribute name: altitudes: Array\<number>;|@ohos.geoLocationManager.d.ts|
62e41f4b71Sopenharmony_ci|Added|NA|Class name: SatelliteStatusInfo;<br>Method or attribute name: azimuths: Array\<number>;|@ohos.geoLocationManager.d.ts|
63e41f4b71Sopenharmony_ci|Added|NA|Class name: SatelliteStatusInfo;<br>Method or attribute name: carrierFrequencies: Array\<number>;|@ohos.geoLocationManager.d.ts|
64e41f4b71Sopenharmony_ci|Added|NA|Class name: CachedGnssLocationsRequest;<br>Method or attribute name: reportingPeriodSec: number;|@ohos.geoLocationManager.d.ts|
65e41f4b71Sopenharmony_ci|Added|NA|Class name: CachedGnssLocationsRequest;<br>Method or attribute name: wakeUpCacheQueueFull: boolean;|@ohos.geoLocationManager.d.ts|
66e41f4b71Sopenharmony_ci|Added|NA|Class name: GeofenceRequest;<br>Method or attribute name: scenario: LocationRequestScenario;|@ohos.geoLocationManager.d.ts|
67e41f4b71Sopenharmony_ci|Added|NA|Class name: LocationCommand;<br>Method or attribute name: scenario: LocationRequestScenario;|@ohos.geoLocationManager.d.ts|
68e41f4b71Sopenharmony_ci|Added|NA|Class name: GeofenceRequest;<br>Method or attribute name: geofence: Geofence;|@ohos.geoLocationManager.d.ts|
69e41f4b71Sopenharmony_ci|Added|NA|Class name: Geofence;<br>Method or attribute name: latitude: number;|@ohos.geoLocationManager.d.ts|
70e41f4b71Sopenharmony_ci|Added|NA|Class name: ReverseGeoCodeRequest;<br>Method or attribute name: latitude: number;|@ohos.geoLocationManager.d.ts|
71e41f4b71Sopenharmony_ci|Added|NA|Class name: Location;<br>Method or attribute name: latitude: number;|@ohos.geoLocationManager.d.ts|
72e41f4b71Sopenharmony_ci|Added|NA|Class name: Geofence;<br>Method or attribute name: longitude: number;|@ohos.geoLocationManager.d.ts|
73e41f4b71Sopenharmony_ci|Added|NA|Class name: ReverseGeoCodeRequest;<br>Method or attribute name: longitude: number;|@ohos.geoLocationManager.d.ts|
74e41f4b71Sopenharmony_ci|Added|NA|Class name: Location;<br>Method or attribute name: longitude: number;|@ohos.geoLocationManager.d.ts|
75e41f4b71Sopenharmony_ci|Added|NA|Class name: Geofence;<br>Method or attribute name: radius: number;|@ohos.geoLocationManager.d.ts|
76e41f4b71Sopenharmony_ci|Added|NA|Class name: Geofence;<br>Method or attribute name: expiration: number;|@ohos.geoLocationManager.d.ts|
77e41f4b71Sopenharmony_ci|Added|NA|Class name: ReverseGeoCodeRequest;<br>Method or attribute name: locale?: string;|@ohos.geoLocationManager.d.ts|
78e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoCodeRequest;<br>Method or attribute name: locale?: string;|@ohos.geoLocationManager.d.ts|
79e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoAddress;<br>Method or attribute name: locale?: string;|@ohos.geoLocationManager.d.ts|
80e41f4b71Sopenharmony_ci|Added|NA|Class name: ReverseGeoCodeRequest;<br>Method or attribute name: maxItems?: number;|@ohos.geoLocationManager.d.ts|
81e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoCodeRequest;<br>Method or attribute name: maxItems?: number;|@ohos.geoLocationManager.d.ts|
82e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoCodeRequest;<br>Method or attribute name: description: string;|@ohos.geoLocationManager.d.ts|
83e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoCodeRequest;<br>Method or attribute name: minLatitude?: number;|@ohos.geoLocationManager.d.ts|
84e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoCodeRequest;<br>Method or attribute name: minLongitude?: number;|@ohos.geoLocationManager.d.ts|
85e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoCodeRequest;<br>Method or attribute name: maxLatitude?: number;|@ohos.geoLocationManager.d.ts|
86e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoCodeRequest;<br>Method or attribute name: maxLongitude?: number;|@ohos.geoLocationManager.d.ts|
87e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoAddress;<br>Method or attribute name: latitude?: number;|@ohos.geoLocationManager.d.ts|
88e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoAddress;<br>Method or attribute name: longitude?: number;|@ohos.geoLocationManager.d.ts|
89e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoAddress;<br>Method or attribute name: placeName?: string;|@ohos.geoLocationManager.d.ts|
90e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoAddress;<br>Method or attribute name: countryCode?: string;|@ohos.geoLocationManager.d.ts|
91e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoAddress;<br>Method or attribute name: countryName?: string;|@ohos.geoLocationManager.d.ts|
92e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoAddress;<br>Method or attribute name: administrativeArea?: string;|@ohos.geoLocationManager.d.ts|
93e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoAddress;<br>Method or attribute name: subAdministrativeArea?: string;|@ohos.geoLocationManager.d.ts|
94e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoAddress;<br>Method or attribute name: locality?: string;|@ohos.geoLocationManager.d.ts|
95e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoAddress;<br>Method or attribute name: subLocality?: string;|@ohos.geoLocationManager.d.ts|
96e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoAddress;<br>Method or attribute name: roadName?: string;|@ohos.geoLocationManager.d.ts|
97e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoAddress;<br>Method or attribute name: subRoadName?: string;|@ohos.geoLocationManager.d.ts|
98e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoAddress;<br>Method or attribute name: premises?: string;|@ohos.geoLocationManager.d.ts|
99e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoAddress;<br>Method or attribute name: postalCode?: string;|@ohos.geoLocationManager.d.ts|
100e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoAddress;<br>Method or attribute name: phoneNumber?: string;|@ohos.geoLocationManager.d.ts|
101e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoAddress;<br>Method or attribute name: addressUrl?: string;|@ohos.geoLocationManager.d.ts|
102e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoAddress;<br>Method or attribute name: descriptions?: Array\<string>;|@ohos.geoLocationManager.d.ts|
103e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoAddress;<br>Method or attribute name: descriptionsSize?: number;|@ohos.geoLocationManager.d.ts|
104e41f4b71Sopenharmony_ci|Added|NA|Class name: GeoAddress;<br>Method or attribute name: isFromMock?: Boolean;|@ohos.geoLocationManager.d.ts|
105e41f4b71Sopenharmony_ci|Added|NA|Class name: Location;<br>Method or attribute name: isFromMock?: Boolean;|@ohos.geoLocationManager.d.ts|
106e41f4b71Sopenharmony_ci|Added|NA|Class name: LocationRequest;<br>Method or attribute name: priority?: LocationRequestPriority;|@ohos.geoLocationManager.d.ts|
107e41f4b71Sopenharmony_ci|Added|NA|Class name: CurrentLocationRequest;<br>Method or attribute name: priority?: LocationRequestPriority;|@ohos.geoLocationManager.d.ts|
108e41f4b71Sopenharmony_ci|Added|NA|Class name: LocationRequest;<br>Method or attribute name: scenario?: LocationRequestScenario;|@ohos.geoLocationManager.d.ts|
109e41f4b71Sopenharmony_ci|Added|NA|Class name: CurrentLocationRequest;<br>Method or attribute name: scenario?: LocationRequestScenario;|@ohos.geoLocationManager.d.ts|
110e41f4b71Sopenharmony_ci|Added|NA|Class name: LocationRequest;<br>Method or attribute name: timeInterval?: number;|@ohos.geoLocationManager.d.ts|
111e41f4b71Sopenharmony_ci|Added|NA|Class name: LocationRequest;<br>Method or attribute name: distanceInterval?: number;|@ohos.geoLocationManager.d.ts|
112e41f4b71Sopenharmony_ci|Added|NA|Class name: LocationRequest;<br>Method or attribute name: maxAccuracy?: number;|@ohos.geoLocationManager.d.ts|
113e41f4b71Sopenharmony_ci|Added|NA|Class name: CurrentLocationRequest;<br>Method or attribute name: maxAccuracy?: number;|@ohos.geoLocationManager.d.ts|
114e41f4b71Sopenharmony_ci|Added|NA|Class name: CurrentLocationRequest;<br>Method or attribute name: timeoutMs?: number;|@ohos.geoLocationManager.d.ts|
115e41f4b71Sopenharmony_ci|Added|NA|Class name: Location;<br>Method or attribute name: altitude: number;|@ohos.geoLocationManager.d.ts|
116e41f4b71Sopenharmony_ci|Added|NA|Class name: Location;<br>Method or attribute name: accuracy: number;|@ohos.geoLocationManager.d.ts|
117e41f4b71Sopenharmony_ci|Added|NA|Class name: Location;<br>Method or attribute name: speed: number;|@ohos.geoLocationManager.d.ts|
118e41f4b71Sopenharmony_ci|Added|NA|Class name: Location;<br>Method or attribute name: timeStamp: number;|@ohos.geoLocationManager.d.ts|
119e41f4b71Sopenharmony_ci|Added|NA|Class name: Location;<br>Method or attribute name: direction: number;|@ohos.geoLocationManager.d.ts|
120e41f4b71Sopenharmony_ci|Added|NA|Class name: Location;<br>Method or attribute name: timeSinceBoot: number;|@ohos.geoLocationManager.d.ts|
121e41f4b71Sopenharmony_ci|Added|NA|Class name: Location;<br>Method or attribute name: additions?: Array\<string>;|@ohos.geoLocationManager.d.ts|
122e41f4b71Sopenharmony_ci|Added|NA|Class name: Location;<br>Method or attribute name: additionSize?: number;|@ohos.geoLocationManager.d.ts|
123e41f4b71Sopenharmony_ci|Added|NA|Class name: LocationRequestPriority;<br>Method or attribute name: UNSET = 0x200|@ohos.geoLocationManager.d.ts|
124e41f4b71Sopenharmony_ci|Added|NA|Class name: LocationRequestPriority;<br>Method or attribute name: ACCURACY|@ohos.geoLocationManager.d.ts|
125e41f4b71Sopenharmony_ci|Added|NA|Class name: LocationRequestPriority;<br>Method or attribute name: LOW_POWER|@ohos.geoLocationManager.d.ts|
126e41f4b71Sopenharmony_ci|Added|NA|Class name: LocationRequestPriority;<br>Method or attribute name: FIRST_FIX|@ohos.geoLocationManager.d.ts|
127e41f4b71Sopenharmony_ci|Added|NA|Class name: LocationRequestScenario;<br>Method or attribute name: UNSET = 0x300|@ohos.geoLocationManager.d.ts|
128e41f4b71Sopenharmony_ci|Added|NA|Class name: LocationRequestScenario;<br>Method or attribute name: NAVIGATION|@ohos.geoLocationManager.d.ts|
129e41f4b71Sopenharmony_ci|Added|NA|Class name: LocationRequestScenario;<br>Method or attribute name: TRAJECTORY_TRACKING|@ohos.geoLocationManager.d.ts|
130e41f4b71Sopenharmony_ci|Added|NA|Class name: LocationRequestScenario;<br>Method or attribute name: CAR_HAILING|@ohos.geoLocationManager.d.ts|
131e41f4b71Sopenharmony_ci|Added|NA|Class name: LocationRequestScenario;<br>Method or attribute name: DAILY_LIFE_SERVICE|@ohos.geoLocationManager.d.ts|
132e41f4b71Sopenharmony_ci|Added|NA|Class name: LocationRequestScenario;<br>Method or attribute name: NO_POWER|@ohos.geoLocationManager.d.ts|
133e41f4b71Sopenharmony_ci|Added|NA|Class name: LocationPrivacyType;<br>Method or attribute name: OTHERS = 0|@ohos.geoLocationManager.d.ts|
134e41f4b71Sopenharmony_ci|Added|NA|Class name: LocationPrivacyType;<br>Method or attribute name: STARTUP|@ohos.geoLocationManager.d.ts|
135e41f4b71Sopenharmony_ci|Added|NA|Class name: LocationPrivacyType;<br>Method or attribute name: CORE_LOCATION|@ohos.geoLocationManager.d.ts|
136e41f4b71Sopenharmony_ci|Added|NA|Class name: LocationCommand;<br>Method or attribute name: command: string;|@ohos.geoLocationManager.d.ts|
137e41f4b71Sopenharmony_ci|Added|NA|Class name: CountryCode;<br>Method or attribute name: country: string;|@ohos.geoLocationManager.d.ts|
138e41f4b71Sopenharmony_ci|Added|NA|Class name: CountryCode;<br>Method or attribute name: type: CountryCodeType;|@ohos.geoLocationManager.d.ts|
139e41f4b71Sopenharmony_ci|Added|NA|Class name: CountryCodeType;<br>Method or attribute name: COUNTRY_CODE_FROM_LOCALE = 1|@ohos.geoLocationManager.d.ts|
140e41f4b71Sopenharmony_ci|Added|NA|Class name: CountryCodeType;<br>Method or attribute name: COUNTRY_CODE_FROM_SIM|@ohos.geoLocationManager.d.ts|
141e41f4b71Sopenharmony_ci|Added|NA|Class name: CountryCodeType;<br>Method or attribute name: COUNTRY_CODE_FROM_LOCATION|@ohos.geoLocationManager.d.ts|
142e41f4b71Sopenharmony_ci|Added|NA|Class name: CountryCodeType;<br>Method or attribute name: COUNTRY_CODE_FROM_NETWORK|@ohos.geoLocationManager.d.ts|
143e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: declare geolocation<br>Old version: |Class name: geolocation;<br>Method or attribute name: declare geolocation<br>New version: 9<br>Substitute API: |@ohos.geolocation.d.ts|
144e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function on(type: 'locationChange', request: LocationRequest, callback: Callback\<Location>): void;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function on(type: 'locationChange', request: LocationRequest, callback: Callback\<Location>): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.on#event:locationChange|@ohos.geolocation.d.ts|
145e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function on(type: 'locationServiceState', callback: Callback\<boolean>): void;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function on(type: 'locationServiceState', callback: Callback\<boolean>): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.on#event:locationEnabledChange|@ohos.geolocation.d.ts|
146e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function on(type: 'cachedGnssLocationsReporting', request: CachedGnssLocationsRequest, callback: Callback\<Array\<Location>>): void;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function on(type: 'cachedGnssLocationsReporting', request: CachedGnssLocationsRequest, callback: Callback\<Array\<Location>>): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.on#event:cachedGnssLocationsChange|@ohos.geolocation.d.ts|
147e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function on(type: 'gnssStatusChange', callback: Callback\<SatelliteStatusInfo>): void;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function on(type: 'gnssStatusChange', callback: Callback\<SatelliteStatusInfo>): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.on#event:satelliteStatusChange|@ohos.geolocation.d.ts|
148e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function on(type: 'nmeaMessageChange', callback: Callback\<string>): void;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function on(type: 'nmeaMessageChange', callback: Callback\<string>): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.on#event:nmeaMessage|@ohos.geolocation.d.ts|
149e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function on(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function on(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.on#event:gnssFenceStatusChange|@ohos.geolocation.d.ts|
150e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function off(type: 'locationChange', callback?: Callback\<Location>): void;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function off(type: 'locationChange', callback?: Callback\<Location>): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.off#event:locationChange|@ohos.geolocation.d.ts|
151e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function off(type: 'locationServiceState', callback?: Callback\<boolean>): void;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function off(type: 'locationServiceState', callback?: Callback\<boolean>): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.off#event:locationEnabledChange|@ohos.geolocation.d.ts|
152e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function off(type: 'cachedGnssLocationsReporting', callback?: Callback\<Array\<Location>>): void;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function off(type: 'cachedGnssLocationsReporting', callback?: Callback\<Array\<Location>>): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.off#event:cachedGnssLocationsChange|@ohos.geolocation.d.ts|
153e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function off(type: 'gnssStatusChange', callback?: Callback\<SatelliteStatusInfo>): void;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function off(type: 'gnssStatusChange', callback?: Callback\<SatelliteStatusInfo>): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.off#event:satelliteStatusChange|@ohos.geolocation.d.ts|
154e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function off(type: 'nmeaMessageChange', callback?: Callback\<string>): void;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function off(type: 'nmeaMessageChange', callback?: Callback\<string>): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.off#event:nmeaMessage|@ohos.geolocation.d.ts|
155e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function off(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function off(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.off#event:gnssFenceStatusChange|@ohos.geolocation.d.ts|
156e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function getCurrentLocation(request: CurrentLocationRequest, callback: AsyncCallback\<Location>): void;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function getCurrentLocation(request: CurrentLocationRequest, callback: AsyncCallback\<Location>): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.getCurrentLocation|@ohos.geolocation.d.ts|
157e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function getCurrentLocation(callback: AsyncCallback\<Location>): void;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function getCurrentLocation(callback: AsyncCallback\<Location>): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.getCurrentLocation|@ohos.geolocation.d.ts|
158e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function getCurrentLocation(request?: CurrentLocationRequest): Promise\<Location>;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function getCurrentLocation(request?: CurrentLocationRequest): Promise\<Location>;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.getCurrentLocation|@ohos.geolocation.d.ts|
159e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function getLastLocation(callback: AsyncCallback\<Location>): void;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function getLastLocation(callback: AsyncCallback\<Location>): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.getLastLocation|@ohos.geolocation.d.ts|
160e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function getLastLocation(): Promise\<Location>;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function getLastLocation(): Promise\<Location>;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.getLastLocation|@ohos.geolocation.d.ts|
161e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function isLocationEnabled(callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function isLocationEnabled(callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.isLocationEnabled|@ohos.geolocation.d.ts|
162e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function isLocationEnabled(): Promise\<boolean>;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function isLocationEnabled(): Promise\<boolean>;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.isLocationEnabled|@ohos.geolocation.d.ts|
163e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function requestEnableLocation(callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function requestEnableLocation(callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: |@ohos.geolocation.d.ts|
164e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function requestEnableLocation(): Promise\<boolean>;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function requestEnableLocation(): Promise\<boolean>;<br>New version: 9<br>Substitute API: |@ohos.geolocation.d.ts|
165e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback: AsyncCallback\<Array\<GeoAddress>>): void;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback: AsyncCallback\<Array\<GeoAddress>>): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.getAddressesFromLocation|@ohos.geolocation.d.ts|
166e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise\<Array\<GeoAddress>>;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise\<Array\<GeoAddress>>;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.getAddressesFromLocation|@ohos.geolocation.d.ts|
167e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest, callback: AsyncCallback\<Array\<GeoAddress>>): void;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest, callback: AsyncCallback\<Array\<GeoAddress>>): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.getAddressesFromLocationName|@ohos.geolocation.d.ts|
168e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest): Promise\<Array\<GeoAddress>>;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest): Promise\<Array\<GeoAddress>>;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.getAddressesFromLocationName|@ohos.geolocation.d.ts|
169e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function isGeoServiceAvailable(callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function isGeoServiceAvailable(callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.isGeocoderAvailable|@ohos.geolocation.d.ts|
170e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function isGeoServiceAvailable(): Promise\<boolean>;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function isGeoServiceAvailable(): Promise\<boolean>;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.isGeocoderAvailable|@ohos.geolocation.d.ts|
171e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function getCachedGnssLocationsSize(callback: AsyncCallback\<number>): void;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function getCachedGnssLocationsSize(callback: AsyncCallback\<number>): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.getCachedGnssLocationsSize|@ohos.geolocation.d.ts|
172e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function getCachedGnssLocationsSize(): Promise\<number>;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function getCachedGnssLocationsSize(): Promise\<number>;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.getCachedGnssLocationsSize|@ohos.geolocation.d.ts|
173e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function flushCachedGnssLocations(callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function flushCachedGnssLocations(callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.flushCachedGnssLocations|@ohos.geolocation.d.ts|
174e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function flushCachedGnssLocations(): Promise\<boolean>;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function flushCachedGnssLocations(): Promise\<boolean>;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.flushCachedGnssLocations|@ohos.geolocation.d.ts|
175e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function sendCommand(command: LocationCommand, callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function sendCommand(command: LocationCommand, callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.sendCommand|@ohos.geolocation.d.ts|
176e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: geolocation;<br>Method or attribute name: function sendCommand(command: LocationCommand): Promise\<boolean>;<br>Old version: |Class name: geolocation;<br>Method or attribute name: function sendCommand(command: LocationCommand): Promise\<boolean>;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.sendCommand|@ohos.geolocation.d.ts|
177e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: SatelliteStatusInfo;<br>Method or attribute name: export interface SatelliteStatusInfo<br>Old version: |Class name: SatelliteStatusInfo;<br>Method or attribute name: export interface SatelliteStatusInfo<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.SatelliteStatusInfo|@ohos.geolocation.d.ts|
178e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: SatelliteStatusInfo;<br>Method or attribute name: satellitesNumber: number;<br>Old version: |Class name: SatelliteStatusInfo;<br>Method or attribute name: satellitesNumber: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.SatelliteStatusInfo|@ohos.geolocation.d.ts|
179e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: SatelliteStatusInfo;<br>Method or attribute name: satelliteIds: Array\<number>;<br>Old version: |Class name: SatelliteStatusInfo;<br>Method or attribute name: satelliteIds: Array\<number>;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.SatelliteStatusInfo|@ohos.geolocation.d.ts|
180e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: SatelliteStatusInfo;<br>Method or attribute name: carrierToNoiseDensitys: Array\<number>;<br>Old version: |Class name: SatelliteStatusInfo;<br>Method or attribute name: carrierToNoiseDensitys: Array\<number>;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.SatelliteStatusInfo|@ohos.geolocation.d.ts|
181e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: SatelliteStatusInfo;<br>Method or attribute name: altitudes: Array\<number>;<br>Old version: |Class name: SatelliteStatusInfo;<br>Method or attribute name: altitudes: Array\<number>;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.SatelliteStatusInfo|@ohos.geolocation.d.ts|
182e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: SatelliteStatusInfo;<br>Method or attribute name: azimuths: Array\<number>;<br>Old version: |Class name: SatelliteStatusInfo;<br>Method or attribute name: azimuths: Array\<number>;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.SatelliteStatusInfo|@ohos.geolocation.d.ts|
183e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: SatelliteStatusInfo;<br>Method or attribute name: carrierFrequencies: Array\<number>;<br>Old version: |Class name: SatelliteStatusInfo;<br>Method or attribute name: carrierFrequencies: Array\<number>;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.SatelliteStatusInfo|@ohos.geolocation.d.ts|
184e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: CachedGnssLocationsRequest;<br>Method or attribute name: export interface CachedGnssLocationsRequest<br>Old version: |Class name: CachedGnssLocationsRequest;<br>Method or attribute name: export interface CachedGnssLocationsRequest<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.CachedGnssLocationsRequest|@ohos.geolocation.d.ts|
185e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: CachedGnssLocationsRequest;<br>Method or attribute name: reportingPeriodSec: number;<br>Old version: |Class name: CachedGnssLocationsRequest;<br>Method or attribute name: reportingPeriodSec: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.CachedGnssLocationsRequest|@ohos.geolocation.d.ts|
186e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: CachedGnssLocationsRequest;<br>Method or attribute name: wakeUpCacheQueueFull: boolean;<br>Old version: |Class name: CachedGnssLocationsRequest;<br>Method or attribute name: wakeUpCacheQueueFull: boolean;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.CachedGnssLocationsRequest|@ohos.geolocation.d.ts|
187e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeofenceRequest;<br>Method or attribute name: export interface GeofenceRequest<br>Old version: |Class name: GeofenceRequest;<br>Method or attribute name: export interface GeofenceRequest<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeofenceRequest|@ohos.geolocation.d.ts|
188e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeofenceRequest;<br>Method or attribute name: priority: LocationRequestPriority;<br>Old version: |Class name: GeofenceRequest;<br>Method or attribute name: priority: LocationRequestPriority;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeofenceRequest|@ohos.geolocation.d.ts|
189e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeofenceRequest;<br>Method or attribute name: scenario: LocationRequestScenario;<br>Old version: |Class name: GeofenceRequest;<br>Method or attribute name: scenario: LocationRequestScenario;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeofenceRequest|@ohos.geolocation.d.ts|
190e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationCommand;<br>Method or attribute name: scenario: LocationRequestScenario;<br>Old version: |Class name: LocationCommand;<br>Method or attribute name: scenario: LocationRequestScenario;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationCommand|@ohos.geolocation.d.ts|
191e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeofenceRequest;<br>Method or attribute name: geofence: Geofence;<br>Old version: |Class name: GeofenceRequest;<br>Method or attribute name: geofence: Geofence;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeofenceRequest|@ohos.geolocation.d.ts|
192e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Geofence;<br>Method or attribute name: export interface Geofence<br>Old version: |Class name: Geofence;<br>Method or attribute name: export interface Geofence<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Geofence|@ohos.geolocation.d.ts|
193e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Geofence;<br>Method or attribute name: latitude: number;<br>Old version: |Class name: Geofence;<br>Method or attribute name: latitude: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Geofence|@ohos.geolocation.d.ts|
194e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: ReverseGeoCodeRequest;<br>Method or attribute name: latitude: number;<br>Old version: |Class name: ReverseGeoCodeRequest;<br>Method or attribute name: latitude: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.ReverseGeoCodeRequest|@ohos.geolocation.d.ts|
195e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Location;<br>Method or attribute name: latitude: number;<br>Old version: |Class name: Location;<br>Method or attribute name: latitude: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Location|@ohos.geolocation.d.ts|
196e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Geofence;<br>Method or attribute name: longitude: number;<br>Old version: |Class name: Geofence;<br>Method or attribute name: longitude: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Geofence|@ohos.geolocation.d.ts|
197e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: ReverseGeoCodeRequest;<br>Method or attribute name: longitude: number;<br>Old version: |Class name: ReverseGeoCodeRequest;<br>Method or attribute name: longitude: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.ReverseGeoCodeRequest|@ohos.geolocation.d.ts|
198e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Location;<br>Method or attribute name: longitude: number;<br>Old version: |Class name: Location;<br>Method or attribute name: longitude: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Location|@ohos.geolocation.d.ts|
199e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Geofence;<br>Method or attribute name: radius: number;<br>Old version: |Class name: Geofence;<br>Method or attribute name: radius: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Geofence|@ohos.geolocation.d.ts|
200e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Geofence;<br>Method or attribute name: expiration: number;<br>Old version: |Class name: Geofence;<br>Method or attribute name: expiration: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Geofence|@ohos.geolocation.d.ts|
201e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: ReverseGeoCodeRequest;<br>Method or attribute name: export interface ReverseGeoCodeRequest<br>Old version: |Class name: ReverseGeoCodeRequest;<br>Method or attribute name: export interface ReverseGeoCodeRequest<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.ReverseGeoCodeRequest|@ohos.geolocation.d.ts|
202e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: ReverseGeoCodeRequest;<br>Method or attribute name: locale?: string;<br>Old version: |Class name: ReverseGeoCodeRequest;<br>Method or attribute name: locale?: string;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.ReverseGeoCodeRequest|@ohos.geolocation.d.ts|
203e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoCodeRequest;<br>Method or attribute name: locale?: string;<br>Old version: |Class name: GeoCodeRequest;<br>Method or attribute name: locale?: string;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoCodeRequest|@ohos.geolocation.d.ts|
204e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoAddress;<br>Method or attribute name: locale?: string;<br>Old version: |Class name: GeoAddress;<br>Method or attribute name: locale?: string;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoAddress|@ohos.geolocation.d.ts|
205e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: ReverseGeoCodeRequest;<br>Method or attribute name: maxItems?: number;<br>Old version: |Class name: ReverseGeoCodeRequest;<br>Method or attribute name: maxItems?: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.ReverseGeoCodeRequest|@ohos.geolocation.d.ts|
206e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoCodeRequest;<br>Method or attribute name: maxItems?: number;<br>Old version: |Class name: GeoCodeRequest;<br>Method or attribute name: maxItems?: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoCodeRequest|@ohos.geolocation.d.ts|
207e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoCodeRequest;<br>Method or attribute name: export interface GeoCodeRequest<br>Old version: |Class name: GeoCodeRequest;<br>Method or attribute name: export interface GeoCodeRequest<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoCodeRequest|@ohos.geolocation.d.ts|
208e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoCodeRequest;<br>Method or attribute name: description: string;<br>Old version: |Class name: GeoCodeRequest;<br>Method or attribute name: description: string;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoCodeRequest|@ohos.geolocation.d.ts|
209e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoCodeRequest;<br>Method or attribute name: minLatitude?: number;<br>Old version: |Class name: GeoCodeRequest;<br>Method or attribute name: minLatitude?: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoCodeRequest|@ohos.geolocation.d.ts|
210e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoCodeRequest;<br>Method or attribute name: minLongitude?: number;<br>Old version: |Class name: GeoCodeRequest;<br>Method or attribute name: minLongitude?: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoCodeRequest|@ohos.geolocation.d.ts|
211e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoCodeRequest;<br>Method or attribute name: maxLatitude?: number;<br>Old version: |Class name: GeoCodeRequest;<br>Method or attribute name: maxLatitude?: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoCodeRequest|@ohos.geolocation.d.ts|
212e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoCodeRequest;<br>Method or attribute name: maxLongitude?: number;<br>Old version: |Class name: GeoCodeRequest;<br>Method or attribute name: maxLongitude?: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoCodeRequest|@ohos.geolocation.d.ts|
213e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoAddress;<br>Method or attribute name: export interface GeoAddress<br>Old version: |Class name: GeoAddress;<br>Method or attribute name: export interface GeoAddress<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoAddress|@ohos.geolocation.d.ts|
214e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoAddress;<br>Method or attribute name: latitude?: number;<br>Old version: |Class name: GeoAddress;<br>Method or attribute name: latitude?: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoAddress|@ohos.geolocation.d.ts|
215e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoAddress;<br>Method or attribute name: longitude?: number;<br>Old version: |Class name: GeoAddress;<br>Method or attribute name: longitude?: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoAddress|@ohos.geolocation.d.ts|
216e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoAddress;<br>Method or attribute name: placeName?: string;<br>Old version: |Class name: GeoAddress;<br>Method or attribute name: placeName?: string;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoAddress|@ohos.geolocation.d.ts|
217e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoAddress;<br>Method or attribute name: countryCode?: string;<br>Old version: |Class name: GeoAddress;<br>Method or attribute name: countryCode?: string;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoAddress|@ohos.geolocation.d.ts|
218e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoAddress;<br>Method or attribute name: countryName?: string;<br>Old version: |Class name: GeoAddress;<br>Method or attribute name: countryName?: string;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoAddress|@ohos.geolocation.d.ts|
219e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoAddress;<br>Method or attribute name: administrativeArea?: string;<br>Old version: |Class name: GeoAddress;<br>Method or attribute name: administrativeArea?: string;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoAddress|@ohos.geolocation.d.ts|
220e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoAddress;<br>Method or attribute name: subAdministrativeArea?: string;<br>Old version: |Class name: GeoAddress;<br>Method or attribute name: subAdministrativeArea?: string;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoAddress|@ohos.geolocation.d.ts|
221e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoAddress;<br>Method or attribute name: locality?: string;<br>Old version: |Class name: GeoAddress;<br>Method or attribute name: locality?: string;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoAddress|@ohos.geolocation.d.ts|
222e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoAddress;<br>Method or attribute name: subLocality?: string;<br>Old version: |Class name: GeoAddress;<br>Method or attribute name: subLocality?: string;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoAddress|@ohos.geolocation.d.ts|
223e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoAddress;<br>Method or attribute name: roadName?: string;<br>Old version: |Class name: GeoAddress;<br>Method or attribute name: roadName?: string;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoAddress|@ohos.geolocation.d.ts|
224e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoAddress;<br>Method or attribute name: subRoadName?: string;<br>Old version: |Class name: GeoAddress;<br>Method or attribute name: subRoadName?: string;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoAddress|@ohos.geolocation.d.ts|
225e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoAddress;<br>Method or attribute name: premises?: string;<br>Old version: |Class name: GeoAddress;<br>Method or attribute name: premises?: string;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoAddress|@ohos.geolocation.d.ts|
226e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoAddress;<br>Method or attribute name: postalCode?: string;<br>Old version: |Class name: GeoAddress;<br>Method or attribute name: postalCode?: string;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoAddress|@ohos.geolocation.d.ts|
227e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoAddress;<br>Method or attribute name: phoneNumber?: string;<br>Old version: |Class name: GeoAddress;<br>Method or attribute name: phoneNumber?: string;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoAddress|@ohos.geolocation.d.ts|
228e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoAddress;<br>Method or attribute name: addressUrl?: string;<br>Old version: |Class name: GeoAddress;<br>Method or attribute name: addressUrl?: string;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoAddress|@ohos.geolocation.d.ts|
229e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoAddress;<br>Method or attribute name: descriptions?: Array\<string>;<br>Old version: |Class name: GeoAddress;<br>Method or attribute name: descriptions?: Array\<string>;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoAddress|@ohos.geolocation.d.ts|
230e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoAddress;<br>Method or attribute name: descriptionsSize?: number;<br>Old version: |Class name: GeoAddress;<br>Method or attribute name: descriptionsSize?: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoAddress|@ohos.geolocation.d.ts|
231e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationRequest;<br>Method or attribute name: export interface LocationRequest<br>Old version: |Class name: LocationRequest;<br>Method or attribute name: export interface LocationRequest<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequest|@ohos.geolocation.d.ts|
232e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationRequest;<br>Method or attribute name: priority?: LocationRequestPriority;<br>Old version: |Class name: LocationRequest;<br>Method or attribute name: priority?: LocationRequestPriority;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequest|@ohos.geolocation.d.ts|
233e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: CurrentLocationRequest;<br>Method or attribute name: priority?: LocationRequestPriority;<br>Old version: |Class name: CurrentLocationRequest;<br>Method or attribute name: priority?: LocationRequestPriority;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest|@ohos.geolocation.d.ts|
234e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationRequest;<br>Method or attribute name: scenario?: LocationRequestScenario;<br>Old version: |Class name: LocationRequest;<br>Method or attribute name: scenario?: LocationRequestScenario;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequest|@ohos.geolocation.d.ts|
235e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: CurrentLocationRequest;<br>Method or attribute name: scenario?: LocationRequestScenario;<br>Old version: |Class name: CurrentLocationRequest;<br>Method or attribute name: scenario?: LocationRequestScenario;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest|@ohos.geolocation.d.ts|
236e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationRequest;<br>Method or attribute name: timeInterval?: number;<br>Old version: |Class name: LocationRequest;<br>Method or attribute name: timeInterval?: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequest|@ohos.geolocation.d.ts|
237e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationRequest;<br>Method or attribute name: distanceInterval?: number;<br>Old version: |Class name: LocationRequest;<br>Method or attribute name: distanceInterval?: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequest|@ohos.geolocation.d.ts|
238e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationRequest;<br>Method or attribute name: maxAccuracy?: number;<br>Old version: |Class name: LocationRequest;<br>Method or attribute name: maxAccuracy?: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequest|@ohos.geolocation.d.ts|
239e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: CurrentLocationRequest;<br>Method or attribute name: maxAccuracy?: number;<br>Old version: |Class name: CurrentLocationRequest;<br>Method or attribute name: maxAccuracy?: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest|@ohos.geolocation.d.ts|
240e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: CurrentLocationRequest;<br>Method or attribute name: export interface CurrentLocationRequest<br>Old version: |Class name: CurrentLocationRequest;<br>Method or attribute name: export interface CurrentLocationRequest<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest|@ohos.geolocation.d.ts|
241e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: CurrentLocationRequest;<br>Method or attribute name: timeoutMs?: number;<br>Old version: |Class name: CurrentLocationRequest;<br>Method or attribute name: timeoutMs?: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest|@ohos.geolocation.d.ts|
242e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Location;<br>Method or attribute name: export interface Location<br>Old version: |Class name: Location;<br>Method or attribute name: export interface Location<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Location|@ohos.geolocation.d.ts|
243e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Location;<br>Method or attribute name: altitude: number;<br>Old version: |Class name: Location;<br>Method or attribute name: altitude: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Location|@ohos.geolocation.d.ts|
244e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Location;<br>Method or attribute name: accuracy: number;<br>Old version: |Class name: Location;<br>Method or attribute name: accuracy: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Location|@ohos.geolocation.d.ts|
245e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Location;<br>Method or attribute name: speed: number;<br>Old version: |Class name: Location;<br>Method or attribute name: speed: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Location|@ohos.geolocation.d.ts|
246e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Location;<br>Method or attribute name: timeStamp: number;<br>Old version: |Class name: Location;<br>Method or attribute name: timeStamp: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Location|@ohos.geolocation.d.ts|
247e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Location;<br>Method or attribute name: direction: number;<br>Old version: |Class name: Location;<br>Method or attribute name: direction: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Location|@ohos.geolocation.d.ts|
248e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Location;<br>Method or attribute name: timeSinceBoot: number;<br>Old version: |Class name: Location;<br>Method or attribute name: timeSinceBoot: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Location|@ohos.geolocation.d.ts|
249e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Location;<br>Method or attribute name: additions?: Array\<string>;<br>Old version: |Class name: Location;<br>Method or attribute name: additions?: Array\<string>;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Location|@ohos.geolocation.d.ts|
250e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Location;<br>Method or attribute name: additionSize?: number;<br>Old version: |Class name: Location;<br>Method or attribute name: additionSize?: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Location|@ohos.geolocation.d.ts|
251e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationRequestPriority;<br>Method or attribute name: export enum LocationRequestPriority<br>Old version: |Class name: LocationRequestPriority;<br>Method or attribute name: export enum LocationRequestPriority<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequestPriority|@ohos.geolocation.d.ts|
252e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationRequestPriority;<br>Method or attribute name: UNSET = 0x200<br>Old version: |Class name: LocationRequestPriority;<br>Method or attribute name: UNSET = 0x200<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequestPriority|@ohos.geolocation.d.ts|
253e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationRequestPriority;<br>Method or attribute name: ACCURACY<br>Old version: |Class name: LocationRequestPriority;<br>Method or attribute name: ACCURACY<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequestPriority|@ohos.geolocation.d.ts|
254e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationRequestPriority;<br>Method or attribute name: LOW_POWER<br>Old version: |Class name: LocationRequestPriority;<br>Method or attribute name: LOW_POWER<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequestPriority|@ohos.geolocation.d.ts|
255e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationRequestPriority;<br>Method or attribute name: FIRST_FIX<br>Old version: |Class name: LocationRequestPriority;<br>Method or attribute name: FIRST_FIX<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequestPriority|@ohos.geolocation.d.ts|
256e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationRequestScenario;<br>Method or attribute name: export enum LocationRequestScenario<br>Old version: |Class name: LocationRequestScenario;<br>Method or attribute name: export enum LocationRequestScenario<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequestScenario|@ohos.geolocation.d.ts|
257e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationRequestScenario;<br>Method or attribute name: UNSET = 0x300<br>Old version: |Class name: LocationRequestScenario;<br>Method or attribute name: UNSET = 0x300<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequestScenario|@ohos.geolocation.d.ts|
258e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationRequestScenario;<br>Method or attribute name: NAVIGATION<br>Old version: |Class name: LocationRequestScenario;<br>Method or attribute name: NAVIGATION<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequestScenario|@ohos.geolocation.d.ts|
259e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationRequestScenario;<br>Method or attribute name: TRAJECTORY_TRACKING<br>Old version: |Class name: LocationRequestScenario;<br>Method or attribute name: TRAJECTORY_TRACKING<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequestScenario|@ohos.geolocation.d.ts|
260e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationRequestScenario;<br>Method or attribute name: CAR_HAILING<br>Old version: |Class name: LocationRequestScenario;<br>Method or attribute name: CAR_HAILING<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequestScenario|@ohos.geolocation.d.ts|
261e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationRequestScenario;<br>Method or attribute name: DAILY_LIFE_SERVICE<br>Old version: |Class name: LocationRequestScenario;<br>Method or attribute name: DAILY_LIFE_SERVICE<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequestScenario|@ohos.geolocation.d.ts|
262e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationRequestScenario;<br>Method or attribute name: NO_POWER<br>Old version: |Class name: LocationRequestScenario;<br>Method or attribute name: NO_POWER<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequestScenario|@ohos.geolocation.d.ts|
263e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoLocationErrorCode;<br>Method or attribute name: export enum GeoLocationErrorCode<br>Old version: |Class name: GeoLocationErrorCode;<br>Method or attribute name: export enum GeoLocationErrorCode<br>New version: 9<br>Substitute API: |@ohos.geolocation.d.ts|
264e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoLocationErrorCode;<br>Method or attribute name: INPUT_PARAMS_ERROR<br>Old version: |Class name: GeoLocationErrorCode;<br>Method or attribute name: INPUT_PARAMS_ERROR<br>New version: 9<br>Substitute API: |@ohos.geolocation.d.ts|
265e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoLocationErrorCode;<br>Method or attribute name: REVERSE_GEOCODE_ERROR<br>Old version: |Class name: GeoLocationErrorCode;<br>Method or attribute name: REVERSE_GEOCODE_ERROR<br>New version: 9<br>Substitute API: |@ohos.geolocation.d.ts|
266e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoLocationErrorCode;<br>Method or attribute name: GEOCODE_ERROR<br>Old version: |Class name: GeoLocationErrorCode;<br>Method or attribute name: GEOCODE_ERROR<br>New version: 9<br>Substitute API: |@ohos.geolocation.d.ts|
267e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoLocationErrorCode;<br>Method or attribute name: LOCATOR_ERROR<br>Old version: |Class name: GeoLocationErrorCode;<br>Method or attribute name: LOCATOR_ERROR<br>New version: 9<br>Substitute API: |@ohos.geolocation.d.ts|
268e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoLocationErrorCode;<br>Method or attribute name: LOCATION_SWITCH_ERROR<br>Old version: |Class name: GeoLocationErrorCode;<br>Method or attribute name: LOCATION_SWITCH_ERROR<br>New version: 9<br>Substitute API: |@ohos.geolocation.d.ts|
269e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoLocationErrorCode;<br>Method or attribute name: LAST_KNOWN_LOCATION_ERROR<br>Old version: |Class name: GeoLocationErrorCode;<br>Method or attribute name: LAST_KNOWN_LOCATION_ERROR<br>New version: 9<br>Substitute API: |@ohos.geolocation.d.ts|
270e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeoLocationErrorCode;<br>Method or attribute name: LOCATION_REQUEST_TIMEOUT_ERROR<br>Old version: |Class name: GeoLocationErrorCode;<br>Method or attribute name: LOCATION_REQUEST_TIMEOUT_ERROR<br>New version: 9<br>Substitute API: |@ohos.geolocation.d.ts|
271e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationPrivacyType;<br>Method or attribute name: export enum LocationPrivacyType<br>Old version: |Class name: LocationPrivacyType;<br>Method or attribute name: export enum LocationPrivacyType<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationPrivacyType|@ohos.geolocation.d.ts|
272e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationPrivacyType;<br>Method or attribute name: OTHERS = 0<br>Old version: |Class name: LocationPrivacyType;<br>Method or attribute name: OTHERS = 0<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationPrivacyType|@ohos.geolocation.d.ts|
273e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationPrivacyType;<br>Method or attribute name: STARTUP<br>Old version: |Class name: LocationPrivacyType;<br>Method or attribute name: STARTUP<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationPrivacyType|@ohos.geolocation.d.ts|
274e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationPrivacyType;<br>Method or attribute name: CORE_LOCATION<br>Old version: |Class name: LocationPrivacyType;<br>Method or attribute name: CORE_LOCATION<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationPrivacyType|@ohos.geolocation.d.ts|
275e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationCommand;<br>Method or attribute name: export interface LocationCommand<br>Old version: |Class name: LocationCommand;<br>Method or attribute name: export interface LocationCommand<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationCommand|@ohos.geolocation.d.ts|
276e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: LocationCommand;<br>Method or attribute name: command: string;<br>Old version: |Class name: LocationCommand;<br>Method or attribute name: command: string;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationCommand|@ohos.geolocation.d.ts|
277e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeolocationResponse;<br>Method or attribute name: export interface GeolocationResponse<br>Old version: |Class name: GeolocationResponse;<br>Method or attribute name: export interface GeolocationResponse<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Location|@system.geolocation.d.ts|
278e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeolocationResponse;<br>Method or attribute name: longitude: number;<br>Old version: |Class name: GeolocationResponse;<br>Method or attribute name: longitude: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Location|@system.geolocation.d.ts|
279e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeolocationResponse;<br>Method or attribute name: latitude: number;<br>Old version: |Class name: GeolocationResponse;<br>Method or attribute name: latitude: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Location|@system.geolocation.d.ts|
280e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeolocationResponse;<br>Method or attribute name: altitude: number;<br>Old version: |Class name: GeolocationResponse;<br>Method or attribute name: altitude: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Location|@system.geolocation.d.ts|
281e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeolocationResponse;<br>Method or attribute name: accuracy: number;<br>Old version: |Class name: GeolocationResponse;<br>Method or attribute name: accuracy: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Location|@system.geolocation.d.ts|
282e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GeolocationResponse;<br>Method or attribute name: time: number;<br>Old version: |Class name: GeolocationResponse;<br>Method or attribute name: time: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Location|@system.geolocation.d.ts|
283e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GetLocationOption;<br>Method or attribute name: export interface GetLocationOption<br>Old version: |Class name: GetLocationOption;<br>Method or attribute name: export interface GetLocationOption<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest|@system.geolocation.d.ts|
284e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GetLocationOption;<br>Method or attribute name: timeout?: number;<br>Old version: |Class name: GetLocationOption;<br>Method or attribute name: timeout?: number;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest|@system.geolocation.d.ts|
285e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GetLocationOption;<br>Method or attribute name: coordType?: string;<br>Old version: |Class name: GetLocationOption;<br>Method or attribute name: coordType?: string;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest|@system.geolocation.d.ts|
286e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: SubscribeLocationOption;<br>Method or attribute name: coordType?: string;<br>Old version: |Class name: SubscribeLocationOption;<br>Method or attribute name: coordType?: string;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequest|@system.geolocation.d.ts|
287e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GetLocationOption;<br>Method or attribute name: success?: (data: GeolocationResponse) => void;<br>Old version: |Class name: GetLocationOption;<br>Method or attribute name: success?: (data: GeolocationResponse) => void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest|@system.geolocation.d.ts|
288e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GetLocationOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Old version: |Class name: GetLocationOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest|@system.geolocation.d.ts|
289e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GetLocationTypeOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Old version: |Class name: GetLocationTypeOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>New version: 9<br>Substitute API: |@system.geolocation.d.ts|
290e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: SubscribeLocationOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Old version: |Class name: SubscribeLocationOption;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequest|@system.geolocation.d.ts|
291e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GetLocationOption;<br>Method or attribute name: complete?: () => void;<br>Old version: |Class name: GetLocationOption;<br>Method or attribute name: complete?: () => void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest|@system.geolocation.d.ts|
292e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GetLocationTypeOption;<br>Method or attribute name: complete?: () => void;<br>Old version: |Class name: GetLocationTypeOption;<br>Method or attribute name: complete?: () => void;<br>New version: 9<br>Substitute API: |@system.geolocation.d.ts|
293e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GetLocationTypeResponse;<br>Method or attribute name: export interface GetLocationTypeResponse<br>Old version: |Class name: GetLocationTypeResponse;<br>Method or attribute name: export interface GetLocationTypeResponse<br>New version: 9<br>Substitute API: |@system.geolocation.d.ts|
294e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GetLocationTypeResponse;<br>Method or attribute name: types: Array\<string>;<br>Old version: |Class name: GetLocationTypeResponse;<br>Method or attribute name: types: Array\<string>;<br>New version: 9<br>Substitute API: |@system.geolocation.d.ts|
295e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GetLocationTypeOption;<br>Method or attribute name: export interface GetLocationTypeOption<br>Old version: |Class name: GetLocationTypeOption;<br>Method or attribute name: export interface GetLocationTypeOption<br>New version: 9<br>Substitute API: |@system.geolocation.d.ts|
296e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: GetLocationTypeOption;<br>Method or attribute name: success?: (data: GetLocationTypeResponse) => void;<br>Old version: |Class name: GetLocationTypeOption;<br>Method or attribute name: success?: (data: GetLocationTypeResponse) => void;<br>New version: 9<br>Substitute API: |@system.geolocation.d.ts|
297e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: SubscribeLocationOption;<br>Method or attribute name: export interface SubscribeLocationOption<br>Old version: |Class name: SubscribeLocationOption;<br>Method or attribute name: export interface SubscribeLocationOption<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequest|@system.geolocation.d.ts|
298e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: SubscribeLocationOption;<br>Method or attribute name: success: (data: GeolocationResponse) => void;<br>Old version: |Class name: SubscribeLocationOption;<br>Method or attribute name: success: (data: GeolocationResponse) => void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequest|@system.geolocation.d.ts|
299e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Geolocation;<br>Method or attribute name: export default class Geolocation<br>Old version: |Class name: Geolocation;<br>Method or attribute name: export default class Geolocation<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager|@system.geolocation.d.ts|
300e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Geolocation;<br>Method or attribute name: static getLocation(options?: GetLocationOption): void;<br>Old version: |Class name: Geolocation;<br>Method or attribute name: static getLocation(options?: GetLocationOption): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.getCurrentLocation|@system.geolocation.d.ts|
301e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Geolocation;<br>Method or attribute name: static getLocationType(options?: GetLocationTypeOption): void;<br>Old version: |Class name: Geolocation;<br>Method or attribute name: static getLocationType(options?: GetLocationTypeOption): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager|@system.geolocation.d.ts|
302e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Geolocation;<br>Method or attribute name: static subscribe(options: SubscribeLocationOption): void;<br>Old version: |Class name: Geolocation;<br>Method or attribute name: static subscribe(options: SubscribeLocationOption): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.on#event:locationChange|@system.geolocation.d.ts|
303e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Geolocation;<br>Method or attribute name: static unsubscribe(): void;<br>Old version: |Class name: Geolocation;<br>Method or attribute name: static unsubscribe(): void;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.off#event:locationChange|@system.geolocation.d.ts|
304e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: Geolocation;<br>Method or attribute name: static getSupportedCoordTypes(): Array\<string>;<br>Old version: |Class name: Geolocation;<br>Method or attribute name: static getSupportedCoordTypes(): Array\<string>;<br>New version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager|@system.geolocation.d.ts|
305e41f4b71Sopenharmony_ci|Function changed|Class name: GeoLocationErrorCode;<br>Method or attribute name: INPUT_PARAMS_ERROR = 101|Class name: GeoLocationErrorCode;<br>Method or attribute name: INPUT_PARAMS_ERROR|@ohos.geolocation.d.ts|
306