Property ReferenceBasemapFilename
ReferenceBasemapFilename
Gets the name of a local basemap file which can be used instead of downloading a basemap when taking this map offline.
Declaration
public string ReferenceBasemapFilename { get; }
Property Value
| Type | Description |
|---|---|
| string | The name of a local basemap file which can be used instead of downloading a basemap when taking this map offline. |
Remarks
Supported local basemap types are:
- a tile package (.tpk or .tpkx)
- a vector tile package (.vtpk)
- a supported raster data file
The webmap author sets this property to denote an appropriate basemap file. Client code is responsible for ensuring that the basemap has been correctly side-loaded to the device.
This property can be used to inform settings for:
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.5 - 200.8 |
| .NET | 100.13 - 300.1 |
| .NET Windows | 100.13 - 300.1 |
| .NET Android | 200.0 - 300.1 |
| .NET iOS | 200.0 - 300.1 |
| .NET Framework | 100.5 - 200.8 |
| Xamarin.Android | 100.5 - 100.15 |
| Xamarin.iOS | 100.5 - 100.15 |
| UWP | 100.5 - 200.8 |