Lines Matching refs:geolocation

9 | ohos.geolocation | CountryCodeType | COUNTRY_CODE_FROM_NETWORK | Added|
10 | ohos.geolocation | CountryCodeType | COUNTRY_CODE_FROM_LOCATION | Added|
11 | ohos.geolocation | CountryCodeType | COUNTRY_CODE_FROM_SIM | Added|
12 | ohos.geolocation | CountryCodeType | COUNTRY_CODE_FROM_LOCALE = 1 | Added|
13 | ohos.geolocation | CountryCode | type: CountryCodeType; | Added|
14 | ohos.geolocation | CountryCode | country: string; | Added|
15 | ohos.geolocation | GeoLocationErrorCode | QUERY_COUNTRY_CODE_ERROR | Added|
16 | ohos.geolocation | GeoLocationErrorCode | NOT_SUPPORTED = 100 | Added|
17 | ohos.geolocation | Location | isFromMock: Boolean; | Added|
18 | ohos.geolocation | GeoAddress | isFromMock: Boolean; | Added|
19 | ohos.geolocation | LocationMockConfig | locations: Array\<Location>; | Added|
20 | ohos.geolocation | LocationMockConfig | timeInterval: number; | Added|
21 | ohos.geolocation | ReverseGeocodingMockInfo | geoAddress: GeoAddress; | Added|
22 | ohos.geolocation | ReverseGeocodingMockInfo | location: ReverseGeoCodeRequest; | Added|
23 | ohos.geolocation | geolocation | setReverseGeocodingMockInfo(mockInfos: Array\<ReverseGeocodingMo…
24 | ohos.geolocation | geolocation | disableReverseGeocodingMock(callback: AsyncCallback\<void>) : vo…
25 | ohos.geolocation | geolocation | enableReverseGeocodingMock(callback: AsyncCallback\<void>) : voi…
26 | ohos.geolocation | geolocation | setMockedLocations(config: LocationMockConfig, callback: AsyncCa…
27 | ohos.geolocation | geolocation | disableLocationMock(scenario?: LocationRequestScenario, callback…
28 | ohos.geolocation | geolocation | enableLocationMock(scenario?: LocationRequestScenario, callback:…
29 | ohos.geolocation | geolocation | getCountryCode(callback: AsyncCallback\<CountryCode>) : void;<br…
30 | ohos.geolocation | geolocation | off(type: 'countryCodeChange', callback?: Callback\<CountryCode>…
31 | ohos.geolocation | geolocation | on(type: 'countryCodeChange', callback: Callback\<CountryCode>) …