Method CreateImageryWithLabels
CreateImageryWithLabels()
Creates an imagery basemap with labels on top.
Declaration
public static Basemap CreateImageryWithLabels()
Returns
| Type | Description |
|---|---|
| Basemap | Imagery basemap. |
Remarks
The World Imagery map is a detailed imagery map layer and labels that is designed to be used as a basemap for various maps and applications. Starting with 100.10.0, consider using Basemap(BasemapStyle) with ArcGISImagery 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
Change basemap: Change a map's basemap. A basemap is beneath all layers on a `Map` and is used to provide visual reference for the operational layers.
Choose camera controller: Control the behavior of the camera in a scene.
Display grid: Display coordinate system grids including Latitude/Longitude, MGRS, UTM and USNG on a map view. Also, toggle label visibility and change the color of grid lines and grid labels.
Display KML: Display KML from a URL, portal item, or local KML file.