- 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全程指南
- PHP 7底層設計與源碼實現
- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- Java 9 Programming Blueprints
- NumPy Essentials
- Mastering OpenCV 4
- Full-Stack React Projects
- Python數據挖掘與機器學習實戰
- Mastering Ext JS
- Haskell Data Analysis Cookbook
- Python Data Science Cookbook
- 現代C:概念剖析和編程實踐
- C語言程序設計
- Android編程權威指南(第4版)
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐