C# SDK

◆ IdMenuManagePoi

enum IdMenuManagePoi
strong

IdMenuManagePoi enum contains list of actions (buttons) in Manage POI menu accessibles by OnMenuCommand function.

IdMenuManagePoi enum items are used as nSubID parameter in OnMenuCommand function.

Enumerator
OnPoiAdd 

OnPoiAdd subID displays dialog enabling user to add new POI to Favorites or custom category.

OnPoiAdd subID calls the same function like clicking Add POI button in Manage POI menu.

OnPoiDelete 

OnPoiDelete subID displays dialog enabling user to delete POI from Favorites or custom category.

OnPoiDelete subID calls the same function like clicking Delete POI button in Manage POI menu.

OnPoiCategoryDelete 

OnPoiCategoryDelete subID displays dialog enabling user to delete custom POI category.

OnPoiCategoryDelete subID calls the same function like clicking Delete POI category button in Manage POI menu.

OnPoiEnable 

OnPoiEnable subID displays dialog enabling user to choose which POI categories will be shown.

OnPoiEnable subID calls the same function like clicking Show/hide POIs button in Manage POI menu.

OnPoiWarnWhenNear 

OnPoiWarnWhenNear subID displays dialog enabling user to turn on/off warning when he is near selected POI category.

OnPoiWarnWhenNear subID calls the same function like clicking Warn when near POI button in Manage POI menu.

OnPoiEdit 

OnPoiEdit subID displays dialog enabling user to edit custom POIs names.

OnPoiEdit subID calls the same function like clicking Edit POI name button in Manage POI menu.