Map interaction client: Difference between revisions

From Maria GDK Wiki
Jump to navigation Jump to search
()
()
Line 7: Line 7:
;Note
;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]].
:* 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.
:* 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]]
:* For general troubleshooting, see [[Development_troubleshooting|Development troubleshooting]]

Revision as of 14:30, 28 October 2019

Map client interacting with different Maria Layers and Tools

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.
  • 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:

  1. Preparations
  2. Map Interaction
  3. Track Interaction
  4. Track Visualization
  5. Draw Object Interaction
  6. Draw Object Visualization
  7. Tools
  8. Grid
  9. Layer Visibility
  10. Snapshots