Method CreateLightGrayCanvas
CreateLightGrayCanvas()
Creates a light gray canvas basemap.
Declaration
public static Basemap CreateLightGrayCanvas()
Returns
Type | Description |
---|---|
Basemap | Light gray canvas basemap. |
Remarks
The Light Gray Canvas basemap is designed to be used as a neutral background map for overlaying and emphasizing other map layers.
Starting with 100.10.0, consider using Basemap(Basemap
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.
Densify and generalize: A multipart geometry can be densified by adding interpolated points at regular intervals. Generalizing multipart geometry simplifies it while preserving its general shape. Densifying a multipart geometry adds more vertices at regular intervals.
Feature layer selection: Select features in a feature layer.
Find service areas for multiple facilities: Find the service areas of several facilities from a feature service.