Map interaction client: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[File:mapinteractionclient.png|right|thumb|Map client interacting with different Maria Layers and Tools]] | [[File:mapinteractionclient.png|right|thumb|Map client interacting with different Maria Layers and Tools]] | ||
These pages describe how to interact with the different Maria GDK Layers and Tools. | |||
== General == | |||
The | ;Note | ||
:* The map interaction client based on a map components corresponding to the '''''BasicMapClient''''', described in section [[Basic map client|Creating a basic map client application]]. | |||
:* You will need to include the '''''TPG.MariaGDK''''' NuGet package. | |||
:: For more info, see [[Development requirements#Loading Maria GDK Packages| Loading Maria GDK, NuGet Packages]] | |||
:* Sample code for this section is found in the '''''MapClientInteraction''''' project of the '''''SampleProjects''''' solution. | |||
:* For general troubleshooting, see [[Development_troubleshooting|Development troubleshooting]] | |||
== Sections == | |||
The following main topics are handled: | |||
#[[Map interaction client/Prepare your application for interactions|Preparations]] | |||
#[[Map interaction client/Map interaction|Map Interaction]] | |||
#[[Map interaction client/Track layer interaction|Track Interaction]] | |||
#[[Map interaction client/Track visualization|Track Visualization]] | |||
#[[Map interaction client/Draw object interaction|Draw Object Interaction]] | |||
#[[Map interaction client/Draw object visualization|Draw Object Visualization]] | |||
#[[Map interaction client/Tools interaction|Tools]] | |||
#[[Map interaction client/Grid layer|Grid]] | |||
#[[Map interaction client/Layer visibility|Layer Visibility]] | |||
#[[Map interaction client/Snapshots|Snapshots]] | |||
[[Category:Creating applications]] | [[Category:Creating applications]] |
Latest revision as of 13:56, 28 October 2019
These pages describe how to interact with the different Maria GDK Layers and Tools.
General
- Note
-
- The map interaction client based on a map components corresponding to the BasicMapClient, described in section Creating a basic map client application.
- You will need to include the TPG.MariaGDK NuGet package.
- For more info, see Loading Maria GDK, NuGet Packages
- Sample code for this section is found in the MapClientInteraction project of the SampleProjects solution.
- For general troubleshooting, see Development troubleshooting
Sections
The following main topics are handled: