upgrade map sdk version

This commit is contained in:
wangcongtao
2021-01-20 16:03:09 +08:00
parent 32e73115c3
commit 3f161fc48d
80 changed files with 9556 additions and 3 deletions

View File

@@ -754,7 +754,6 @@ public class AMapViewWrapper implements IMogoMapView,
try {
mSelfMarker = mMapView.getMapAutoViewHelper().getMyLocationStyle().getSelfMarker();
mSelfMarker.setInfoWindowEnable( true );
mSelfMarker.setInfoWindowOffset( 0, -200 );
} catch ( Exception e ) {
}
}