I am trying to load an mmpk file using LocatorTask in an ArcGIS Runtime SDK app but it fails after trying to load it for a few minutes. Any ideas why?
string path = System.IO.Path.Combine(System.IO.Directory.GetCurrentDirectory(), "California.mmpk"); _geocoder = new LocatorTask(new Uri(path)); _geocoder.LoadAsync()