disable map controls
This commit is contained in:
parent
f6cb72368d
commit
c210ccf117
@ -258,6 +258,7 @@ public class HistoryActivity extends AppCompatActivity implements OnMapReadyCall
|
|||||||
|
|
||||||
infoBubble = new GoogleMapsInfoBubble(getLayoutInflater(), this);
|
infoBubble = new GoogleMapsInfoBubble(getLayoutInflater(), this);
|
||||||
this.googleMap.setInfoWindowAdapter(infoBubble);
|
this.googleMap.setInfoWindowAdapter(infoBubble);
|
||||||
|
this.googleMap.getUiSettings().setMapToolbarEnabled(false);
|
||||||
|
|
||||||
parentTab.demoPositionsList();
|
parentTab.demoPositionsList();
|
||||||
displayButton.performClick();
|
displayButton.performClick();
|
||||||
|
@ -309,6 +309,7 @@ public class LiveActivity extends AbstractLiveActivity implements OnMapReadyCall
|
|||||||
this.googleMap = googleMap;
|
this.googleMap = googleMap;
|
||||||
GoogleMapsInfoBubble infoBubble = new GoogleMapsInfoBubble(getLayoutInflater(), this, getParentTab().getSuperVehHash());
|
GoogleMapsInfoBubble infoBubble = new GoogleMapsInfoBubble(getLayoutInflater(), this, getParentTab().getSuperVehHash());
|
||||||
this.googleMap.setInfoWindowAdapter(infoBubble);
|
this.googleMap.setInfoWindowAdapter(infoBubble);
|
||||||
|
this.googleMap.getUiSettings().setMapToolbarEnabled(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user