add new func of clicking static marker should visual change ,plus move to marker position
This commit is contained in:
@@ -498,7 +498,9 @@ public class TanluManager implements IMogoMarkerClickListener,
|
||||
Logger.d(TAG, "moveToMarcker lat = " + lat + " >>>>lon = " + lon);
|
||||
MogoLatLng latLng = new MogoLatLng(lat, lon);
|
||||
mMogoStatusManager.setUserInteractionStatus(TAG, true, false);
|
||||
mMApUIController.moveToCenter(latLng);
|
||||
if(!mMogoStatusManager.isVrMode()){
|
||||
mMApUIController.moveToCenter(latLng);
|
||||
}
|
||||
}
|
||||
|
||||
private void moveNotFresh() {
|
||||
|
||||
Reference in New Issue
Block a user