Back   Forward Collapse All Home > HowTos > Route Search 
TalMap SDK Libary Reference
HOWTO: Search a Route with TalMapX Control.
  Summary
  This document describes how to use Route Manager with TalMapX Control.
With this document, users can easily display on the map the results of route search with the departure and the destination.
  Steps
  1. Get Control Manager from TalMapX Control.
2. Get Route Manager with the Contorl Manager.
3. Specify Departure and Destination.
4. Excute Route Search with FindPath of Route Manager.
* Currently not supported in the Web service.
  Example
 
 JavaScript Copy Code
 VC++ Copy Code
  See Also
  Map Preview
 
top