Hello Team,
I am using ArcGIS for map integration of my Xamarin forms appliction.
Till now, I have integrated the map features, Overlay operational and graphics layer over my map using the nuget package "Esri.ArcGISRuntime.Xamarin.Forms(100.7.0)" NuGet package.I am using ArcGIS default Basemap ( Basemap.CreateNavigationVector()) and overlayed my KML/KMZ files over it.
But now I have a requirement to load map in offline mode as well. I am able to save the KML/KMZ and other overlay files in my app local folder and overlay it. However, I am stuck in loading the offline Basemap.
I have been through this link "Generate offline map with local basemap | ArcGIS for Developers " and couple of other links as well, but I am completely lost
I haven't authored any map on ArcGIS web portal till now, so can you please guide me on how can I use Load my BaseMap in offline mode as well. It is a little urgent. Looking forward to your response.