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