GPS coordinates via XPMobileSDK (XProtect 2022 R2)

Is it possible to get a camera’s GPS coordinates via the XPMobileSDK or maybe the MIP SDK? We are trying to create a listing of camera inventory.

I think it would be the GetCapabilities method in Mobile SDK.

https://doc.developer.milestonesys.com/mipsdkmobile/index.html?base=reference/protocols/mobile_command.html&tree=tree_1.html

In the MIP SDK there is a Smart Client Location View sample.. https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/locationview/readme.html&tree=tree_1.html

I am wrong, the two are not the same. The first is camera configuration, the second is on metadata stream with location data.

In the MIP SDK you can get the location from PositioningInformation class.

https://doc.developer.milestonesys.com/html/index.html?base=miphelp/class_video_o_s_1_1_platform_1_1_positioning_information.html&tree=tree_search.html?search=positioninginformation

You can see it in use in the Config AccessViaSDK sample.

https://doc.developer.milestonesys.com/html/index.html?base=samples/componentsamples/configaccessviasdk/readme.html&tree=tree_2.html

Thanks, Bo, I appreciate the help!