Back   Forward Collapse All Home > HowTos > Setting Up Map Area 
TalMap SDK Libary Reference
HOWTO: Set up the Map Area
  Summary
  This document describes how to use SetMapRectLevel provided in TalMapX Control.
It adjusts the map level so that the diagonal with the starting point and the ending point can be maximixed.
  Steps
  1. Get Control Manager from TalMapX Control.
2. Get ControlState with the Contorl Manager.
3. Use SetMapRectLevel(MapRect, Type) in ControlState.
  Example
 
 JavaScript Copy Code
 VC++ Copy Code
  See Also
  Map Preview
 
top