| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function on(type: 'locationChange', request: LocationRequest, callback: Callback<Location>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function off(type: 'locationChange', callback?: Callback<Location>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function on(type: 'locationEnabledChange', callback: Callback<boolean>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function off(type: 'locationEnabledChange', callback?: Callback<boolean>): void;|@ohos.geoLocationManager.d.ts|
|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|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function off(type: 'cachedGnssLocationsChange', callback?: Callback<Array<Location>>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function on(type: 'satelliteStatusChange', callback: Callback<SatelliteStatusInfo>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function off(type: 'satelliteStatusChange', callback?: Callback<SatelliteStatusInfo>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function on(type: 'nmeaMessage', callback: Callback<string>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function off(type: 'nmeaMessage', callback?: Callback<string>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function on(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function off(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getCurrentLocation(request: CurrentLocationRequest, callback: AsyncCallback<Location>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getCurrentLocation(callback: AsyncCallback<Location>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getCurrentLocation(request?: CurrentLocationRequest): Promise<Location>;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getLastLocation(): Location;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function isLocationEnabled(): boolean;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function disableLocation(): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise<Array<GeoAddress>>;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest): Promise<Array<GeoAddress>>;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function isGeocoderAvailable(): boolean;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getCachedGnssLocationsSize(callback: AsyncCallback<number>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getCachedGnssLocationsSize(): Promise<number>;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function flushCachedGnssLocations(callback: AsyncCallback<void>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function flushCachedGnssLocations(): Promise<void>;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function sendCommand(command: LocationCommand, callback: AsyncCallback<void>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function sendCommand(command: LocationCommand): Promise<void>;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function enableLocationMock(): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function disableLocationMock(): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function setMockedLocations(config: LocationMockConfig): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function enableReverseGeocodingMock(): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function disableReverseGeocodingMock(): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function setReverseGeocodingMockInfo(mockInfos: Array<ReverseGeocodingMockInfo>): void;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function isLocationPrivacyConfirmed(type: LocationPrivacyType): boolean;|@ohos.geoLocationManager.d.ts|
|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function setLocationPrivacyConfirmStatus(type: LocationPrivacyType, isConfirmed: boolean): void;|@ohos.geoLocationManager.d.ts|
|Deleted|Module name: ohos.geolocation<br>Class name: geolocation<br>Method or attribute name: function enableLocation(callback: AsyncCallback<boolean>): void;|NA|@ohos.geolocation.d.ts|
|Deleted|Module name: ohos.geolocation<br>Class name: geolocation<br>Method or attribute name: function enableLocation(): Promise<boolean>;|NA|@ohos.geolocation.d.ts|
|Deleted|Module name: ohos.geolocation<br>Class name: geolocation<br>Method or attribute name: function disableLocation(callback: AsyncCallback<boolean>): void;|NA|@ohos.geolocation.d.ts|
|Deleted|Module name: ohos.geolocation<br>Class name: geolocation<br>Method or attribute name: function disableLocation(): Promise<boolean>;|NA|@ohos.geolocation.d.ts|
|Deleted|Module name: ohos.geoLocationManager<br>Class name: GeofenceRequest<br>Method or attribute name: priority: LocationRequestPriority;|NA|@ohos.geoLocationManager.d.ts|
|Access level changed|Class name: ReverseGeocodingMockInfo<br>Method or attribute name: location: ReverseGeoCodeRequest;<br>Access level: public API|Class name: ReverseGeocodingMockInfo<br>Method or attribute name: location: ReverseGeoCodeRequest;<br>Access level: system API|@ohos.geoLocationManager.d.ts|
|Access level changed|Class name: ReverseGeocodingMockInfo<br>Method or attribute name: geoAddress: GeoAddress;<br>Access level: public API|Class name: ReverseGeocodingMockInfo<br>Method or attribute name: geoAddress: GeoAddress;<br>Access level: system API|@ohos.geoLocationManager.d.ts|
|Access level changed|Class name: LocationMockConfig<br>Method or attribute name: timeInterval: number;<br>Access level: public API|Class name: LocationMockConfig<br>Method or attribute name: timeInterval: number;<br>Access level: system API|@ohos.geoLocationManager.d.ts|
|Access level changed|Class name: LocationMockConfig<br>Method or attribute name: locations: Array<Location>;<br>Access level: public API|Class name: LocationMockConfig<br>Method or attribute name: locations: Array<Location>;<br>Access level: system API|@ohos.geoLocationManager.d.ts|
|Access level changed|Class name: GeoAddress<br>Method or attribute name: isFromMock?: Boolean;<br>Access level: public API|Class name: GeoAddress<br>Method or attribute name: isFromMock?: Boolean;<br>Access level: system API|@ohos.geoLocationManager.d.ts|
|Access level changed|Class name: Location<br>Method or attribute name: isFromMock?: Boolean;<br>Access level: public API|Class name: Location<br>Method or attribute name: isFromMock?: Boolean;<br>Access level: system API|@ohos.geoLocationManager.d.ts|
|Access level changed|Class name: LocationPrivacyType<br>Access level: public API|Class name: LocationPrivacyType<br>Access level: system API|@ohos.geoLocationManager.d.ts|
|Access level changed|Class name: LocationPrivacyType<br>Method or attribute name: OTHERS = 0<br>Access level: public API|Class name: LocationPrivacyType<br>Method or attribute name: OTHERS = 0<br>Access level: system API|@ohos.geoLocationManager.d.ts|
|Access level changed|Class name: LocationPrivacyType<br>Method or attribute name: STARTUP<br>Access level: public API|Class name: LocationPrivacyType<br>Method or attribute name: STARTUP<br>Access level: system API|@ohos.geoLocationManager.d.ts|
|Access level changed|Class name: LocationPrivacyType<br>Method or attribute name: CORE_LOCATION<br>Access level: public API|Class name: LocationPrivacyType<br>Method or attribute name: CORE_LOCATION<br>Access level: system API|@ohos.geoLocationManager.d.ts|
|Deprecated version changed|Class name: geolocation<br>Deprecated version: N/A|Class name: geolocation<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function on(type: 'locationChange', request: LocationRequest, callback: Callback<Location>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function on(type: 'locationChange', request: LocationRequest, callback: Callback<Location>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function off(type: 'locationChange', callback?: Callback<Location>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function off(type: 'locationChange', callback?: Callback<Location>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function on(type: 'locationServiceState', callback: Callback<boolean>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function on(type: 'locationServiceState', callback: Callback<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function off(type: 'locationServiceState', callback?: Callback<boolean>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function off(type: 'locationServiceState', callback?: Callback<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function on(type: 'cachedGnssLocationsReporting', request: CachedGnssLocationsRequest, callback: Callback<Array<Location>>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function on(type: 'cachedGnssLocationsReporting', request: CachedGnssLocationsRequest, callback: Callback<Array<Location>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function off(type: 'cachedGnssLocationsReporting', callback?: Callback<Array<Location>>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function off(type: 'cachedGnssLocationsReporting', callback?: Callback<Array<Location>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function on(type: 'gnssStatusChange', callback: Callback<SatelliteStatusInfo>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function on(type: 'gnssStatusChange', callback: Callback<SatelliteStatusInfo>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function off(type: 'gnssStatusChange', callback?: Callback<SatelliteStatusInfo>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function off(type: 'gnssStatusChange', callback?: Callback<SatelliteStatusInfo>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function on(type: 'nmeaMessageChange', callback: Callback<string>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function on(type: 'nmeaMessageChange', callback: Callback<string>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function off(type: 'nmeaMessageChange', callback?: Callback<string>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function off(type: 'nmeaMessageChange', callback?: Callback<string>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function on(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function on(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function off(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function off(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function getCurrentLocation(request: CurrentLocationRequest, callback: AsyncCallback<Location>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function getCurrentLocation(request: CurrentLocationRequest, callback: AsyncCallback<Location>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.getCurrentLocation     |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function getCurrentLocation(callback: AsyncCallback<Location>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function getCurrentLocation(callback: AsyncCallback<Location>): void;<br>Deprecated version: 9|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function getCurrentLocation(request?: CurrentLocationRequest): Promise<Location>;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function getCurrentLocation(request?: CurrentLocationRequest): Promise<Location>;<br>Deprecated version: 9|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function getLastLocation(callback: AsyncCallback<Location>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function getLastLocation(callback: AsyncCallback<Location>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.getLastLocation     |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function getLastLocation(): Promise<Location>;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function getLastLocation(): Promise<Location>;<br>Deprecated version: 9|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function isLocationEnabled(callback: AsyncCallback<boolean>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function isLocationEnabled(callback: AsyncCallback<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.isLocationEnabled     |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function isLocationEnabled(): Promise<boolean>;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function isLocationEnabled(): Promise<boolean>;<br>Deprecated version: 9|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function requestEnableLocation(callback: AsyncCallback<boolean>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function requestEnableLocation(callback: AsyncCallback<boolean>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function requestEnableLocation(): Promise<boolean>;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function requestEnableLocation(): Promise<boolean>;<br>Deprecated version: 9|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.getAddressesFromLocation     |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise<Array<GeoAddress>>;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise<Array<GeoAddress>>;<br>Deprecated version: 9|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.getAddressesFromLocationName     |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest): Promise<Array<GeoAddress>>;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest): Promise<Array<GeoAddress>>;<br>Deprecated version: 9|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function isGeoServiceAvailable(callback: AsyncCallback<boolean>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function isGeoServiceAvailable(callback: AsyncCallback<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.isGeocoderAvailable     |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function isGeoServiceAvailable(): Promise<boolean>;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function isGeoServiceAvailable(): Promise<boolean>;<br>Deprecated version: 9|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function getCachedGnssLocationsSize(callback: AsyncCallback<number>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function getCachedGnssLocationsSize(callback: AsyncCallback<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.getCachedGnssLocationsSize     |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function getCachedGnssLocationsSize(): Promise<number>;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function getCachedGnssLocationsSize(): Promise<number>;<br>Deprecated version: 9|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function flushCachedGnssLocations(callback: AsyncCallback<boolean>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function flushCachedGnssLocations(callback: AsyncCallback<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.flushCachedGnssLocations     |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function flushCachedGnssLocations(): Promise<boolean>;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function flushCachedGnssLocations(): Promise<boolean>;<br>Deprecated version: 9|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function sendCommand(command: LocationCommand, callback: AsyncCallback<boolean>): void;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function sendCommand(command: LocationCommand, callback: AsyncCallback<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.sendCommand     |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: geolocation<br>Method or attribute name: function sendCommand(command: LocationCommand): Promise<boolean>;<br>Deprecated version: N/A|Class name: geolocation<br>Method or attribute name: function sendCommand(command: LocationCommand): Promise<boolean>;<br>Deprecated version: 9|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: SatelliteStatusInfo<br>Deprecated version: N/A|Class name: SatelliteStatusInfo<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.SatelliteStatusInfo     |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: CachedGnssLocationsRequest<br>Deprecated version: N/A|Class name: CachedGnssLocationsRequest<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.CachedGnssLocationsRequest     |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: GeofenceRequest<br>Deprecated version: N/A|Class name: GeofenceRequest<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeofenceRequest     |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: Geofence<br>Deprecated version: N/A|Class name: Geofence<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Geofence     |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: ReverseGeoCodeRequest<br>Deprecated version: N/A|Class name: ReverseGeoCodeRequest<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.ReverseGeoCodeRequest     |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: GeoCodeRequest<br>Deprecated version: N/A|Class name: GeoCodeRequest<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoCodeRequest     |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: GeoAddress<br>Deprecated version: N/A|Class name: GeoAddress<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.GeoAddress     |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: LocationRequest<br>Deprecated version: N/A|Class name: LocationRequest<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequest     |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: CurrentLocationRequest<br>Deprecated version: N/A|Class name: CurrentLocationRequest<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest     |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: Location<br>Deprecated version: N/A|Class name: Location<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Location     |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: LocationRequestPriority<br>Deprecated version: N/A|Class name: LocationRequestPriority<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequestPriority     |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: LocationRequestScenario<br>Deprecated version: N/A|Class name: LocationRequestScenario<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequestScenario     |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: GeoLocationErrorCode<br>Deprecated version: N/A|Class name: GeoLocationErrorCode<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: LocationPrivacyType<br>Deprecated version: N/A|Class name: LocationPrivacyType<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationPrivacyType     |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: LocationCommand<br>Deprecated version: N/A|Class name: LocationCommand<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationCommand     |@ohos.geolocation.d.ts|
|Deprecated version changed|Class name: GeolocationResponse<br>Deprecated version: N/A|Class name: GeolocationResponse<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.Location |@system.geolocation.d.ts|
|Deprecated version changed|Class name: GetLocationOption<br>Deprecated version: N/A|Class name: GetLocationOption<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest |@system.geolocation.d.ts|
|Deprecated version changed|Class name: GetLocationTypeResponse<br>Deprecated version: N/A|Class name: GetLocationTypeResponse<br>Deprecated version: 9<br>Substitute API: N/A|@system.geolocation.d.ts|
|Deprecated version changed|Class name: GetLocationTypeOption<br>Deprecated version: N/A|Class name: GetLocationTypeOption<br>Deprecated version: 9<br>Substitute API: N/A|@system.geolocation.d.ts|
|Deprecated version changed|Class name: SubscribeLocationOption<br>Deprecated version: N/A|Class name: SubscribeLocationOption<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequest |@system.geolocation.d.ts|
|Deprecated version changed|Class name: Geolocation<br>Deprecated version: N/A|Class name: Geolocation<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager |@system.geolocation.d.ts|
|Deprecated version changed|Class name: Geolocation<br>Method or attribute name: static getLocation(options?: GetLocationOption): void;<br>Deprecated version: N/A|Class name: Geolocation<br>Method or attribute name: static getLocation(options?: GetLocationOption): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.getCurrentLocation   |@system.geolocation.d.ts|
|Deprecated version changed|Class name: Geolocation<br>Method or attribute name: static getLocationType(options?: GetLocationTypeOption): void;<br>Deprecated version: N/A|Class name: Geolocation<br>Method or attribute name: static getLocationType(options?: GetLocationTypeOption): void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.geolocation.d.ts|
|Deprecated version changed|Class name: Geolocation<br>Method or attribute name: static subscribe(options: SubscribeLocationOption): void;<br>Deprecated version: N/A|Class name: Geolocation<br>Method or attribute name: static subscribe(options: SubscribeLocationOption): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.on|@system.geolocation.d.ts|
|Deprecated version changed|Class name: Geolocation<br>Method or attribute name: static unsubscribe(): void;<br>Deprecated version: N/A|Class name: Geolocation<br>Method or attribute name: static unsubscribe(): void;<br>Deprecated version: 9<br>Substitute API: ohos.geoLocationManager/geoLocationManager.off|@system.geolocation.d.ts|
|Deprecated version changed|Class name: Geolocation<br>Method or attribute name: static getSupportedCoordTypes(): Array<string>;<br>Deprecated version: N/A|Class name: Geolocation<br>Method or attribute name: static getSupportedCoordTypes(): Array<string>;<br>Deprecated version: 9<br>Substitute API: N/A|@system.geolocation.d.ts|
|Initial version changed|Class name: ReverseGeocodingMockInfo<br>Method or attribute name: location: ReverseGeoCodeRequest;<br>Initial version: N/A|Class name: ReverseGeocodingMockInfo<br>Method or attribute name: location: ReverseGeoCodeRequest;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: ReverseGeocodingMockInfo<br>Method or attribute name: geoAddress: GeoAddress;<br>Initial version: N/A|Class name: ReverseGeocodingMockInfo<br>Method or attribute name: geoAddress: GeoAddress;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: LocationMockConfig<br>Method or attribute name: timeInterval: number;<br>Initial version: N/A|Class name: LocationMockConfig<br>Method or attribute name: timeInterval: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: LocationMockConfig<br>Method or attribute name: locations: Array<Location>;<br>Initial version: N/A|Class name: LocationMockConfig<br>Method or attribute name: locations: Array<Location>;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: SatelliteStatusInfo<br>Method or attribute name: satellitesNumber: number;<br>Initial version: N/A|Class name: SatelliteStatusInfo<br>Method or attribute name: satellitesNumber: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: SatelliteStatusInfo<br>Method or attribute name: satelliteIds: Array<number>;<br>Initial version: N/A|Class name: SatelliteStatusInfo<br>Method or attribute name: satelliteIds: Array<number>;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: SatelliteStatusInfo<br>Method or attribute name: carrierToNoiseDensitys: Array<number>;<br>Initial version: N/A|Class name: SatelliteStatusInfo<br>Method or attribute name: carrierToNoiseDensitys: Array<number>;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: SatelliteStatusInfo<br>Method or attribute name: altitudes: Array<number>;<br>Initial version: N/A|Class name: SatelliteStatusInfo<br>Method or attribute name: altitudes: Array<number>;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: SatelliteStatusInfo<br>Method or attribute name: azimuths: Array<number>;<br>Initial version: N/A|Class name: SatelliteStatusInfo<br>Method or attribute name: azimuths: Array<number>;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: SatelliteStatusInfo<br>Method or attribute name: carrierFrequencies: Array<number>;<br>Initial version: N/A|Class name: SatelliteStatusInfo<br>Method or attribute name: carrierFrequencies: Array<number>;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: CachedGnssLocationsRequest<br>Method or attribute name: reportingPeriodSec: number;<br>Initial version: N/A|Class name: CachedGnssLocationsRequest<br>Method or attribute name: reportingPeriodSec: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: CachedGnssLocationsRequest<br>Method or attribute name: wakeUpCacheQueueFull: boolean;<br>Initial version: N/A|Class name: CachedGnssLocationsRequest<br>Method or attribute name: wakeUpCacheQueueFull: boolean;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: GeofenceRequest<br>Method or attribute name: scenario: LocationRequestScenario;<br>Initial version: N/A|Class name: GeofenceRequest<br>Method or attribute name: scenario: LocationRequestScenario;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: GeofenceRequest<br>Method or attribute name: geofence: Geofence;<br>Initial version: N/A|Class name: GeofenceRequest<br>Method or attribute name: geofence: Geofence;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: Geofence<br>Method or attribute name: latitude: number;<br>Initial version: N/A|Class name: Geofence<br>Method or attribute name: latitude: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: Geofence<br>Method or attribute name: longitude: number;<br>Initial version: N/A|Class name: Geofence<br>Method or attribute name: longitude: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: Geofence<br>Method or attribute name: radius: number;<br>Initial version: N/A|Class name: Geofence<br>Method or attribute name: radius: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: Geofence<br>Method or attribute name: expiration: number;<br>Initial version: N/A|Class name: Geofence<br>Method or attribute name: expiration: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: ReverseGeoCodeRequest<br>Method or attribute name: locale?: string;<br>Initial version: N/A|Class name: ReverseGeoCodeRequest<br>Method or attribute name: locale?: string;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: ReverseGeoCodeRequest<br>Method or attribute name: latitude: number;<br>Initial version: N/A|Class name: ReverseGeoCodeRequest<br>Method or attribute name: latitude: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: ReverseGeoCodeRequest<br>Method or attribute name: longitude: number;<br>Initial version: N/A|Class name: ReverseGeoCodeRequest<br>Method or attribute name: longitude: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: ReverseGeoCodeRequest<br>Method or attribute name: maxItems?: number;<br>Initial version: N/A|Class name: ReverseGeoCodeRequest<br>Method or attribute name: maxItems?: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: GeoCodeRequest<br>Method or attribute name: locale?: string;<br>Initial version: N/A|Class name: GeoCodeRequest<br>Method or attribute name: locale?: string;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: GeoCodeRequest<br>Method or attribute name: description: string;<br>Initial version: N/A|Class name: GeoCodeRequest<br>Method or attribute name: description: string;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: GeoCodeRequest<br>Method or attribute name: maxItems?: number;<br>Initial version: N/A|Class name: GeoCodeRequest<br>Method or attribute name: maxItems?: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: GeoCodeRequest<br>Method or attribute name: minLatitude?: number;<br>Initial version: N/A|Class name: GeoCodeRequest<br>Method or attribute name: minLatitude?: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: GeoCodeRequest<br>Method or attribute name: minLongitude?: number;<br>Initial version: N/A|Class name: GeoCodeRequest<br>Method or attribute name: minLongitude?: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: GeoCodeRequest<br>Method or attribute name: maxLatitude?: number;<br>Initial version: N/A|Class name: GeoCodeRequest<br>Method or attribute name: maxLatitude?: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: GeoCodeRequest<br>Method or attribute name: maxLongitude?: number;<br>Initial version: N/A|Class name: GeoCodeRequest<br>Method or attribute name: maxLongitude?: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: LocationRequest<br>Method or attribute name: priority?: LocationRequestPriority;<br>Initial version: N/A|Class name: LocationRequest<br>Method or attribute name: priority?: LocationRequestPriority;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: LocationRequest<br>Method or attribute name: scenario?: LocationRequestScenario;<br>Initial version: N/A|Class name: LocationRequest<br>Method or attribute name: scenario?: LocationRequestScenario;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: LocationRequest<br>Method or attribute name: timeInterval?: number;<br>Initial version: N/A|Class name: LocationRequest<br>Method or attribute name: timeInterval?: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: LocationRequest<br>Method or attribute name: distanceInterval?: number;<br>Initial version: N/A|Class name: LocationRequest<br>Method or attribute name: distanceInterval?: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: LocationRequest<br>Method or attribute name: maxAccuracy?: number;<br>Initial version: N/A|Class name: LocationRequest<br>Method or attribute name: maxAccuracy?: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: CurrentLocationRequest<br>Method or attribute name: priority?: LocationRequestPriority;<br>Initial version: N/A|Class name: CurrentLocationRequest<br>Method or attribute name: priority?: LocationRequestPriority;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: CurrentLocationRequest<br>Method or attribute name: scenario?: LocationRequestScenario;<br>Initial version: N/A|Class name: CurrentLocationRequest<br>Method or attribute name: scenario?: LocationRequestScenario;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: CurrentLocationRequest<br>Method or attribute name: maxAccuracy?: number;<br>Initial version: N/A|Class name: CurrentLocationRequest<br>Method or attribute name: maxAccuracy?: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: CurrentLocationRequest<br>Method or attribute name: timeoutMs?: number;<br>Initial version: N/A|Class name: CurrentLocationRequest<br>Method or attribute name: timeoutMs?: number;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: LocationRequestPriority<br>Method or attribute name: UNSET = 0x200<br>Initial version: N/A|Class name: LocationRequestPriority<br>Method or attribute name: UNSET = 0x200<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: LocationRequestPriority<br>Method or attribute name: ACCURACY<br>Initial version: N/A|Class name: LocationRequestPriority<br>Method or attribute name: ACCURACY<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: LocationRequestPriority<br>Method or attribute name: LOW_POWER<br>Initial version: N/A|Class name: LocationRequestPriority<br>Method or attribute name: LOW_POWER<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: LocationRequestPriority<br>Method or attribute name: FIRST_FIX<br>Initial version: N/A|Class name: LocationRequestPriority<br>Method or attribute name: FIRST_FIX<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: LocationRequestScenario<br>Method or attribute name: UNSET = 0x300<br>Initial version: N/A|Class name: LocationRequestScenario<br>Method or attribute name: UNSET = 0x300<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: LocationRequestScenario<br>Method or attribute name: NAVIGATION<br>Initial version: N/A|Class name: LocationRequestScenario<br>Method or attribute name: NAVIGATION<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: LocationRequestScenario<br>Method or attribute name: TRAJECTORY_TRACKING<br>Initial version: N/A|Class name: LocationRequestScenario<br>Method or attribute name: TRAJECTORY_TRACKING<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: LocationRequestScenario<br>Method or attribute name: CAR_HAILING<br>Initial version: N/A|Class name: LocationRequestScenario<br>Method or attribute name: CAR_HAILING<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: LocationRequestScenario<br>Method or attribute name: DAILY_LIFE_SERVICE<br>Initial version: N/A|Class name: LocationRequestScenario<br>Method or attribute name: DAILY_LIFE_SERVICE<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: LocationRequestScenario<br>Method or attribute name: NO_POWER<br>Initial version: N/A|Class name: LocationRequestScenario<br>Method or attribute name: NO_POWER<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: LocationPrivacyType<br>Method or attribute name: OTHERS = 0<br>Initial version: N/A|Class name: LocationPrivacyType<br>Method or attribute name: OTHERS = 0<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: LocationPrivacyType<br>Method or attribute name: STARTUP<br>Initial version: N/A|Class name: LocationPrivacyType<br>Method or attribute name: STARTUP<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: LocationPrivacyType<br>Method or attribute name: CORE_LOCATION<br>Initial version: N/A|Class name: LocationPrivacyType<br>Method or attribute name: CORE_LOCATION<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: LocationCommand<br>Method or attribute name: scenario: LocationRequestScenario;<br>Initial version: N/A|Class name: LocationCommand<br>Method or attribute name: scenario: LocationRequestScenario;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: LocationCommand<br>Method or attribute name: command: string;<br>Initial version: N/A|Class name: LocationCommand<br>Method or attribute name: command: string;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: CountryCode<br>Method or attribute name: country: string;<br>Initial version: N/A|Class name: CountryCode<br>Method or attribute name: country: string;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: CountryCode<br>Method or attribute name: type: CountryCodeType;<br>Initial version: N/A|Class name: CountryCode<br>Method or attribute name: type: CountryCodeType;<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: CountryCodeType<br>Method or attribute name: COUNTRY_CODE_FROM_LOCALE = 1<br>Initial version: N/A|Class name: CountryCodeType<br>Method or attribute name: COUNTRY_CODE_FROM_LOCALE = 1<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: CountryCodeType<br>Method or attribute name: COUNTRY_CODE_FROM_SIM<br>Initial version: N/A|Class name: CountryCodeType<br>Method or attribute name: COUNTRY_CODE_FROM_SIM<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: CountryCodeType<br>Method or attribute name: COUNTRY_CODE_FROM_LOCATION<br>Initial version: N/A|Class name: CountryCodeType<br>Method or attribute name: COUNTRY_CODE_FROM_LOCATION<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Initial version changed|Class name: CountryCodeType<br>Method or attribute name: COUNTRY_CODE_FROM_NETWORK<br>Initial version: N/A|Class name: CountryCodeType<br>Method or attribute name: COUNTRY_CODE_FROM_NETWORK<br>Initial version: 9|@ohos.geoLocationManager.d.ts|
|Error code added|NA|Class name: geoLocationManager<br>Method or attribute name: function enableLocation(): Promise<void>;<br>Error code: 201,202,801,3301000|@ohos.geoLocationManager.d.ts|
|Error code added|NA|Class name: geoLocationManager<br>Method or attribute name: function getCountryCode(): Promise<CountryCode>;<br>Error code: 801,3301000,3301500|@ohos.geoLocationManager.d.ts|
|Access level changed|Class name: ReverseGeocodingMockInfo<br>Method or attribute name: location: ReverseGeoCodeRequest;<br>Access level: public API|Class name: ReverseGeocodingMockInfo<br>Method or attribute name: location: ReverseGeoCodeRequest;<br>Access level: system API|@ohos.geoLocationManager.d.ts|
|Access level changed|Class name: ReverseGeocodingMockInfo<br>Method or attribute name: geoAddress: GeoAddress;<br>Access level: public API|Class name: ReverseGeocodingMockInfo<br>Method or attribute name: geoAddress: GeoAddress;<br>Access level: system API|@ohos.geoLocationManager.d.ts|
|Access level changed|Class name: LocationMockConfig<br>Method or attribute name: timeInterval: number;<br>Access level: public API|Class name: LocationMockConfig<br>Method or attribute name: timeInterval: number;<br>Access level: system API|@ohos.geoLocationManager.d.ts|
|Access level changed|Class name: LocationMockConfig<br>Method or attribute name: locations: Array<Location>;<br>Access level: public API|Class name: LocationMockConfig<br>Method or attribute name: locations: Array<Location>;<br>Access level: system API|@ohos.geoLocationManager.d.ts|
|Access level changed|Class name: GeoAddress<br>Method or attribute name: isFromMock?: Boolean;<br>Access level: public API|Class name: GeoAddress<br>Method or attribute name: isFromMock?: Boolean;<br>Access level: system API|@ohos.geoLocationManager.d.ts|
|Access level changed|Class name: Location<br>Method or attribute name: isFromMock?: Boolean;<br>Access level: public API|Class name: Location<br>Method or attribute name: isFromMock?: Boolean;<br>Access level: system API|@ohos.geoLocationManager.d.ts|
|Access level changed|Class name: LocationPrivacyType<br>Access level: public API|Class name: LocationPrivacyType<br>Access level: system API|@ohos.geoLocationManager.d.ts|
|Access level changed|Class name: LocationPrivacyType<br>Method or attribute name: OTHERS = 0<br>Access level: public API|Class name: LocationPrivacyType<br>Method or attribute name: OTHERS = 0<br>Access level: system API|@ohos.geoLocationManager.d.ts|
|Access level changed|Class name: LocationPrivacyType<br>Method or attribute name: STARTUP<br>Access level: public API|Class name: LocationPrivacyType<br>Method or attribute name: STARTUP<br>Access level: system API|@ohos.geoLocationManager.d.ts|
|Access level changed|Class name: LocationPrivacyType<br>Method or attribute name: CORE_LOCATION<br>Access level: public API|Class name: LocationPrivacyType<br>Method or attribute name: CORE_LOCATION<br>Access level: system API|@ohos.geoLocationManager.d.ts|