MapHandler.CommandMapper Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The command mapper that maps cross-platform commands to platform-specific methods.
public: static Microsoft::Maui::CommandMapper<Microsoft::Maui::Maps::IMap ^, Microsoft::Maui::Maps::Handlers::IMapHandler ^> ^ CommandMapper;
public static Microsoft.Maui.CommandMapper<Microsoft.Maui.Maps.IMap,Microsoft.Maui.Maps.Handlers.IMapHandler> CommandMapper;
staticval mutable CommandMapper : Microsoft.Maui.CommandMapper<Microsoft.Maui.Maps.IMap, Microsoft.Maui.Maps.Handlers.IMapHandler>
Public Shared CommandMapper As CommandMapper(Of IMap, IMapHandler)