Merge remote-tracking branch 'origin/dev2_aiSdk' into dev2_aiSdk
This commit is contained in:
@@ -1038,8 +1038,7 @@ public class AMapViewWrapper implements IMogoMapView,
|
||||
.position( new LonLatPoint( matchedPoint[0], matchedPoint[1] ) )
|
||||
.setGps( false );
|
||||
mMapView.getMapAutoViewHelper().addMarker( options );
|
||||
MarkerOptions options2
|
||||
= new MarkerOptions();
|
||||
MarkerOptions options2 = new MarkerOptions();
|
||||
options2.markerIcon( R.drawable.blue )
|
||||
.position( new LonLatPoint( lon, lat ) )
|
||||
.setGps( true );
|
||||
|
||||
Reference in New Issue
Block a user