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