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 |
|---|---|
| System.String | The reference basemap filename. |
Remarks
Supported basemap formats are: .tpk, .tpkx, and .vtpk
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 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.5 - 200.8 |
| Xamarin.Android | 100.5 - 100.15 |
| Xamarin.iOS | 100.5 - 100.15 |
| UWP | 100.5 - 200.8 |