Map interaction client: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
[[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]] | ||
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]]. | ;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]]. | |||
* Sample code for this section is found in the '''''MapClientInteraction''''' project of the '''''SampleProjects''''' solution. | :* Sample code for this section is found in the '''''MapClientInteraction''''' project of the '''''SampleProjects''''' solution. | ||
:* For general troubleshooting, see [[Development_troubleshooting|Development troubleshooting]] | |||
;The following main topics are handled: | |||
# [[Map interaction client/Prepare your application for interactions|Preparations]] | # [[Map interaction client/Prepare your application for interactions|Preparations]] | ||
# [[Map interaction client/Map interaction|Map Interaction]] | # [[Map interaction client/Map interaction|Map Interaction]] | ||
Line 20: | Line 20: | ||
# [[Map interaction client/Layer visibility|Layer Visibility]] | # [[Map interaction client/Layer visibility|Layer Visibility]] | ||
# [[Map interaction client/Snapshots|Snapshots]] | # [[Map interaction client/Snapshots|Snapshots]] | ||
[[Category:Creating applications]] | [[Category:Creating applications]] |
Revision as of 11:21, 30 September 2019
This section describes how to interact with the different Maria GDK Layers and Tools.
- Note
-
- The map interaction client based on a map components corresponding to the BasicMapClient, described in section Creating a basic map client application.
- Sample code for this section is found in the MapClientInteraction project of the SampleProjects solution.
- For general troubleshooting, see Development troubleshooting
- The following main topics are handled