Sets ID & Icons on places. 
This is only a DEMO/DEBUGGING helper class. It show how to use VgMapModule::VgIMapModule::setPlaceName and VgMapModule::VgIMapModule::setPlaceIcon
It also contains a snippet of code to demonstrate language support (with an Arabic text sample). 
 
  
  
      
        
          | virtual void VgMyPlaceConfigurationSetter::configurePlaces  | 
          ( | 
          VgMapModule::VgIMapModule *  | 
          pMapModule | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
A demonstration method for how to set either a name or an icon above a place within the map, using the below VisioMobile methods: 
- VgIMapModule::setPlaceIcon
 
- VgIMapModule::setPlaceName
 
It is advised to achieve the best performance to call setPlaceIcon/setPlaceName after loadConfiguration, but before loadDataset when updating many places.
You can also enable the display of arabic text to test the multilanguage support and changing Font.
- Parameters
 - 
  
    | pMapModule | Access to the map module is needed in order to set a place name or icon  |