Property IncludeBasemap
IncludeBasemap
Gets or sets a value indicating whether or not a basemap will be included in the offline map.
Declaration
public bool IncludeBasemap { get; set; }
Property Value
Type | Description |
---|---|
System. |
|
Remarks
If you do not want a basemap in the offline map then set this property to
false
. After loading the offline map, your application can programmatically
insert a basemap into the map. Note that, a programmatically inserted basemap
will not be persisted in the map.
If you want a basemap in the offline map then set this property to true
.
You can choose to either:
-
Generate and download the online basemap using the Generate
Offline . This is the default.Map Job -
Use a local basemap on the device by setting the
Reference
Basemap .Directory
The default value is true
.
This property is superseded if the Generate
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 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.1 - 200.6 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.6 |