定位按钮实现调整车头方向功能

This commit is contained in:
wangcongtao
2020-11-18 18:20:00 +08:00
parent 9c0d4a0181
commit 65a380cd42
45 changed files with 811 additions and 19 deletions

View File

@@ -65,7 +65,7 @@ public class RequestOptions {
/**
* Mutator for indicating whether loading message should be displayed while request is ongoing
*/
private RequestOptions loading( boolean loading ) {
public RequestOptions loading( boolean loading ) {
this.loading = loading;
return this;
}