Display a web map.
For displaying web maps stored on ArcGISOnline (e.g. soil survey results, as demonstrated in this sample).
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
Mobile map packages can also include address locators and geometric networks. For an example of this, see the "Mobile Map Search and Route Sample".
portal item, web map