Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

HowToImplementCustomCommandsForMapCommandBar

Custom commands for Map command bar

It is now possible to customize the default set of commands in the MapCommandBar UI for every map provider. Every custom command should be described by a CommandDescription instance that you need to add to the respective MapProvider.Commands collection (if your custom command is RoutedCommand / RoutedUICommand, you can add the associated CommandBinding to the MapProvider.CommandBindingCollection).