GetSelectedCamera request on SmartMap

I want to do get selected camera on SmartMap.

This below code works on Views but dont work on SmartMap. How can I get selected camera on SmartMap ?

var result =

    EnvironmentManager.Instance.SendMessage(new VideoOS.Platform.Messaging.Message(MessageId.SmartClient.GetSelectedCameraRequest));

Smart Map integration includes

SmartMapGetPositionRequest

SmartMapGoToAreaCommand

SmartMapGoToLocationCommand

SmartMapGoToPositionCommand

SmartMapPositionChangedIndication

SmartMapSelectItemCommand

As can be found in the documentation here: https://doc.developer.milestonesys.com/html/index.html?base=miphelp/class_video_o_s_1_1_platform_1_1_messaging_1_1_message_id_1_1_smart_client.html&tree=tree_search.html?search=smartmap

Unfortunately there is no “SmartMapGetItemRequest” or “SmartMapItemChangedIndication” so basically you can select the camera (by using SmartMapSelectItemCommand) but cannot query which camera a user has selected on the Smart Map.

I will make a request to Milestone Product Management to consider this functionality for future development work. I am not able to say when (or if) this functionality will be developed.