- Learning ArcGIS Runtime SDK for .NET
- Ron Vincent
- 193字
- 2021-07-14 11:14:54
Types of mapping apps
Broadly speaking, there are the following four types of app that ArcGIS Runtime can be used for:
- Map-centric
- Non map-centric
- Nonmap with analytical tools
- Other
A map-centric app is an app that mostly shows a map with other windows and content focused around the map, such as the following screenshot. Note that the map takes up the entire window. All interface elements are on the map:

Display of a map with content focused around the map
A non map-centric app will contain a map, but it isn't the central focus of the app. The map simply supplements the primary purpose of the map. Refer to the University of Oregon app, where Maps is just one of many parts of a larger app. Finally, there are apps where you don't see a map at all, but it might use geocoding and/or routing in the background and just return a coordinate or directions in the form of a list:

Now, there are new types of map displays, such as the Pufferfish, which is a globe that renders a map on its spherical display, as shown here:

Map with a spherical display
- JavaScript前端開發與實例教程(微課視頻版)
- Python算法從菜鳥到達人
- 自然語言處理Python進階
- Learning Unity 2D Game Development by Example
- 持續輕量級Java EE開發:編寫可測試的代碼
- 區塊鏈技術進階與實戰(第2版)
- Beginning C++ Game Programming
- Java Web從入門到精通(第2版)
- App Inventor 2 Essentials
- Node.js區塊鏈開發
- WildFly Cookbook
- JavaScript編程精解(原書第2版)
- C Primer Plus(第6版)中文版【最新修訂版】
- 精通Oracle 12c 數據庫管理
- Mastering PyCharm