Change Type Old Version New Version d.ts File
Added NA Class name: GeoLocationErrorCode
Method or attribute name: INPUT_PARAMS_ERROR
@ohos.geolocation.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function on(type: 'locationChange', request: LocationRequest, callback: Callback<Location>): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function off(type: 'locationChange', callback?: Callback<Location>): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function on(type: 'locationEnabledChange', callback: Callback<boolean>): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function off(type: 'locationEnabledChange', callback?: Callback<boolean>): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function on(type: 'cachedGnssLocationsChange', request: CachedGnssLocationsRequest, callback: Callback<Array<Location>>): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function off(type: 'cachedGnssLocationsChange', callback?: Callback<Array<Location>>): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function on(type: 'satelliteStatusChange', callback: Callback<SatelliteStatusInfo>): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function off(type: 'satelliteStatusChange', callback?: Callback<SatelliteStatusInfo>): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function on(type: 'nmeaMessage', callback: Callback<string>): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function off(type: 'nmeaMessage', callback?: Callback<string>): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function on(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function off(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function on(type: 'countryCodeChange', callback: Callback<CountryCode>): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function off(type: 'countryCodeChange', callback?: Callback<CountryCode>): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function getCurrentLocation(request: CurrentLocationRequest, callback: AsyncCallback<Location>): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function getCurrentLocation(callback: AsyncCallback<Location>): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function getCurrentLocation(request?: CurrentLocationRequest): Promise<Location>;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function getLastLocation(): Location;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function isLocationEnabled(): boolean;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function enableLocation(callback: AsyncCallback<void>): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function enableLocation(): Promise<void>;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function disableLocation(): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise<Array<GeoAddress>>;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest, callback: AsyncCallback<Array<GeoAddress>>): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function getAddressesFromLocationName(request: GeoCodeRequest): Promise<Array<GeoAddress>>;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function isGeocoderAvailable(): boolean;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function getCachedGnssLocationsSize(callback: AsyncCallback<number>): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function getCachedGnssLocationsSize(): Promise<number>;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function flushCachedGnssLocations(callback: AsyncCallback<void>): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function flushCachedGnssLocations(): Promise<void>;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function sendCommand(command: LocationCommand, callback: AsyncCallback<void>): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function sendCommand(command: LocationCommand): Promise<void>;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function getCountryCode(callback: AsyncCallback<CountryCode>): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function getCountryCode(): Promise<CountryCode>;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function enableLocationMock(): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function disableLocationMock(): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function setMockedLocations(config: LocationMockConfig): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function enableReverseGeocodingMock(): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function disableReverseGeocodingMock(): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function setReverseGeocodingMockInfo(mockInfos: Array<ReverseGeocodingMockInfo>): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function isLocationPrivacyConfirmed(type: LocationPrivacyType): boolean;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: geoLocationManager
Method or attribute name: function setLocationPrivacyConfirmStatus(type: LocationPrivacyType, isConfirmed: boolean): void;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: ReverseGeocodingMockInfo
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: ReverseGeocodingMockInfo
Method or attribute name: location: ReverseGeoCodeRequest;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: ReverseGeocodingMockInfo
Method or attribute name: geoAddress: GeoAddress;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationMockConfig
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationMockConfig
Method or attribute name: timeInterval: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationMockConfig
Method or attribute name: locations: Array<Location>;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: SatelliteStatusInfo
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: SatelliteStatusInfo
Method or attribute name: satellitesNumber: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: SatelliteStatusInfo
Method or attribute name: satelliteIds: Array<number>;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: SatelliteStatusInfo
Method or attribute name: carrierToNoiseDensitys: Array<number>;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: SatelliteStatusInfo
Method or attribute name: altitudes: Array<number>;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: SatelliteStatusInfo
Method or attribute name: azimuths: Array<number>;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: SatelliteStatusInfo
Method or attribute name: carrierFrequencies: Array<number>;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: CachedGnssLocationsRequest
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: CachedGnssLocationsRequest
Method or attribute name: reportingPeriodSec: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: CachedGnssLocationsRequest
Method or attribute name: wakeUpCacheQueueFull: boolean;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeofenceRequest
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeofenceRequest
Method or attribute name: scenario: LocationRequestScenario;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeofenceRequest
Method or attribute name: geofence: Geofence;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: Geofence
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: Geofence
Method or attribute name: latitude: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: Geofence
Method or attribute name: longitude: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: Geofence
Method or attribute name: radius: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: Geofence
Method or attribute name: expiration: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: ReverseGeoCodeRequest
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: ReverseGeoCodeRequest
Method or attribute name: locale?: string;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: ReverseGeoCodeRequest
Method or attribute name: latitude: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: ReverseGeoCodeRequest
Method or attribute name: longitude: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: ReverseGeoCodeRequest
Method or attribute name: maxItems?: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoCodeRequest
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoCodeRequest
Method or attribute name: locale?: string;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoCodeRequest
Method or attribute name: description: string;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoCodeRequest
Method or attribute name: maxItems?: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoCodeRequest
Method or attribute name: minLatitude?: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoCodeRequest
Method or attribute name: minLongitude?: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoCodeRequest
Method or attribute name: maxLatitude?: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoCodeRequest
Method or attribute name: maxLongitude?: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoAddress
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: latitude?: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: longitude?: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: locale?: string;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: placeName?: string;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: countryCode?: string;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: countryName?: string;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: administrativeArea?: string;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: subAdministrativeArea?: string;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: locality?: string;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: subLocality?: string;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: roadName?: string;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: subRoadName?: string;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: premises?: string;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: postalCode?: string;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: phoneNumber?: string;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: addressUrl?: string;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: descriptions?: Array<string>;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: descriptionsSize?: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: GeoAddress
Method or attribute name: isFromMock?: Boolean;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationRequest
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationRequest
Method or attribute name: priority?: LocationRequestPriority;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationRequest
Method or attribute name: scenario?: LocationRequestScenario;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationRequest
Method or attribute name: timeInterval?: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationRequest
Method or attribute name: distanceInterval?: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationRequest
Method or attribute name: maxAccuracy?: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: CurrentLocationRequest
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: CurrentLocationRequest
Method or attribute name: priority?: LocationRequestPriority;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: CurrentLocationRequest
Method or attribute name: scenario?: LocationRequestScenario;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: CurrentLocationRequest
Method or attribute name: maxAccuracy?: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: CurrentLocationRequest
Method or attribute name: timeoutMs?: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: Location
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: Location
Method or attribute name: latitude: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: Location
Method or attribute name: longitude: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: Location
Method or attribute name: altitude: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: Location
Method or attribute name: accuracy: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: Location
Method or attribute name: speed: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: Location
Method or attribute name: timeStamp: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: Location
Method or attribute name: direction: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: Location
Method or attribute name: timeSinceBoot: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: Location
Method or attribute name: additions?: Array<string>;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: Location
Method or attribute name: additionSize?: number;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: Location
Method or attribute name: isFromMock?: Boolean;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationRequestPriority
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationRequestPriority
Method or attribute name: UNSET = 0x200
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationRequestPriority
Method or attribute name: ACCURACY
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationRequestPriority
Method or attribute name: LOW_POWER
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationRequestPriority
Method or attribute name: FIRST_FIX
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationRequestScenario
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationRequestScenario
Method or attribute name: UNSET = 0x300
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationRequestScenario
Method or attribute name: NAVIGATION
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationRequestScenario
Method or attribute name: TRAJECTORY_TRACKING
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationRequestScenario
Method or attribute name: CAR_HAILING
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationRequestScenario
Method or attribute name: DAILY_LIFE_SERVICE
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationRequestScenario
Method or attribute name: NO_POWER
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationPrivacyType
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationPrivacyType
Method or attribute name: OTHERS = 0
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationPrivacyType
Method or attribute name: STARTUP
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationPrivacyType
Method or attribute name: CORE_LOCATION
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationCommand
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationCommand
Method or attribute name: scenario: LocationRequestScenario;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: LocationCommand
Method or attribute name: command: string;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: CountryCode
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: CountryCode
Method or attribute name: country: string;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: CountryCode
Method or attribute name: type: CountryCodeType;
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: CountryCodeType
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: CountryCodeType
Method or attribute name: COUNTRY_CODE_FROM_LOCALE = 1
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: CountryCodeType
Method or attribute name: COUNTRY_CODE_FROM_SIM
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: CountryCodeType
Method or attribute name: COUNTRY_CODE_FROM_LOCATION
@ohos.geoLocationManager.d.ts
Added NA Module name: ohos.geoLocationManager
Class name: CountryCodeType
Method or attribute name: COUNTRY_CODE_FROM_NETWORK
@ohos.geoLocationManager.d.ts
Deleted Module name: ohos.geolocation
Class name: geolocation
Method or attribute name: function enableLocation(callback: AsyncCallback<boolean>) : void;
NA @ohos.geolocation.d.ts
Deleted Module name: ohos.geolocation
Class name: geolocation
Method or attribute name: function enableLocation() : Promise<boolean>;
NA @ohos.geolocation.d.ts
Deleted Module name: ohos.geolocation
Class name: geolocation
Method or attribute name: function disableLocation(callback: AsyncCallback<boolean>) : void;
NA @ohos.geolocation.d.ts
Deleted Module name: ohos.geolocation
Class name: geolocation
Method or attribute name: function disableLocation() : Promise<boolean>;
NA @ohos.geolocation.d.ts
Deleted Module name: ohos.geolocation
Class name: geolocation
Method or attribute name: function isLocationPrivacyConfirmed(type : LocationPrivacyType, callback: AsyncCallback<boolean>) : void;
NA @ohos.geolocation.d.ts
Deleted Module name: ohos.geolocation
Class name: geolocation
Method or attribute name: function isLocationPrivacyConfirmed(type : LocationPrivacyType,) : Promise<boolean>;
NA @ohos.geolocation.d.ts
Deleted Module name: ohos.geolocation
Class name: geolocation
Method or attribute name: function setLocationPrivacyConfirmStatus(type : LocationPrivacyType, isConfirmed : boolean, callback: AsyncCallback<boolean>) : void;
NA @ohos.geolocation.d.ts
Deleted Module name: ohos.geolocation
Class name: geolocation
Method or attribute name: function setLocationPrivacyConfirmStatus(type : LocationPrivacyType, isConfirmed : boolean) : Promise<boolean>;
NA @ohos.geolocation.d.ts
Deprecated version changed Class name: geolocation
Deprecated version: N/A
Class name: geolocation
Deprecated version: 9
Substitute API: N/A
@ohos.geolocation.d.ts
Deprecated version changed Class name: SatelliteStatusInfo
Deprecated version: N/A
Class name: SatelliteStatusInfo
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.SatelliteStatusInfo
@ohos.geolocation.d.ts
Deprecated version changed Class name: CachedGnssLocationsRequest
Deprecated version: N/A
Class name: CachedGnssLocationsRequest
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.CachedGnssLocationsRequest
@ohos.geolocation.d.ts
Deprecated version changed Class name: GeofenceRequest
Deprecated version: N/A
Class name: GeofenceRequest
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.GeofenceRequest
@ohos.geolocation.d.ts
Deprecated version changed Class name: Geofence
Deprecated version: N/A
Class name: Geofence
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.Geofence
@ohos.geolocation.d.ts
Deprecated version changed Class name: ReverseGeoCodeRequest
Deprecated version: N/A
Class name: ReverseGeoCodeRequest
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.ReverseGeoCodeRequest
@ohos.geolocation.d.ts
Deprecated version changed Class name: GeoCodeRequest
Deprecated version: N/A
Class name: GeoCodeRequest
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.GeoCodeRequest
@ohos.geolocation.d.ts
Deprecated version changed Class name: GeoAddress
Deprecated version: N/A
Class name: GeoAddress
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.GeoAddress
@ohos.geolocation.d.ts
Deprecated version changed Class name: LocationRequest
Deprecated version: N/A
Class name: LocationRequest
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequest
@ohos.geolocation.d.ts
Deprecated version changed Class name: CurrentLocationRequest
Deprecated version: N/A
Class name: CurrentLocationRequest
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest
@ohos.geolocation.d.ts
Deprecated version changed Class name: Location
Deprecated version: N/A
Class name: Location
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.Location
@ohos.geolocation.d.ts
Deprecated version changed Class name: LocationRequestPriority
Deprecated version: N/A
Class name: LocationRequestPriority
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequestPriority
@ohos.geolocation.d.ts
Deprecated version changed Class name: LocationRequestScenario
Deprecated version: N/A
Class name: LocationRequestScenario
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequestScenario
@ohos.geolocation.d.ts
Deprecated version changed Class name: GeoLocationErrorCode
Deprecated version: N/A
Class name: GeoLocationErrorCode
Deprecated version: 9
Substitute API: N/A
@ohos.geolocation.d.ts
Deprecated version changed Class name: LocationPrivacyType
Deprecated version: N/A
Class name: LocationPrivacyType
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.LocationPrivacyType
@ohos.geolocation.d.ts
Deprecated version changed Class name: LocationCommand
Deprecated version: N/A
Class name: LocationCommand
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.LocationCommand
@ohos.geolocation.d.ts
Deprecated version changed Class name: GeolocationResponse
Deprecated version: N/A
Class name: GeolocationResponse
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.Location
@system.geolocation.d.ts
Deprecated version changed Class name: GetLocationOption
Deprecated version: N/A
Class name: GetLocationOption
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest
@system.geolocation.d.ts
Deprecated version changed Class name: GetLocationTypeResponse
Deprecated version: N/A
Class name: GetLocationTypeResponse
Deprecated version: 9
Substitute API: N/A
@system.geolocation.d.ts
Deprecated version changed Class name: GetLocationTypeOption
Deprecated version: N/A
Class name: GetLocationTypeOption
Deprecated version: 9
Substitute API: N/A
@system.geolocation.d.ts
Deprecated version changed Class name: SubscribeLocationOption
Deprecated version: N/A
Class name: SubscribeLocationOption
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.LocationRequest
@system.geolocation.d.ts
Deprecated version changed Class name: Geolocation
Deprecated version: N/A
Class name: Geolocation
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager
@system.geolocation.d.ts
Deprecated version changed Class name: Geolocation
Method or attribute name: static getLocation(options?: GetLocationOption): void;
Deprecated version: N/A
Class name: Geolocation
Method or attribute name: static getLocation(options?: GetLocationOption): void;
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.getCurrentLocation
@system.geolocation.d.ts
Deprecated version changed Class name: Geolocation
Method or attribute name: static getLocationType(options?: GetLocationTypeOption): void;
Deprecated version: N/A
Class name: Geolocation
Method or attribute name: static getLocationType(options?: GetLocationTypeOption): void;
Deprecated version: 9
Substitute API: N/A
@system.geolocation.d.ts
Deprecated version changed Class name: Geolocation
Method or attribute name: static subscribe(options: SubscribeLocationOption): void;
Deprecated version: N/A
Class name: Geolocation
Method or attribute name: static subscribe(options: SubscribeLocationOption): void;
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.on
@system.geolocation.d.ts
Deprecated version changed Class name: Geolocation
Method or attribute name: static unsubscribe(): void;
Deprecated version: N/A
Class name: Geolocation
Method or attribute name: static unsubscribe(): void;
Deprecated version: 9
Substitute API: ohos.geoLocationManager/geoLocationManager.off
@system.geolocation.d.ts
Deprecated version changed Class name: Geolocation
Method or attribute name: static getSupportedCoordTypes(): Array<string>;
Deprecated version: N/A
Class name: Geolocation
Method or attribute name: static getSupportedCoordTypes(): Array<string>;
Deprecated version: 9
Substitute API: N/A
@system.geolocation.d.ts
Initial version changed Class name: GeoAddress
Method or attribute name: latitude?: number;
Initial version: N/A
Class name: GeoAddress
Method or attribute name: latitude?: number;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: GeoAddress
Method or attribute name: longitude?: number;
Initial version: N/A
Class name: GeoAddress
Method or attribute name: longitude?: number;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: GeoAddress
Method or attribute name: locale?: string;
Initial version: N/A
Class name: GeoAddress
Method or attribute name: locale?: string;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: GeoAddress
Method or attribute name: placeName?: string;
Initial version: N/A
Class name: GeoAddress
Method or attribute name: placeName?: string;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: GeoAddress
Method or attribute name: countryCode?: string;
Initial version: N/A
Class name: GeoAddress
Method or attribute name: countryCode?: string;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: GeoAddress
Method or attribute name: countryName?: string;
Initial version: N/A
Class name: GeoAddress
Method or attribute name: countryName?: string;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: GeoAddress
Method or attribute name: administrativeArea?: string;
Initial version: N/A
Class name: GeoAddress
Method or attribute name: administrativeArea?: string;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: GeoAddress
Method or attribute name: subAdministrativeArea?: string;
Initial version: N/A
Class name: GeoAddress
Method or attribute name: subAdministrativeArea?: string;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: GeoAddress
Method or attribute name: locality?: string;
Initial version: N/A
Class name: GeoAddress
Method or attribute name: locality?: string;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: GeoAddress
Method or attribute name: subLocality?: string;
Initial version: N/A
Class name: GeoAddress
Method or attribute name: subLocality?: string;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: GeoAddress
Method or attribute name: roadName?: string;
Initial version: N/A
Class name: GeoAddress
Method or attribute name: roadName?: string;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: GeoAddress
Method or attribute name: subRoadName?: string;
Initial version: N/A
Class name: GeoAddress
Method or attribute name: subRoadName?: string;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: GeoAddress
Method or attribute name: premises?: string;
Initial version: N/A
Class name: GeoAddress
Method or attribute name: premises?: string;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: GeoAddress
Method or attribute name: postalCode?: string;
Initial version: N/A
Class name: GeoAddress
Method or attribute name: postalCode?: string;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: GeoAddress
Method or attribute name: phoneNumber?: string;
Initial version: N/A
Class name: GeoAddress
Method or attribute name: phoneNumber?: string;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: GeoAddress
Method or attribute name: addressUrl?: string;
Initial version: N/A
Class name: GeoAddress
Method or attribute name: addressUrl?: string;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: GeoAddress
Method or attribute name: descriptions?: Array<string>;
Initial version: N/A
Class name: GeoAddress
Method or attribute name: descriptions?: Array<string>;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: GeoAddress
Method or attribute name: descriptionsSize?: number;
Initial version: N/A
Class name: GeoAddress
Method or attribute name: descriptionsSize?: number;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: Location
Method or attribute name: latitude: number;
Initial version: N/A
Class name: Location
Method or attribute name: latitude: number;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: Location
Method or attribute name: longitude: number;
Initial version: N/A
Class name: Location
Method or attribute name: longitude: number;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: Location
Method or attribute name: altitude: number;
Initial version: N/A
Class name: Location
Method or attribute name: altitude: number;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: Location
Method or attribute name: accuracy: number;
Initial version: N/A
Class name: Location
Method or attribute name: accuracy: number;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: Location
Method or attribute name: speed: number;
Initial version: N/A
Class name: Location
Method or attribute name: speed: number;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: Location
Method or attribute name: timeStamp: number;
Initial version: N/A
Class name: Location
Method or attribute name: timeStamp: number;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: Location
Method or attribute name: direction: number;
Initial version: N/A
Class name: Location
Method or attribute name: direction: number;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: Location
Method or attribute name: timeSinceBoot: number;
Initial version: N/A
Class name: Location
Method or attribute name: timeSinceBoot: number;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: Location
Method or attribute name: additions?: Array<string>;
Initial version: N/A
Class name: Location
Method or attribute name: additions?: Array<string>;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: Location
Method or attribute name: additionSize?: number;
Initial version: N/A
Class name: Location
Method or attribute name: additionSize?: number;
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: GeoLocationErrorCode
Method or attribute name: REVERSE_GEOCODE_ERROR
Initial version: N/A
Class name: GeoLocationErrorCode
Method or attribute name: REVERSE_GEOCODE_ERROR
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: GeoLocationErrorCode
Method or attribute name: GEOCODE_ERROR
Initial version: N/A
Class name: GeoLocationErrorCode
Method or attribute name: GEOCODE_ERROR
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: GeoLocationErrorCode
Method or attribute name: LOCATOR_ERROR
Initial version: N/A
Class name: GeoLocationErrorCode
Method or attribute name: LOCATOR_ERROR
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: GeoLocationErrorCode
Method or attribute name: LOCATION_SWITCH_ERROR
Initial version: N/A
Class name: GeoLocationErrorCode
Method or attribute name: LOCATION_SWITCH_ERROR
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: GeoLocationErrorCode
Method or attribute name: LAST_KNOWN_LOCATION_ERROR
Initial version: N/A
Class name: GeoLocationErrorCode
Method or attribute name: LAST_KNOWN_LOCATION_ERROR
Initial version: 7
@ohos.geolocation.d.ts
Initial version changed Class name: GeoLocationErrorCode
Method or attribute name: LOCATION_REQUEST_TIMEOUT_ERROR
Initial version: N/A
Class name: GeoLocationErrorCode
Method or attribute name: LOCATION_REQUEST_TIMEOUT_ERROR
Initial version: 7
@ohos.geolocation.d.ts