Lines Matching refs:geolocation

40 |删除|模块名:ohos.geolocation<br>类名:geolocation<br>方法 or 属性:function enableLocation(callback: AsyncCallb…
41 |删除|模块名:ohos.geolocation<br>类名:geolocation<br>方法 or 属性:function enableLocation(): Promise<boolean>;…
42 …删除|模块名:ohos.geolocation<br>类名:geolocation<br>方法 or 属性:function disableLocation(callback: AsyncCall…
43 |删除|模块名:ohos.geolocation<br>类名:geolocation<br>方法 or 属性:function disableLocation(): Promise<boolean>…
55 |废弃版本有变化|类名:geolocation<br>废弃版本:N/A|类名:geolocation<br>废弃版本:9<br>代替接口:N/A|@ohos.geolocation.d.ts|
56geolocation<br>方法 or 属性:function on(type: 'locationChange', request: LocationRequest, callback: Ca…
57geolocation<br>方法 or 属性:function off(type: 'locationChange', callback?: Callback<Location>): void;…
58geolocation<br>方法 or 属性:function on(type: 'locationServiceState', callback: Callback<boolean>): vo…
59geolocation<br>方法 or 属性:function off(type: 'locationServiceState', callback?: Callback<boolean>): …
60geolocation<br>方法 or 属性:function on(type: 'cachedGnssLocationsReporting', request: CachedGnssLocat…
61geolocation<br>方法 or 属性:function off(type: 'cachedGnssLocationsReporting', callback?: Callback<Arr…
62geolocation<br>方法 or 属性:function on(type: 'gnssStatusChange', callback: Callback<SatelliteStatusIn…
63geolocation<br>方法 or 属性:function off(type: 'gnssStatusChange', callback?: Callback<SatelliteStatus…
64geolocation<br>方法 or 属性:function on(type: 'nmeaMessageChange', callback: Callback<string>): void;<…
65geolocation<br>方法 or 属性:function off(type: 'nmeaMessageChange', callback?: Callback<string>): void…
66geolocation<br>方法 or 属性:function on(type: 'fenceStatusChange', request: GeofenceRequest, want: Wan…
67geolocation<br>方法 or 属性:function off(type: 'fenceStatusChange', request: GeofenceRequest, want: Wa…
68geolocation<br>方法 or 属性:function getCurrentLocation(request: CurrentLocationRequest, callback: Asy…
69geolocation<br>方法 or 属性:function getCurrentLocation(callback: AsyncCallback<Location>): void;<br>废…
70geolocation<br>方法 or 属性:function getCurrentLocation(request?: CurrentLocationRequest): Promise<Loc…
71geolocation<br>方法 or 属性:function getLastLocation(callback: AsyncCallback<Location>): void;<br>废弃版本…
72geolocation<br>方法 or 属性:function getLastLocation(): Promise<Location>;<br>废弃版本:N/A|类名:geolocation<…
73geolocation<br>方法 or 属性:function isLocationEnabled(callback: AsyncCallback<boolean>): void;<br>废弃版…
74geolocation<br>方法 or 属性:function isLocationEnabled(): Promise<boolean>;<br>废弃版本:N/A|类名:geolocation
75geolocation<br>方法 or 属性:function requestEnableLocation(callback: AsyncCallback<boolean>): void;<br…
76geolocation<br>方法 or 属性:function requestEnableLocation(): Promise<boolean>;<br>废弃版本:N/A|类名:geoloca…
77geolocation<br>方法 or 属性:function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback…
78geolocation<br>方法 or 属性:function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise…
79geolocation<br>方法 or 属性:function getAddressesFromLocationName(request: GeoCodeRequest, callback: A…
80geolocation<br>方法 or 属性:function getAddressesFromLocationName(request: GeoCodeRequest): Promise<Ar…
81geolocation<br>方法 or 属性:function isGeoServiceAvailable(callback: AsyncCallback<boolean>): void;<br…
82geolocation<br>方法 or 属性:function isGeoServiceAvailable(): Promise<boolean>;<br>废弃版本:N/A|类名:geoloca…
83geolocation<br>方法 or 属性:function getCachedGnssLocationsSize(callback: AsyncCallback<number>): void…
84geolocation<br>方法 or 属性:function getCachedGnssLocationsSize(): Promise<number>;<br>废弃版本:N/A|类名:geo…
85geolocation<br>方法 or 属性:function flushCachedGnssLocations(callback: AsyncCallback<boolean>): void;…
86geolocation<br>方法 or 属性:function flushCachedGnssLocations(): Promise<boolean>;<br>废弃版本:N/A|类名:geol…
87geolocation<br>方法 or 属性:function sendCommand(command: LocationCommand, callback: AsyncCallback<boo…
88geolocation<br>方法 or 属性:function sendCommand(command: LocationCommand): Promise<boolean>;<br>废弃版本:…
89 …br>代替接口:ohos.geoLocationManager/geoLocationManager.SatelliteStatusInfo |@ohos.geolocation.d.ts|
90 …:ohos.geoLocationManager/geoLocationManager.CachedGnssLocationsRequest |@ohos.geolocation.d.ts|
91 …本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.GeofenceRequest |@ohos.geolocation.d.ts|
92 …<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.Geofence |@ohos.geolocation.d.ts|
93 …>代替接口:ohos.geoLocationManager/geoLocationManager.ReverseGeoCodeRequest |@ohos.geolocation.d.ts|
94 …版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.GeoCodeRequest |@ohos.geolocation.d.ts|
95 …r>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.GeoAddress |@ohos.geolocation.d.ts|
96 …本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.LocationRequest |@ohos.geolocation.d.ts|
97 …代替接口:ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest |@ohos.geolocation.d.ts|
98 …<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.Location |@ohos.geolocation.d.ts|
99 …替接口:ohos.geoLocationManager/geoLocationManager.LocationRequestPriority |@ohos.geolocation.d.ts|
100 …替接口:ohos.geoLocationManager/geoLocationManager.LocationRequestScenario |@ohos.geolocation.d.ts|
101 …LocationErrorCode<br>废弃版本:N/A|类名:GeoLocationErrorCode<br>废弃版本:9<br>代替接口:N/A|@ohos.geolocation.d.ts|
102 …br>代替接口:ohos.geoLocationManager/geoLocationManager.LocationPrivacyType |@ohos.geolocation.d.ts|
103 …本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.LocationCommand |@ohos.geolocation.d.ts|
104 …se<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.Location |@system.geolocation.d.ts|
105 …r>代替接口:ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest |@system.geolocation.d.ts|
106 …TypeResponse<br>废弃版本:N/A|类名:GetLocationTypeResponse<br>废弃版本:9<br>代替接口:N/A|@system.geolocation.d.ts|
107 …tionTypeOption<br>废弃版本:N/A|类名:GetLocationTypeOption<br>废弃版本:9<br>代替接口:N/A|@system.geolocation.d.ts|
108 …弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.LocationRequest |@system.geolocation.d.ts|
109 …Geolocation<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager |@system.geolocation.d.ts|
110 …<br>代替接口:ohos.geoLocationManager/geoLocationManager.getCurrentLocation |@system.geolocation.d.ts|
111 …ocationType(options?: GetLocationTypeOption): void;<br>废弃版本:9<br>代替接口:N/A|@system.geolocation.d.ts|
112 …n): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.on|@system.geolocation.d.ts|
113 …): void;<br>废弃版本:9<br>代替接口:ohos.geoLocationManager/geoLocationManager.off|@system.geolocation.d.ts|
114 … 属性:static getSupportedCoordTypes(): Array<string>;<br>废弃版本:9<br>代替接口:N/A|@system.geolocation.d.ts|