View on GitHub
import InlineCode from "@esri-dx/starship-doc-components/components/InlineCode.astro";

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

When loaded, the sample will display a map. Pan and zoom to explore the map.

How it works

  1. Create a
    object with the
    basemap style.
  2. Create a
    instance with the map.

Relevant API

  • BasemapStyle
  • Map
  • MapView

Tags

basemap style, map