Back   Forward Collapse All Home > HowTos > Map Contorl with Keyboard 
TalMap SDK Libary Reference
HOWTO: Control the Map with the keyboard.
  Summary
  This document describes how to control the map with the keyboard in TalMapX Control.
With this document, users can learn how to easily control the map using the keyboard.
  Steps
  1. Get Control Manager from TalMapX Control.
2. Get ControlState with the Contorl Manager.
3. Use SetData(StateType, Code) Method of ControlState to carry out the desired tasks.
 Example
 
 JavaScript Copy Code
 VC++ Copy Code
  See Also
  Map Preview
 
top