Disable rotation on the view

This device does not support 3D.

View the system requirements for more information.

This sample demonstrates how to disable rotation on a MapView instance. Simply set the rotationEnabled property on the MapView.constraints to false.

var view = new MapView({
  container: "viewDiv",
  map: map,
  constraints: {
    rotationEnabled: false
  }
});

Try rotating the view by performing the Right-click + drag gesture.

Sample search results

TitleSample

There were no match results from your search criteria.