Property ReferenceBasemapFilename
ReferenceBasemapFilename
Gets or sets the name of a local basemap file on the device that can be used rather than downloading an online basemap.
Declaration
public string ReferenceBasemapFilename { get; set; }
Property Value
Type | Description |
---|---|
System. |
The name of a local basemap file on the device that can be used rather than downloading an online basemap. |
Remarks
If the directory does not exist, or does not contain the specified basemap, the
Generate
The local basemap filename must end with .tpk, .tpkx, or .vtpk since these are the supported file
formats. This property can be read directly from settings applied by the author of the online webmap (
Offline
This property will be populated from online settings when created with
Create
To use the specified local basemap rather than downloading, the Reference
Note that this property is ignored if Includefalse
.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.5 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.5 - 200.6 |
Xamarin.Android | 100.5 - 100.15 |
Xamarin.iOS | 100.5 - 100.15 |
UWP | 100.5 - 200.6 |