Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
155
Load map localy ?
posted

Hello,

It is possible to load a map type localy (after downloaded the map) ?

For example, to use the OpenStreetMap, we write this code :

<ig:XamGeographicMap x:Name="GeoMap"> 
<ig:XamGeographicMap.BackgroundContent> 
<ig:OpenStreetMapImagery /> 
ig:XamGeographicMap.BackgroundContent> 
ig:XamGeographicMap>

It is possible to load a local map instead of ?

Thanks in advance !