- 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
- UI圖標創意設計
- DB2 V9權威指南
- Drupal 8 Blueprints
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- Unity 5.x By Example
- Unity 2018 Shaders and Effects Cookbook
- Android應用開發深入學習實錄
- 深入實踐Kotlin元編程
- 算法圖解
- INSTANT Apache ServiceMix How-to
- Kotlin進階實戰
- Flask開發Web搜索引擎入門與實戰
- Serverless從入門到進階:架構、原理與實踐
- R High Performance Programming
- Netty 4核心原理與手寫RPC框架實戰