Method CreateStreets
CreateStreets()
Creates a streets basemap.
Declaration
public static Basemap CreateStreets()
Returns
| Type | Description |
|---|---|
| Basemap | Streets basemap. |
Remarks
The Streets basemap presents a multiscale street map for the world. Starting with 100.10.0, consider using Basemap(BasemapStyle) with ArcGISStreets 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
Add features: Add features to a feature layer.
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.
Change sublayer renderer: Apply a renderer to a sublayer.
Custom dictionary style: Use a custom dictionary style (.stylx) to symbolize features using a variety of attribute values.