This commit is contained in:
wangcongtao
2020-05-22 10:49:58 +08:00
parent 2c3db70ef3
commit ded0e5b493
16 changed files with 163 additions and 94 deletions

View File

@@ -131,6 +131,9 @@ public class MockIntentHandler implements IntentHandler {
query.setRadius( 1000 );
geoSearch.getFromLocationAsyn( query );
break;
case 11:
MarkerServiceHandler.getADASController().setSettingStatus( intent.getBooleanExtra( "status", false ) );
break;
}
}
}