A.locationOption.setLocationModes(LocationMode.Hight_Accuracy);
B.locationOption.setLocation(LocationMode.Hight_Accuracy);
C.locationOption.getLocationMode(LocationMode.Hight_Accuracy);
D.locationOption.setLocationMode(LocationMode.Hight_Accuracy);
您可能感興趣的試卷
你可能感興趣的試題
A.locationOption.setCoorType(“gcj02”);
B.locationOption.setCorType(“gcj02”);
C.locationOption.setCoorTypes(“gcj02”);
D.locationOption.getCoorType(“gcj02”);
A.locationOption.setScanSpan(-1000)
B.locationOption.setScanSpan(1000)
C.locationOption.setScanSpan(888)
D.locationOption.setScanSpan(999)
A.locationOption.setIsNeedAddress(true);
B.locationOptions.setIsNeedAddress(true);
C.locationOption.getIsNeedAddress(true);
D.locationOption.setNotNeedAddress(true);
A.locationOption.setIsNotLocationDescribe(true);
B.locationOption.setIsNeedLocationDescribe(true);
C.locationOption.setNeedLocationDescribe(true);
D.locationOption.setWantNeedLocationDescribe(true);
A.locationOption.setNeedDeviceDirect(false);
B.locationOption.getNeedDeviceDirect(false);
C.locationOption.setNeedDevicesDirect(false);
D.locationOptions.setNeedDeviceDirect(false);
最新試題
在WorkManager中,哪個(gè)方法用于將一個(gè)WorkRequest鏈接到另一個(gè)WorkRequest()
以下哪個(gè)不是創(chuàng)建DAO的步驟()
在Room中,哪個(gè)注解用來(lái)定義更復(fù)雜的數(shù)據(jù)庫(kù)操作()
ViewModel的數(shù)據(jù)會(huì)在Android系統(tǒng)銷(xiāo)毀并重新創(chuàng)建activity時(shí)丟失。
StateFlow的生命周期由什么定義()
在WorkManager中,哪種狀態(tài)表示工作已完成()
WorkManager支持哪種類(lèi)型的執(zhí)行()
在WorkManager中,哪個(gè)方法用于取消工作()
使用WorkManager可以處理哪種類(lèi)型的任務(wù)()
在WorkManager中,哪個(gè)方法用于檢查工作是否已被取消()