java.lang.NullPointerException: Attempt to invoke virtual method 'com.mogo.map.search.geo.MogoRegeocodeAddress com.mogo.map.search.geo.MogoRegeocodeResult.getRegeocodeAddress()' on a null object reference
This commit is contained in:
董宏宇
2020-12-13 11:43:45 +08:00
parent c6e06132f8
commit 3f3dfdb1ac
2 changed files with 13 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ import com.mogo.utils.logger.Logger;
public class SmallMapService extends Service {
private static final String TAG = "MachineVisionMapService";
private IBinder mBinder;
private WindowManagerView mMachineVisionMapViewManager;
private WindowManagerView mWindowManagerView;
private SmallMapView mMapView;