Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 598 Bytes

File metadata and controls

29 lines (17 loc) · 598 Bytes

Display map

Display a map with an imagery basemap.

Image of display map

Use case

The map is the fundamental building block of any GIS application and is used to specify how geographic data is organized and communicated to your users.

How to use the sample

Run the sample to view the map. Pan and zoom to navigate the map.

How it works

  1. Create an Map with a BasemapStyle.ArcGISImageryStandard basemap style.
  2. Create a MapView object to display the map.
  3. Set the map to the map view.

Relevant API

  • Basemap
  • Map
  • MapView

Tags

basemap, map