Property WebMercator
WebMercator
Gets a SpatialReference for Web Mercator (3857) projected coordinate system.
Declaration
public static SpatialReference WebMercator { get; }
Property Value
| Type | Description |
|---|---|
| SpatialReference | A SpatialReference for Web Mercator (3857) projected coordinate system. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.0 - 200.8 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 200.8 |
Relevant samples
Create, delete, and update features: Add, delete, and update features (geometry and attributes) in a feature layer.
Change feature layer renderer: Change the appearance of a feature layer with a renderer.
Change sublayer renderer: Apply a renderer to a sublayer.
Change viewpoint: Set the map view to a new viewpoint.
Clip geometry: Clip a geometry with another geometry.