Show / Hide Table of Contents

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
Boolean

A value indicating whether or not a basemap will be included in the offline map.

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:

  • Download and use the basemap that is part of the PreplannedMapArea. This is the default.
  • Use the local basemap on the device by setting the ReferenceBasemapDirectory.

The default value is true.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.4 - 100.14
.NET 6.0100.13 - 100.14
.NET 6.0 Windows100.13 - 100.14
.NET Framework100.4 - 100.14
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.4 - 100.14
Xamarin.iOS100.4 - 100.14
UWP100.4 - 100.14
In This Article
Back to top Copyright © 2021 Esri.