arcgis-runtime

Implementing MVVM with ArcGIS Runtime local server

狂风中的少年 提交于 2020-02-03 05:18:25
问题 I am trying to setup a ESRI Local Server for displaying .mpk . I have a Model like public class Model { private string basemapLayerUri = "http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer"; private string mapPackage = "D:\\App\\Data\\Canada.mpk"; public Model() { } public string BasemapLayerUri { get { return this.basemapLayerUri; } set { if (value != this.basemapLayerUri) { this.basemapLayerUri = value; } } } public string MapPackage { get { return this

iOS ArcGIS.framework too large, hence large .ipa size

痞子三分冷 提交于 2019-12-04 04:49:54
问题 I are maintaining an application with ArcGIS.framework for iOS. I am upgrading from version 10.2~ to 100+. I have prolonged this hoping that at some point the application size problem will be resolved. The application size with the newer framework went up from just 26MB to over 360MB. This will not be accepted by clients. I have been searching for a good and simple way of reducing the app size without using app thinning which requires bitcode to be enable which for some other reasons I can't