Map interaction client: Difference between revisions

From Maria GDK Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
The following main topics are handled:
The following main topics are handled:


# [[clientapi_interactionpreparations.html|Preparations]]
# [[Map interaction client/Prepare your application for interactions|Preparations]]
# [[clientapi_maplayerinteraction.html|Map Interaction]]
# [[Map interaction client/Map interaction|Map Interaction]]
# [[clientapi_tracklayerinteraction.html|Track Interaction]]
# [[Map interaction client/Track layer interaction|Track Interaction]]
# [[clientapi_trackdisplay.html|Track Visualization]]
# [[Map interaction client/Track visualization|Track Visualization]]
# [[clientapi_drawobjectlayerinteraction.html|Draw Object Interaction]]
# [[Map interaction client/Draw object interaction|Draw Object Interaction]]
# [[clientapi_drawobjectdisplay.html|Draw Object Visualization]]
# [[Map interaction client/Draw object visualization|Draw Object Visualization]]
# [[clientapi_toolsinteraction.html|Tools]]
# [[Map interaction client/Tools interaction|Tools]]
# [[clientapi_gridlayer.html|Grid]]
# [[Map interaction client/Grid layer|Grid]]
# [[clientapi_labelslayer.html|Labels]]
# [[clientapi_labelslayer.html|Labels (outdated?)]]
# [[clientapi_layervisibility.html|Layer Visibility]]
# [[Map interaction client/Layer visibility|Layer Visibility]]
# [[clientapi_snapshots.html|Snap Shots]]
# [[Map interaction client/Snapshots|Snapshots]]






[[Category:Creating applications]]
[[Category:Creating applications]]

Revision as of 15:37, 26 July 2019

Map client interacting with different Maria Layers and Tools

This section describes how to interact with the different Maria GDK Layers and Tools.

This example is based on a map components corresponding to the BasicMapClient, described in section [Creating a basic map client application] clientapi_basicmapclient.html).

Sample code for this section is found in the MapClientInteraction project of the SampleProjects solution.

The following main topics are handled:

  1. Preparations
  2. Map Interaction
  3. Track Interaction
  4. Track Visualization
  5. Draw Object Interaction
  6. Draw Object Visualization
  7. Tools
  8. Grid
  9. Labels (outdated?)
  10. Layer Visibility
  11. Snapshots