NORMAL cannot be resolved or is not a field
代碼196行:MyLocationConfiguration(LocationMode.NORMAL, true, mIconLocation);NORMAL(NORMAL cannot be resolved or is not a field)!這是怎么回事啊
代碼196行:MyLocationConfiguration(LocationMode.NORMAL, true, mIconLocation);NORMAL(NORMAL cannot be resolved or is not a field)!這是怎么回事啊
2015-05-20
舉報(bào)
2015-09-02
MyLocationConfiguration config = new MyLocationConfiguration
?????(com.baidu.mapapi.map.MyLocationConfiguration.LocationMode.NORMAL, true, mIconLocation);
我是這樣解決的,可能有兩個(gè)locationMode
2015-09-02
同樣存在這個(gè)問題