Method CreateImagery
CreateImagery()
Creates an imagery basemap.
Declaration
public static Basemap CreateImagery()
Returns
| Type | Description |
|---|---|
| Basemap | Imagery basemap. |
Remarks
The World Imagery map is a detailed imagery map layer that is designed to be used as a basemap for various maps and applications. Starting with 100.10.0, consider using Basemap(BasemapStyle) with ArcGISImageryStandard instead.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.13 |
| .NET 6.0 | 100.13 |
| .NET 6.0 Windows | 100.13 |
| .NET Framework | 100.0 - 100.13 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.0 - 100.13 |
| Xamarin.iOS | 100.0 - 100.13 |
| UWP | 100.0 - 100.15 |
Relevant samples
Access load status: Determine the map's load status which can be `NotLoaded`, `FailedToLoad`, `Loading`, `Loaded`.
Add an integrated mesh layer: View an integrated mesh layer from a scene service.
Browse WFS layers: Browse a WFS service for layers and add them to the map.