A.locationClient.registerLocationListener(myLocationListener);
B.locationClient.regsterLocationListener(myLocationListener);
C.locationClient.registerLocationListeners(myLocationListener);
D.locationClient.registerListener(myLocationListener);
您可能感興趣的試卷
你可能感興趣的試題
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);
最新試題
在WorkManager中,哪個(gè)方法用于設(shè)置WorkRequest的輸入數(shù)據(jù)()
WorkManager支持哪種類型的執(zhí)行()
以下哪個(gè)字符串資源ID用于播放視頻的按鈕文本()
以下哪個(gè)不是創(chuàng)建DAO的步驟()
在WorkManager中,LiveData可以轉(zhuǎn)換為什么類型的數(shù)據(jù)流()
使用WorkManager可以處理哪種類型的任務(wù)()
創(chuàng)建實(shí)體類時(shí),哪個(gè)注解用來標(biāo)記數(shù)據(jù)庫(kù)實(shí)體類()
Room是Android Jetpack的哪個(gè)部分()
在WorkManager中,哪個(gè)方法用于設(shè)置WorkRequest的輸出數(shù)據(jù)()
在HomeScreen中,homeUiState的作用是什么()