Back   Forward Collapse All Home > HowTos > : add/delete POI Objects in TalMapX Control.  
TalMap SDK Libary Reference
HOWTO: add/delete POI Objects in TalMapX Control.
  Summary
  This document describes how to handle the POI object, a powerful object provided in TalMapX Control.
With this document, users can learn how to create or remove the POI objects. Users can make, add, or delete POI¡¯s of desired style using the related objects, and also can manage them by groups.
  Steps
  1. Get POI Manager with CtrlMan in TalMapX Control.
2. Make a POI group with the POI Manager. Use NewGroup() method.
3. Set the desired style by making a POI Style Object.
4. Make POI Item in the created group using NewItem() method.
5. Remove POI Items, POI Groups, and the related objects when necessary.
  Example
 
 JavaScript Copy Code
 VC++ Copy Code
  See Also
  Map Preview
 
top