• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1| 操作 | 旧版本 | 新版本 | d.ts文件 |
2| ---- | ------ | ------ | -------- |
3|新增|NA|类名:GeoLocationErrorCode<br>方法or属性:INPUT_PARAMS_ERROR|@ohos.geolocation.d.ts|
4|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager|@ohos.geoLocationManager.d.ts|
5|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function on(type: 'locationChange', request: LocationRequest, callback: Callback\<Location>): void;|@ohos.geoLocationManager.d.ts|
6|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function off(type: 'locationChange', callback?: Callback\<Location>): void;|@ohos.geoLocationManager.d.ts|
7|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function on(type: 'locationEnabledChange', callback: Callback\<boolean>): void;|@ohos.geoLocationManager.d.ts|
8|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function off(type: 'locationEnabledChange', callback?: Callback\<boolean>): void;|@ohos.geoLocationManager.d.ts|
9|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function on(type: 'cachedGnssLocationsChange', request: CachedGnssLocationsRequest, callback: Callback\<Array\<Location>>): void;|@ohos.geoLocationManager.d.ts|
10|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function off(type: 'cachedGnssLocationsChange', callback?: Callback\<Array\<Location>>): void;|@ohos.geoLocationManager.d.ts|
11|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function on(type: 'satelliteStatusChange', callback: Callback\<SatelliteStatusInfo>): void;|@ohos.geoLocationManager.d.ts|
12|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function off(type: 'satelliteStatusChange', callback?: Callback\<SatelliteStatusInfo>): void;|@ohos.geoLocationManager.d.ts|
13|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function on(type: 'nmeaMessage', callback: Callback\<string>): void;|@ohos.geoLocationManager.d.ts|
14|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function off(type: 'nmeaMessage', callback?: Callback\<string>): void;|@ohos.geoLocationManager.d.ts|
15|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function on(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): void;|@ohos.geoLocationManager.d.ts|
16|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function off(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): void;|@ohos.geoLocationManager.d.ts|
17|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function on(type: 'countryCodeChange', callback: Callback\<CountryCode>): void;|@ohos.geoLocationManager.d.ts|
18|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function off(type: 'countryCodeChange', callback?: Callback\<CountryCode>): void;|@ohos.geoLocationManager.d.ts|
19|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function getCurrentLocation(request: CurrentLocationRequest, callback: AsyncCallback\<Location>): void;|@ohos.geoLocationManager.d.ts|
20|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function getCurrentLocation(callback: AsyncCallback\<Location>): void;|@ohos.geoLocationManager.d.ts|
21|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function getCurrentLocation(request?: CurrentLocationRequest): Promise\<Location>;|@ohos.geoLocationManager.d.ts|
22|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function getLastLocation(): Location;|@ohos.geoLocationManager.d.ts|
23|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function isLocationEnabled(): boolean;|@ohos.geoLocationManager.d.ts|
24|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function enableLocation(callback: AsyncCallback\<void>): void;|@ohos.geoLocationManager.d.ts|
25|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function enableLocation(): Promise\<void>;|@ohos.geoLocationManager.d.ts|
26|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function disableLocation(): void;|@ohos.geoLocationManager.d.ts|
27|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback: AsyncCallback\<Array\<GeoAddress>>): void;|@ohos.geoLocationManager.d.ts|
28|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise\<Array\<GeoAddress>>;|@ohos.geoLocationManager.d.ts|
29|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function getAddressesFromLocationName(request: GeoCodeRequest, callback: AsyncCallback\<Array\<GeoAddress>>): void;|@ohos.geoLocationManager.d.ts|
30|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function getAddressesFromLocationName(request: GeoCodeRequest): Promise\<Array\<GeoAddress>>;|@ohos.geoLocationManager.d.ts|
31|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function isGeocoderAvailable(): boolean;|@ohos.geoLocationManager.d.ts|
32|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function getCachedGnssLocationsSize(callback: AsyncCallback\<number>): void;|@ohos.geoLocationManager.d.ts|
33|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function getCachedGnssLocationsSize(): Promise\<number>;|@ohos.geoLocationManager.d.ts|
34|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function flushCachedGnssLocations(callback: AsyncCallback\<void>): void;|@ohos.geoLocationManager.d.ts|
35|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function flushCachedGnssLocations(): Promise\<void>;|@ohos.geoLocationManager.d.ts|
36|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function sendCommand(command: LocationCommand, callback: AsyncCallback\<void>): void;|@ohos.geoLocationManager.d.ts|
37|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function sendCommand(command: LocationCommand): Promise\<void>;|@ohos.geoLocationManager.d.ts|
38|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function getCountryCode(callback: AsyncCallback\<CountryCode>): void;|@ohos.geoLocationManager.d.ts|
39|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function getCountryCode(): Promise\<CountryCode>;|@ohos.geoLocationManager.d.ts|
40|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function enableLocationMock(): void;|@ohos.geoLocationManager.d.ts|
41|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function disableLocationMock(): void;|@ohos.geoLocationManager.d.ts|
42|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function setMockedLocations(config: LocationMockConfig): void;|@ohos.geoLocationManager.d.ts|
43|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function enableReverseGeocodingMock(): void;|@ohos.geoLocationManager.d.ts|
44|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function disableReverseGeocodingMock(): void;|@ohos.geoLocationManager.d.ts|
45|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function setReverseGeocodingMockInfo(mockInfos: Array\<ReverseGeocodingMockInfo>): void;|@ohos.geoLocationManager.d.ts|
46|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function isLocationPrivacyConfirmed(type: LocationPrivacyType): boolean;|@ohos.geoLocationManager.d.ts|
47|新增|NA|模块名: ohos.geoLocationManager<br>类名: geoLocationManager<br>方法 or 属性: function setLocationPrivacyConfirmStatus(type: LocationPrivacyType, isConfirmed: boolean): void;|@ohos.geoLocationManager.d.ts|
48|新增|NA|模块名: ohos.geoLocationManager<br>类名: ReverseGeocodingMockInfo|@ohos.geoLocationManager.d.ts|
49|新增|NA|模块名: ohos.geoLocationManager<br>类名: ReverseGeocodingMockInfo<br>方法 or 属性: location: ReverseGeoCodeRequest;|@ohos.geoLocationManager.d.ts|
50|新增|NA|模块名: ohos.geoLocationManager<br>类名: ReverseGeocodingMockInfo<br>方法 or 属性: geoAddress: GeoAddress;|@ohos.geoLocationManager.d.ts|
51|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationMockConfig|@ohos.geoLocationManager.d.ts|
52|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationMockConfig<br>方法 or 属性: timeInterval: number;|@ohos.geoLocationManager.d.ts|
53|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationMockConfig<br>方法 or 属性: locations: Array\<Location>;|@ohos.geoLocationManager.d.ts|
54|新增|NA|模块名: ohos.geoLocationManager<br>类名: SatelliteStatusInfo|@ohos.geoLocationManager.d.ts|
55|新增|NA|模块名: ohos.geoLocationManager<br>类名: SatelliteStatusInfo<br>方法 or 属性: satellitesNumber: number;|@ohos.geoLocationManager.d.ts|
56|新增|NA|模块名: ohos.geoLocationManager<br>类名: SatelliteStatusInfo<br>方法 or 属性: satelliteIds: Array\<number>;|@ohos.geoLocationManager.d.ts|
57|新增|NA|模块名: ohos.geoLocationManager<br>类名: SatelliteStatusInfo<br>方法 or 属性: carrierToNoiseDensitys: Array\<number>;|@ohos.geoLocationManager.d.ts|
58|新增|NA|模块名: ohos.geoLocationManager<br>类名: SatelliteStatusInfo<br>方法 or 属性: altitudes: Array\<number>;|@ohos.geoLocationManager.d.ts|
59|新增|NA|模块名: ohos.geoLocationManager<br>类名: SatelliteStatusInfo<br>方法 or 属性: azimuths: Array\<number>;|@ohos.geoLocationManager.d.ts|
60|新增|NA|模块名: ohos.geoLocationManager<br>类名: SatelliteStatusInfo<br>方法 or 属性: carrierFrequencies: Array\<number>;|@ohos.geoLocationManager.d.ts|
61|新增|NA|模块名: ohos.geoLocationManager<br>类名: CachedGnssLocationsRequest|@ohos.geoLocationManager.d.ts|
62|新增|NA|模块名: ohos.geoLocationManager<br>类名: CachedGnssLocationsRequest<br>方法 or 属性: reportingPeriodSec: number;|@ohos.geoLocationManager.d.ts|
63|新增|NA|模块名: ohos.geoLocationManager<br>类名: CachedGnssLocationsRequest<br>方法 or 属性: wakeUpCacheQueueFull: boolean;|@ohos.geoLocationManager.d.ts|
64|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeofenceRequest|@ohos.geoLocationManager.d.ts|
65|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeofenceRequest<br>方法 or 属性: scenario: LocationRequestScenario;|@ohos.geoLocationManager.d.ts|
66|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeofenceRequest<br>方法 or 属性: geofence: Geofence;|@ohos.geoLocationManager.d.ts|
67|新增|NA|模块名: ohos.geoLocationManager<br>类名: Geofence|@ohos.geoLocationManager.d.ts|
68|新增|NA|模块名: ohos.geoLocationManager<br>类名: Geofence<br>方法 or 属性: latitude: number;|@ohos.geoLocationManager.d.ts|
69|新增|NA|模块名: ohos.geoLocationManager<br>类名: Geofence<br>方法 or 属性: longitude: number;|@ohos.geoLocationManager.d.ts|
70|新增|NA|模块名: ohos.geoLocationManager<br>类名: Geofence<br>方法 or 属性: radius: number;|@ohos.geoLocationManager.d.ts|
71|新增|NA|模块名: ohos.geoLocationManager<br>类名: Geofence<br>方法 or 属性: expiration: number;|@ohos.geoLocationManager.d.ts|
72|新增|NA|模块名: ohos.geoLocationManager<br>类名: ReverseGeoCodeRequest|@ohos.geoLocationManager.d.ts|
73|新增|NA|模块名: ohos.geoLocationManager<br>类名: ReverseGeoCodeRequest<br>方法 or 属性: locale?: string;|@ohos.geoLocationManager.d.ts|
74|新增|NA|模块名: ohos.geoLocationManager<br>类名: ReverseGeoCodeRequest<br>方法 or 属性: latitude: number;|@ohos.geoLocationManager.d.ts|
75|新增|NA|模块名: ohos.geoLocationManager<br>类名: ReverseGeoCodeRequest<br>方法 or 属性: longitude: number;|@ohos.geoLocationManager.d.ts|
76|新增|NA|模块名: ohos.geoLocationManager<br>类名: ReverseGeoCodeRequest<br>方法 or 属性: maxItems?: number;|@ohos.geoLocationManager.d.ts|
77|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoCodeRequest|@ohos.geoLocationManager.d.ts|
78|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoCodeRequest<br>方法 or 属性: locale?: string;|@ohos.geoLocationManager.d.ts|
79|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoCodeRequest<br>方法 or 属性: description: string;|@ohos.geoLocationManager.d.ts|
80|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoCodeRequest<br>方法 or 属性: maxItems?: number;|@ohos.geoLocationManager.d.ts|
81|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoCodeRequest<br>方法 or 属性: minLatitude?: number;|@ohos.geoLocationManager.d.ts|
82|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoCodeRequest<br>方法 or 属性: minLongitude?: number;|@ohos.geoLocationManager.d.ts|
83|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoCodeRequest<br>方法 or 属性: maxLatitude?: number;|@ohos.geoLocationManager.d.ts|
84|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoCodeRequest<br>方法 or 属性: maxLongitude?: number;|@ohos.geoLocationManager.d.ts|
85|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoAddress|@ohos.geoLocationManager.d.ts|
86|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoAddress<br>方法 or 属性: latitude?: number;|@ohos.geoLocationManager.d.ts|
87|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoAddress<br>方法 or 属性: longitude?: number;|@ohos.geoLocationManager.d.ts|
88|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoAddress<br>方法 or 属性: locale?: string;|@ohos.geoLocationManager.d.ts|
89|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoAddress<br>方法 or 属性: placeName?: string;|@ohos.geoLocationManager.d.ts|
90|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoAddress<br>方法 or 属性: countryCode?: string;|@ohos.geoLocationManager.d.ts|
91|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoAddress<br>方法 or 属性: countryName?: string;|@ohos.geoLocationManager.d.ts|
92|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoAddress<br>方法 or 属性: administrativeArea?: string;|@ohos.geoLocationManager.d.ts|
93|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoAddress<br>方法 or 属性: subAdministrativeArea?: string;|@ohos.geoLocationManager.d.ts|
94|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoAddress<br>方法 or 属性: locality?: string;|@ohos.geoLocationManager.d.ts|
95|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoAddress<br>方法 or 属性: subLocality?: string;|@ohos.geoLocationManager.d.ts|
96|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoAddress<br>方法 or 属性: roadName?: string;|@ohos.geoLocationManager.d.ts|
97|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoAddress<br>方法 or 属性: subRoadName?: string;|@ohos.geoLocationManager.d.ts|
98|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoAddress<br>方法 or 属性: premises?: string;|@ohos.geoLocationManager.d.ts|
99|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoAddress<br>方法 or 属性: postalCode?: string;|@ohos.geoLocationManager.d.ts|
100|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoAddress<br>方法 or 属性: phoneNumber?: string;|@ohos.geoLocationManager.d.ts|
101|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoAddress<br>方法 or 属性: addressUrl?: string;|@ohos.geoLocationManager.d.ts|
102|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoAddress<br>方法 or 属性: descriptions?: Array\<string>;|@ohos.geoLocationManager.d.ts|
103|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoAddress<br>方法 or 属性: descriptionsSize?: number;|@ohos.geoLocationManager.d.ts|
104|新增|NA|模块名: ohos.geoLocationManager<br>类名: GeoAddress<br>方法 or 属性: isFromMock?: Boolean;|@ohos.geoLocationManager.d.ts|
105|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationRequest|@ohos.geoLocationManager.d.ts|
106|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationRequest<br>方法 or 属性: priority?: LocationRequestPriority;|@ohos.geoLocationManager.d.ts|
107|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationRequest<br>方法 or 属性: scenario?: LocationRequestScenario;|@ohos.geoLocationManager.d.ts|
108|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationRequest<br>方法 or 属性: timeInterval?: number;|@ohos.geoLocationManager.d.ts|
109|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationRequest<br>方法 or 属性: distanceInterval?: number;|@ohos.geoLocationManager.d.ts|
110|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationRequest<br>方法 or 属性: maxAccuracy?: number;|@ohos.geoLocationManager.d.ts|
111|新增|NA|模块名: ohos.geoLocationManager<br>类名: CurrentLocationRequest|@ohos.geoLocationManager.d.ts|
112|新增|NA|模块名: ohos.geoLocationManager<br>类名: CurrentLocationRequest<br>方法 or 属性: priority?: LocationRequestPriority;|@ohos.geoLocationManager.d.ts|
113|新增|NA|模块名: ohos.geoLocationManager<br>类名: CurrentLocationRequest<br>方法 or 属性: scenario?: LocationRequestScenario;|@ohos.geoLocationManager.d.ts|
114|新增|NA|模块名: ohos.geoLocationManager<br>类名: CurrentLocationRequest<br>方法 or 属性: maxAccuracy?: number;|@ohos.geoLocationManager.d.ts|
115|新增|NA|模块名: ohos.geoLocationManager<br>类名: CurrentLocationRequest<br>方法 or 属性: timeoutMs?: number;|@ohos.geoLocationManager.d.ts|
116|新增|NA|模块名: ohos.geoLocationManager<br>类名: Location|@ohos.geoLocationManager.d.ts|
117|新增|NA|模块名: ohos.geoLocationManager<br>类名: Location<br>方法 or 属性: latitude: number;|@ohos.geoLocationManager.d.ts|
118|新增|NA|模块名: ohos.geoLocationManager<br>类名: Location<br>方法 or 属性: longitude: number;|@ohos.geoLocationManager.d.ts|
119|新增|NA|模块名: ohos.geoLocationManager<br>类名: Location<br>方法 or 属性: altitude: number;|@ohos.geoLocationManager.d.ts|
120|新增|NA|模块名: ohos.geoLocationManager<br>类名: Location<br>方法 or 属性: accuracy: number;|@ohos.geoLocationManager.d.ts|
121|新增|NA|模块名: ohos.geoLocationManager<br>类名: Location<br>方法 or 属性: speed: number;|@ohos.geoLocationManager.d.ts|
122|新增|NA|模块名: ohos.geoLocationManager<br>类名: Location<br>方法 or 属性: timeStamp: number;|@ohos.geoLocationManager.d.ts|
123|新增|NA|模块名: ohos.geoLocationManager<br>类名: Location<br>方法 or 属性: direction: number;|@ohos.geoLocationManager.d.ts|
124|新增|NA|模块名: ohos.geoLocationManager<br>类名: Location<br>方法 or 属性: timeSinceBoot: number;|@ohos.geoLocationManager.d.ts|
125|新增|NA|模块名: ohos.geoLocationManager<br>类名: Location<br>方法 or 属性: additions?: Array\<string>;|@ohos.geoLocationManager.d.ts|
126|新增|NA|模块名: ohos.geoLocationManager<br>类名: Location<br>方法 or 属性: additionSize?: number;|@ohos.geoLocationManager.d.ts|
127|新增|NA|模块名: ohos.geoLocationManager<br>类名: Location<br>方法 or 属性: isFromMock?: Boolean;|@ohos.geoLocationManager.d.ts|
128|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationRequestPriority|@ohos.geoLocationManager.d.ts|
129|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationRequestPriority<br>方法 or 属性: UNSET = 0x200|@ohos.geoLocationManager.d.ts|
130|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationRequestPriority<br>方法 or 属性: ACCURACY|@ohos.geoLocationManager.d.ts|
131|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationRequestPriority<br>方法 or 属性: LOW_POWER|@ohos.geoLocationManager.d.ts|
132|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationRequestPriority<br>方法 or 属性: FIRST_FIX|@ohos.geoLocationManager.d.ts|
133|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationRequestScenario|@ohos.geoLocationManager.d.ts|
134|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationRequestScenario<br>方法 or 属性: UNSET = 0x300|@ohos.geoLocationManager.d.ts|
135|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationRequestScenario<br>方法 or 属性: NAVIGATION|@ohos.geoLocationManager.d.ts|
136|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationRequestScenario<br>方法 or 属性: TRAJECTORY_TRACKING|@ohos.geoLocationManager.d.ts|
137|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationRequestScenario<br>方法 or 属性: CAR_HAILING|@ohos.geoLocationManager.d.ts|
138|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationRequestScenario<br>方法 or 属性: DAILY_LIFE_SERVICE|@ohos.geoLocationManager.d.ts|
139|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationRequestScenario<br>方法 or 属性: NO_POWER|@ohos.geoLocationManager.d.ts|
140|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationPrivacyType|@ohos.geoLocationManager.d.ts|
141|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationPrivacyType<br>方法 or 属性: OTHERS = 0|@ohos.geoLocationManager.d.ts|
142|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationPrivacyType<br>方法 or 属性: STARTUP|@ohos.geoLocationManager.d.ts|
143|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationPrivacyType<br>方法 or 属性: CORE_LOCATION|@ohos.geoLocationManager.d.ts|
144|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationCommand|@ohos.geoLocationManager.d.ts|
145|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationCommand<br>方法 or 属性: scenario: LocationRequestScenario;|@ohos.geoLocationManager.d.ts|
146|新增|NA|模块名: ohos.geoLocationManager<br>类名: LocationCommand<br>方法 or 属性: command: string;|@ohos.geoLocationManager.d.ts|
147|新增|NA|模块名: ohos.geoLocationManager<br>类名: CountryCode|@ohos.geoLocationManager.d.ts|
148|新增|NA|模块名: ohos.geoLocationManager<br>类名: CountryCode<br>方法 or 属性: country: string;|@ohos.geoLocationManager.d.ts|
149|新增|NA|模块名: ohos.geoLocationManager<br>类名: CountryCode<br>方法 or 属性: type: CountryCodeType;|@ohos.geoLocationManager.d.ts|
150|新增|NA|模块名: ohos.geoLocationManager<br>类名: CountryCodeType|@ohos.geoLocationManager.d.ts|
151|新增|NA|模块名: ohos.geoLocationManager<br>类名: CountryCodeType<br>方法 or 属性: COUNTRY_CODE_FROM_LOCALE = 1|@ohos.geoLocationManager.d.ts|
152|新增|NA|模块名: ohos.geoLocationManager<br>类名: CountryCodeType<br>方法 or 属性: COUNTRY_CODE_FROM_SIM|@ohos.geoLocationManager.d.ts|
153|新增|NA|模块名: ohos.geoLocationManager<br>类名: CountryCodeType<br>方法 or 属性: COUNTRY_CODE_FROM_LOCATION|@ohos.geoLocationManager.d.ts|
154|新增|NA|模块名: ohos.geoLocationManager<br>类名: CountryCodeType<br>方法 or 属性: COUNTRY_CODE_FROM_NETWORK|@ohos.geoLocationManager.d.ts|
155|删除|模块名:ohos.geolocation<br>类名:geolocation<br>方法 or 属性:function enableLocation(callback: AsyncCallback\<boolean>) : void;|NA|@ohos.geolocation.d.ts|
156|删除|模块名:ohos.geolocation<br>类名:geolocation<br>方法 or 属性:function enableLocation() : Promise\<boolean>;|NA|@ohos.geolocation.d.ts|
157|删除|模块名:ohos.geolocation<br>类名:geolocation<br>方法 or 属性:function disableLocation(callback: AsyncCallback\<boolean>) : void;|NA|@ohos.geolocation.d.ts|
158|删除|模块名:ohos.geolocation<br>类名:geolocation<br>方法 or 属性:function disableLocation() : Promise\<boolean>;|NA|@ohos.geolocation.d.ts|
159|删除|模块名:ohos.geolocation<br>类名:geolocation<br>方法 or 属性:function isLocationPrivacyConfirmed(type : LocationPrivacyType, callback: AsyncCallback\<boolean>) : void;|NA|@ohos.geolocation.d.ts|
160|删除|模块名:ohos.geolocation<br>类名:geolocation<br>方法 or 属性:function isLocationPrivacyConfirmed(type : LocationPrivacyType,) : Promise\<boolean>;|NA|@ohos.geolocation.d.ts|
161|删除|模块名:ohos.geolocation<br>类名:geolocation<br>方法 or 属性:function setLocationPrivacyConfirmStatus(type : LocationPrivacyType, isConfirmed : boolean, callback: AsyncCallback\<boolean>) : void;|NA|@ohos.geolocation.d.ts|
162|删除|模块名:ohos.geolocation<br>类名:geolocation<br>方法 or 属性:function setLocationPrivacyConfirmStatus(type : LocationPrivacyType, isConfirmed : boolean) : Promise\<boolean>;|NA|@ohos.geolocation.d.ts|
163|废弃版本有变化|类名:geolocation<br>废弃版本:N/A|类名:geolocation<br>废弃版本:9<br>代替接口:N/A|@ohos.geolocation.d.ts|
164|废弃版本有变化|类名:SatelliteStatusInfo<br>废弃版本:N/A|类名:SatelliteStatusInfo<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.SatelliteStatusInfo     |@ohos.geolocation.d.ts|
165|废弃版本有变化|类名:CachedGnssLocationsRequest<br>废弃版本:N/A|类名:CachedGnssLocationsRequest<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.CachedGnssLocationsRequest     |@ohos.geolocation.d.ts|
166|废弃版本有变化|类名:GeofenceRequest<br>废弃版本:N/A|类名:GeofenceRequest<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.GeofenceRequest     |@ohos.geolocation.d.ts|
167|废弃版本有变化|类名:Geofence<br>废弃版本:N/A|类名:Geofence<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.Geofence     |@ohos.geolocation.d.ts|
168|废弃版本有变化|类名:ReverseGeoCodeRequest<br>废弃版本:N/A|类名:ReverseGeoCodeRequest<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.ReverseGeoCodeRequest     |@ohos.geolocation.d.ts|
169|废弃版本有变化|类名:GeoCodeRequest<br>废弃版本:N/A|类名:GeoCodeRequest<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.GeoCodeRequest     |@ohos.geolocation.d.ts|
170|废弃版本有变化|类名:GeoAddress<br>废弃版本:N/A|类名:GeoAddress<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.GeoAddress     |@ohos.geolocation.d.ts|
171|废弃版本有变化|类名:LocationRequest<br>废弃版本:N/A|类名:LocationRequest<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.LocationRequest     |@ohos.geolocation.d.ts|
172|废弃版本有变化|类名:CurrentLocationRequest<br>废弃版本:N/A|类名:CurrentLocationRequest<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest     |@ohos.geolocation.d.ts|
173|废弃版本有变化|类名:Location<br>废弃版本:N/A|类名:Location<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.Location     |@ohos.geolocation.d.ts|
174|废弃版本有变化|类名:LocationRequestPriority<br>废弃版本:N/A|类名:LocationRequestPriority<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.LocationRequestPriority     |@ohos.geolocation.d.ts|
175|废弃版本有变化|类名:LocationRequestScenario<br>废弃版本:N/A|类名:LocationRequestScenario<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.LocationRequestScenario     |@ohos.geolocation.d.ts|
176|废弃版本有变化|类名:GeoLocationErrorCode<br>废弃版本:N/A|类名:GeoLocationErrorCode<br>废弃版本:9<br>代替接口:N/A|@ohos.geolocation.d.ts|
177|废弃版本有变化|类名:LocationPrivacyType<br>废弃版本:N/A|类名:LocationPrivacyType<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.LocationPrivacyType     |@ohos.geolocation.d.ts|
178|废弃版本有变化|类名:LocationCommand<br>废弃版本:N/A|类名:LocationCommand<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.LocationCommand     |@ohos.geolocation.d.ts|
179|废弃版本有变化|类名:GeolocationResponse<br>废弃版本:N/A|类名:GeolocationResponse<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.Location |@system.geolocation.d.ts|
180|废弃版本有变化|类名:GetLocationOption<br>废弃版本:N/A|类名:GetLocationOption<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest |@system.geolocation.d.ts|
181|废弃版本有变化|类名:GetLocationTypeResponse<br>废弃版本:N/A|类名:GetLocationTypeResponse<br>废弃版本:9<br>代替接口:N/A|@system.geolocation.d.ts|
182|废弃版本有变化|类名:GetLocationTypeOption<br>废弃版本:N/A|类名:GetLocationTypeOption<br>废弃版本:9<br>代替接口:N/A|@system.geolocation.d.ts|
183|废弃版本有变化|类名:SubscribeLocationOption<br>废弃版本:N/A|类名:SubscribeLocationOption<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.LocationRequest |@system.geolocation.d.ts|
184|废弃版本有变化|类名:Geolocation<br>废弃版本:N/A|类名:Geolocation<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager |@system.geolocation.d.ts|
185|废弃版本有变化|类名:Geolocation<br>方法 or 属性:static getLocation(options?: GetLocationOption): void;<br>废弃版本:N/A|类名:Geolocation<br>方法 or 属性:static getLocation(options?: GetLocationOption): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.getCurrentLocation   |@system.geolocation.d.ts|
186|废弃版本有变化|类名:Geolocation<br>方法 or 属性:static getLocationType(options?: GetLocationTypeOption): void;<br>废弃版本:N/A|类名:Geolocation<br>方法 or 属性:static getLocationType(options?: GetLocationTypeOption): void;<br>废弃版本:9<br>代替接口:N/A|@system.geolocation.d.ts|
187|废弃版本有变化|类名:Geolocation<br>方法 or 属性:static subscribe(options: SubscribeLocationOption): void;<br>废弃版本:N/A|类名:Geolocation<br>方法 or 属性:static subscribe(options: SubscribeLocationOption): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.on|@system.geolocation.d.ts|
188|废弃版本有变化|类名:Geolocation<br>方法 or 属性:static unsubscribe(): void;<br>废弃版本:N/A|类名:Geolocation<br>方法 or 属性:static unsubscribe(): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.off|@system.geolocation.d.ts|
189|废弃版本有变化|类名:Geolocation<br>方法 or 属性:static getSupportedCoordTypes(): Array\<string>;<br>废弃版本:N/A|类名:Geolocation<br>方法 or 属性:static getSupportedCoordTypes(): Array\<string>;<br>废弃版本:9<br>代替接口:N/A|@system.geolocation.d.ts|
190|起始版本有变化|类名:GeoAddress<br>方法 or 属性:latitude?: number;<br>起始版本:N/A|类名:GeoAddress<br>方法 or 属性:latitude?: number;<br>起始版本:7|@ohos.geolocation.d.ts|
191|起始版本有变化|类名:GeoAddress<br>方法 or 属性:longitude?: number;<br>起始版本:N/A|类名:GeoAddress<br>方法 or 属性:longitude?: number;<br>起始版本:7|@ohos.geolocation.d.ts|
192|起始版本有变化|类名:GeoAddress<br>方法 or 属性:locale?: string;<br>起始版本:N/A|类名:GeoAddress<br>方法 or 属性:locale?: string;<br>起始版本:7|@ohos.geolocation.d.ts|
193|起始版本有变化|类名:GeoAddress<br>方法 or 属性:placeName?: string;<br>起始版本:N/A|类名:GeoAddress<br>方法 or 属性:placeName?: string;<br>起始版本:7|@ohos.geolocation.d.ts|
194|起始版本有变化|类名:GeoAddress<br>方法 or 属性:countryCode?: string;<br>起始版本:N/A|类名:GeoAddress<br>方法 or 属性:countryCode?: string;<br>起始版本:7|@ohos.geolocation.d.ts|
195|起始版本有变化|类名:GeoAddress<br>方法 or 属性:countryName?: string;<br>起始版本:N/A|类名:GeoAddress<br>方法 or 属性:countryName?: string;<br>起始版本:7|@ohos.geolocation.d.ts|
196|起始版本有变化|类名:GeoAddress<br>方法 or 属性:administrativeArea?: string;<br>起始版本:N/A|类名:GeoAddress<br>方法 or 属性:administrativeArea?: string;<br>起始版本:7|@ohos.geolocation.d.ts|
197|起始版本有变化|类名:GeoAddress<br>方法 or 属性:subAdministrativeArea?: string;<br>起始版本:N/A|类名:GeoAddress<br>方法 or 属性:subAdministrativeArea?: string;<br>起始版本:7|@ohos.geolocation.d.ts|
198|起始版本有变化|类名:GeoAddress<br>方法 or 属性:locality?: string;<br>起始版本:N/A|类名:GeoAddress<br>方法 or 属性:locality?: string;<br>起始版本:7|@ohos.geolocation.d.ts|
199|起始版本有变化|类名:GeoAddress<br>方法 or 属性:subLocality?: string;<br>起始版本:N/A|类名:GeoAddress<br>方法 or 属性:subLocality?: string;<br>起始版本:7|@ohos.geolocation.d.ts|
200|起始版本有变化|类名:GeoAddress<br>方法 or 属性:roadName?: string;<br>起始版本:N/A|类名:GeoAddress<br>方法 or 属性:roadName?: string;<br>起始版本:7|@ohos.geolocation.d.ts|
201|起始版本有变化|类名:GeoAddress<br>方法 or 属性:subRoadName?: string;<br>起始版本:N/A|类名:GeoAddress<br>方法 or 属性:subRoadName?: string;<br>起始版本:7|@ohos.geolocation.d.ts|
202|起始版本有变化|类名:GeoAddress<br>方法 or 属性:premises?: string;<br>起始版本:N/A|类名:GeoAddress<br>方法 or 属性:premises?: string;<br>起始版本:7|@ohos.geolocation.d.ts|
203|起始版本有变化|类名:GeoAddress<br>方法 or 属性:postalCode?: string;<br>起始版本:N/A|类名:GeoAddress<br>方法 or 属性:postalCode?: string;<br>起始版本:7|@ohos.geolocation.d.ts|
204|起始版本有变化|类名:GeoAddress<br>方法 or 属性:phoneNumber?: string;<br>起始版本:N/A|类名:GeoAddress<br>方法 or 属性:phoneNumber?: string;<br>起始版本:7|@ohos.geolocation.d.ts|
205|起始版本有变化|类名:GeoAddress<br>方法 or 属性:addressUrl?: string;<br>起始版本:N/A|类名:GeoAddress<br>方法 or 属性:addressUrl?: string;<br>起始版本:7|@ohos.geolocation.d.ts|
206|起始版本有变化|类名:GeoAddress<br>方法 or 属性:descriptions?: Array\<string>;<br>起始版本:N/A|类名:GeoAddress<br>方法 or 属性:descriptions?: Array\<string>;<br>起始版本:7|@ohos.geolocation.d.ts|
207|起始版本有变化|类名:GeoAddress<br>方法 or 属性:descriptionsSize?: number;<br>起始版本:N/A|类名:GeoAddress<br>方法 or 属性:descriptionsSize?: number;<br>起始版本:7|@ohos.geolocation.d.ts|
208|起始版本有变化|类名:Location<br>方法 or 属性:latitude: number;<br>起始版本:N/A|类名:Location<br>方法 or 属性:latitude: number;<br>起始版本:7|@ohos.geolocation.d.ts|
209|起始版本有变化|类名:Location<br>方法 or 属性:longitude: number;<br>起始版本:N/A|类名:Location<br>方法 or 属性:longitude: number;<br>起始版本:7|@ohos.geolocation.d.ts|
210|起始版本有变化|类名:Location<br>方法 or 属性:altitude: number;<br>起始版本:N/A|类名:Location<br>方法 or 属性:altitude: number;<br>起始版本:7|@ohos.geolocation.d.ts|
211|起始版本有变化|类名:Location<br>方法 or 属性:accuracy: number;<br>起始版本:N/A|类名:Location<br>方法 or 属性:accuracy: number;<br>起始版本:7|@ohos.geolocation.d.ts|
212|起始版本有变化|类名:Location<br>方法 or 属性:speed: number;<br>起始版本:N/A|类名:Location<br>方法 or 属性:speed: number;<br>起始版本:7|@ohos.geolocation.d.ts|
213|起始版本有变化|类名:Location<br>方法 or 属性:timeStamp: number;<br>起始版本:N/A|类名:Location<br>方法 or 属性:timeStamp: number;<br>起始版本:7|@ohos.geolocation.d.ts|
214|起始版本有变化|类名:Location<br>方法 or 属性:direction: number;<br>起始版本:N/A|类名:Location<br>方法 or 属性:direction: number;<br>起始版本:7|@ohos.geolocation.d.ts|
215|起始版本有变化|类名:Location<br>方法 or 属性:timeSinceBoot: number;<br>起始版本:N/A|类名:Location<br>方法 or 属性:timeSinceBoot: number;<br>起始版本:7|@ohos.geolocation.d.ts|
216|起始版本有变化|类名:Location<br>方法 or 属性:additions?: Array\<string>;<br>起始版本:N/A|类名:Location<br>方法 or 属性:additions?: Array\<string>;<br>起始版本:7|@ohos.geolocation.d.ts|
217|起始版本有变化|类名:Location<br>方法 or 属性:additionSize?: number;<br>起始版本:N/A|类名:Location<br>方法 or 属性:additionSize?: number;<br>起始版本:7|@ohos.geolocation.d.ts|
218|起始版本有变化|类名:GeoLocationErrorCode<br>方法 or 属性:REVERSE_GEOCODE_ERROR<br>起始版本:N/A|类名:GeoLocationErrorCode<br>方法 or 属性:REVERSE_GEOCODE_ERROR<br>起始版本:7|@ohos.geolocation.d.ts|
219|起始版本有变化|类名:GeoLocationErrorCode<br>方法 or 属性:GEOCODE_ERROR<br>起始版本:N/A|类名:GeoLocationErrorCode<br>方法 or 属性:GEOCODE_ERROR<br>起始版本:7|@ohos.geolocation.d.ts|
220|起始版本有变化|类名:GeoLocationErrorCode<br>方法 or 属性:LOCATOR_ERROR<br>起始版本:N/A|类名:GeoLocationErrorCode<br>方法 or 属性:LOCATOR_ERROR<br>起始版本:7|@ohos.geolocation.d.ts|
221|起始版本有变化|类名:GeoLocationErrorCode<br>方法 or 属性:LOCATION_SWITCH_ERROR<br>起始版本:N/A|类名:GeoLocationErrorCode<br>方法 or 属性:LOCATION_SWITCH_ERROR<br>起始版本:7|@ohos.geolocation.d.ts|
222|起始版本有变化|类名:GeoLocationErrorCode<br>方法 or 属性:LAST_KNOWN_LOCATION_ERROR<br>起始版本:N/A|类名:GeoLocationErrorCode<br>方法 or 属性:LAST_KNOWN_LOCATION_ERROR<br>起始版本:7|@ohos.geolocation.d.ts|
223|起始版本有变化|类名:GeoLocationErrorCode<br>方法 or 属性:LOCATION_REQUEST_TIMEOUT_ERROR<br>起始版本:N/A|类名:GeoLocationErrorCode<br>方法 or 属性:LOCATION_REQUEST_TIMEOUT_ERROR<br>起始版本:7|@ohos.geolocation.d.ts|
224