1| Change Type | Old Version | New Version | d.ts File | 2| ---- | ------ | ------ | -------- | 3|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function on(type: 'locationChange', request: LocationRequest, callback: Callback<Location>): void;|@ohos.geoLocationManager.d.ts| 4|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function off(type: 'locationChange', callback?: Callback<Location>): void;|@ohos.geoLocationManager.d.ts| 5|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function on(type: 'locationEnabledChange', callback: Callback<boolean>): void;|@ohos.geoLocationManager.d.ts| 6|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function off(type: 'locationEnabledChange', callback?: Callback<boolean>): void;|@ohos.geoLocationManager.d.ts| 7|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| 8|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function off(type: 'cachedGnssLocationsChange', callback?: Callback<Array<Location>>): void;|@ohos.geoLocationManager.d.ts| 9|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function on(type: 'satelliteStatusChange', callback: Callback<SatelliteStatusInfo>): void;|@ohos.geoLocationManager.d.ts| 10|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function off(type: 'satelliteStatusChange', callback?: Callback<SatelliteStatusInfo>): void;|@ohos.geoLocationManager.d.ts| 11|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function on(type: 'nmeaMessage', callback: Callback<string>): void;|@ohos.geoLocationManager.d.ts| 12|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function off(type: 'nmeaMessage', callback?: Callback<string>): void;|@ohos.geoLocationManager.d.ts| 13|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function on(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): void;|@ohos.geoLocationManager.d.ts| 14|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function off(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): void;|@ohos.geoLocationManager.d.ts| 15|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getCurrentLocation(request: CurrentLocationRequest, callback: AsyncCallback<Location>): void;|@ohos.geoLocationManager.d.ts| 16|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getCurrentLocation(callback: AsyncCallback<Location>): void;|@ohos.geoLocationManager.d.ts| 17|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getCurrentLocation(request?: CurrentLocationRequest): Promise<Location>;|@ohos.geoLocationManager.d.ts| 18|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getLastLocation(): Location;|@ohos.geoLocationManager.d.ts| 19|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function isLocationEnabled(): boolean;|@ohos.geoLocationManager.d.ts| 20|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function disableLocation(): void;|@ohos.geoLocationManager.d.ts| 21|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;|@ohos.geoLocationManager.d.ts| 22|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise<Array<GeoAddress>>;|@ohos.geoLocationManager.d.ts| 23|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;|@ohos.geoLocationManager.d.ts| 24|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest): Promise<Array<GeoAddress>>;|@ohos.geoLocationManager.d.ts| 25|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function isGeocoderAvailable(): boolean;|@ohos.geoLocationManager.d.ts| 26|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getCachedGnssLocationsSize(callback: AsyncCallback<number>): void;|@ohos.geoLocationManager.d.ts| 27|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function getCachedGnssLocationsSize(): Promise<number>;|@ohos.geoLocationManager.d.ts| 28|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function flushCachedGnssLocations(callback: AsyncCallback<void>): void;|@ohos.geoLocationManager.d.ts| 29|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function flushCachedGnssLocations(): Promise<void>;|@ohos.geoLocationManager.d.ts| 30|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function sendCommand(command: LocationCommand, callback: AsyncCallback<void>): void;|@ohos.geoLocationManager.d.ts| 31|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function sendCommand(command: LocationCommand): Promise<void>;|@ohos.geoLocationManager.d.ts| 32|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function enableLocationMock(): void;|@ohos.geoLocationManager.d.ts| 33|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function disableLocationMock(): void;|@ohos.geoLocationManager.d.ts| 34|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function setMockedLocations(config: LocationMockConfig): void;|@ohos.geoLocationManager.d.ts| 35|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function enableReverseGeocodingMock(): void;|@ohos.geoLocationManager.d.ts| 36|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function disableReverseGeocodingMock(): void;|@ohos.geoLocationManager.d.ts| 37|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function setReverseGeocodingMockInfo(mockInfos: Array<ReverseGeocodingMockInfo>): void;|@ohos.geoLocationManager.d.ts| 38|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function isLocationPrivacyConfirmed(type: LocationPrivacyType): boolean;|@ohos.geoLocationManager.d.ts| 39|Added|NA|Class name: geoLocationManager<br>Method or attribute name: function setLocationPrivacyConfirmStatus(type: LocationPrivacyType, isConfirmed: boolean): void;|@ohos.geoLocationManager.d.ts| 40|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| 41|Deleted|Module name: ohos.geolocation<br>Class name: geolocation<br>Method or attribute name: function enableLocation(): Promise<boolean>;|NA|@ohos.geolocation.d.ts| 42|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| 43|Deleted|Module name: ohos.geolocation<br>Class name: geolocation<br>Method or attribute name: function disableLocation(): Promise<boolean>;|NA|@ohos.geolocation.d.ts| 44|Deleted|Module name: ohos.geoLocationManager<br>Class name: GeofenceRequest<br>Method or attribute name: priority: LocationRequestPriority;|NA|@ohos.geoLocationManager.d.ts| 45|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| 46|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| 47|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| 48|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| 49|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| 50|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| 51|Access level changed|Class name: LocationPrivacyType<br>Access level: public API|Class name: LocationPrivacyType<br>Access level: system API|@ohos.geoLocationManager.d.ts| 52|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| 53|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| 54|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| 55|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| 56|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| 57|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| 58|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| 59|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| 60|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| 61|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| 62|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| 63|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| 64|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| 65|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| 66|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| 67|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| 68|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| 69|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| 70|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| 71|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| 72|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| 73|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| 74|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| 75|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| 76|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| 77|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| 78|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| 79|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| 80|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| 81|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| 82|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| 83|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| 84|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| 85|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| 86|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| 87|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| 88|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| 89|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| 90|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| 91|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| 92|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| 93|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| 94|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| 95|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| 96|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| 97|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| 98|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| 99|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| 100|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| 101|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| 102|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| 103|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| 104|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| 105|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| 106|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| 107|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| 108|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| 109|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| 110|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| 111|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| 112|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| 113|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| 114|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| 115|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| 116|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| 117|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| 118|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| 119|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| 120|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| 121|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| 122|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| 123|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| 124|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| 125|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| 126|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| 127|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| 128|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| 129|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| 130|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| 131|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| 132|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| 133|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| 134|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| 135|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| 136|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| 137|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| 138|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| 139|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| 140|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| 141|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| 142|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| 143|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| 144|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| 145|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| 146|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| 147|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| 148|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| 149|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| 150|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| 151|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| 152|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| 153|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| 154|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| 155|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| 156|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| 157|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| 158|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| 159|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| 160|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| 161|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| 162|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| 163|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| 164|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| 165|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| 166|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| 167|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| 168|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| 169|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| 170|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| 171|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| 172|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| 173|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| 174|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| 175|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| 176|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| 177|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| 178|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| 179|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| 180|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| 181|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| 182|Access level changed|Class name: LocationPrivacyType<br>Access level: public API|Class name: LocationPrivacyType<br>Access level: system API|@ohos.geoLocationManager.d.ts| 183|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| 184|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| 185|Access level changed|Class name: LocationPrivacyType<br>Method or attribute name: CORE_LOCATION<br>Access level: public API|Class name: LocationPrivacyType<br>Method or attribute name: CORE_LOCATION<br>Access level: system API|@ohos.geoLocationManager.d.ts| 186