Map interaction client: Difference between revisions

From Maria GDK Wiki
Jump to navigation Jump to search
No edit summary
()
 
(3 intermediate revisions by the same user not shown)
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.
:: 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.
:* 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]]


== Sections ==
== Sections ==
;The following main topics are handled:


{| class="wikitable"
The following main topics are handled:
|-
|
;1. [[Map interaction client/Prepare your application for interactions|Preparations]]
|
[[File:Bookmarksmanagement.png|150px|link=[Map interaction client/Prepare your application for interactions]]
|-
|
;2. [[Map interaction client/Map interaction|Map Interaction]]
|
[[File:Map_Pref_3D.PNG|150px|link=Maria_globe_client/Map_interaction]]
|-
|
;3. [[Map interaction client/Track layer interaction|Track Interaction]]
|
[[File:DrawObjects_3D.PNG|150px|link=Maria_globe_client/Draw_object_interaction]]
|-
|
;4. [[Map interaction client/Track visualization|Track Visualization]]
|
[[File:Track_3D.PNG|150px|link=Maria_globe_client/Track_interaction]]
|-
|
;5. [[Map interaction client/Draw object interaction|Draw Object Interaction]]
|
[[File:Auto_follow_track_3D.PNG|150px|link=Maria_globe_client/Auto_follow]]
|-
|
;6. [[Map interaction client/Draw object visualization|Draw Object Visualization]]
|
[[File:3D_Set_P15_Y120_R30_af.png|150px|link=Maria_globe_client/Advanced_map_settings]]
|-
|
;7. [[Map interaction client/Tools interaction|Tools]]
|
[[File:3D_Set_P15_Y120_R30_af.png|150px|link=Maria_globe_client/Advanced_map_settings]]
|-
|
;8. [[Map interaction client/Grid layer|Grid]]
|
[[File:3D_Set_P15_Y120_R30_af.png|150px|link=Maria_globe_client/Advanced_map_settings]]
|-
|
;9. [[Map interaction client/Layer visibility|Layer Visibility]]
|
[[File:3D_Set_P15_Y120_R30_af.png|150px|link=Maria_globe_client/Advanced_map_settings]]
|-
|
;10. [[Map interaction client/Snapshots|Snapshots]]
|
[[File:3D_Set_P15_Y120_R30_af.png|150px|link=Maria_globe_client/Advanced_map_settings]]
|}
 
# [[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]]


#[[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 14:56, 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.
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:

  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