Method CreateTopographic
CreateTopographic()
Creates a topographic basemap.
Declaration
public static Basemap CreateTopographic()
Returns
| Type | Description |
|---|---|
| Basemap | Topographic basemap. |
Remarks
The Topographic map includes boundaries, cities, water features, physiographic features, parks, landmarks, transportation, and buildings. Starting with 100.10.0, consider using Basemap(BasemapStyle) with ArcGISTopographic 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
Analyze hotspots: Use a geoprocessing service and a set of features to identify statistically significant hot spots and cold spots.
Buffer: Create a buffer around a map point and display the results as a `Graphic`
Change feature layer renderer: Change the appearance of a feature layer with a renderer.
Change time extent: Filter data in layers by applying a time extent to a MapView.
Change viewpoint: Set the map view to a new viewpoint.