You are using a browser that is no longer supported. Please use the latest version of Google Chrome, Mozilla Firefox, Apple Safari, or Microsoft Edge. For more information please see the System Requirements.

Unsupported browser

You are using a browser that is not supported. JavaScript API works on the latest versions of Google Chrome, Mozilla Firefox, Apple Safari, or Microsoft Edge. Use one of these browsers and provide your feedback through GeoNet, the Esri Community.

  • {i18n.unsupportedBrowser.chrome}
  • Firefox
  • Safari
  • undefined
Loading...

Note: Support for 3D on mobile devices may vary, view the system requirements for more information.

This sample shows how to use the padding property on the MapView. Use this to make center, extent, etc. work off a subsection of the full view. After setting the padding, you can place the UI elements in the padding area and still make the map center properly in the view.

In this sample a sidebar 320px wide is placed on top of the right side of the view. We can offset the center of the view by this same width so that zooming and UI elements are properly placed in the remaining view space.

// Same value as the #sidebar width in CSS
view.padding.right = 320;

Sample search results

TitleSample
Loading...