Display a web map.
For displaying web maps stored on ArcGIS Online.
A web map can be selected from the drop-down list. On selection the web map displays in the map view.
- Create a
Portal
from the ArcGIS URL http://www.arcgis.com. - Create a
PortalItem
using the Portal and the web map ID:new PortalItem(portal, ID)
. - Create a
Map
using the portal item. - Set the map to the
MapView
.
- Map
- MapView
- Portal
- PortalItem
The web maps accessed by this sample show Geology for United States and Recent Hurricanes, Cyclones and Typhoons.
portal item, web map