Naveen Dvg
Naveen Dvg

Reputation: 1

ArcGIS UWP Offline Map

How to download the ArcGIS map in windows UWP applications? I am new to using this SDK , And need to Implement the map working in offline .Please give me a suggestion or any Materiel Thank you

Upvotes: 0

Views: 116

Answers (1)

Nathan Castle
Nathan Castle

Reputation: 310

There are a few resources you can refer to:

For more information about the preplanned and on-demand(generate) workflows, see Work with offline maps in the doc.

The demos repo is a great place to look for more complicated demos. There's currently an open PR with an offline workflow demo built in UWP.

If you'd like to explore the capabilities of the SDK without building the samples yourself, you can find the sample viewer in the Microsoft Store. That is the WPF sample viewer, but the samples are the same as what you'll find in the UWP sample viewer.

Upvotes: 1

Related Questions