Values.GetResourcePositionRequestSourceGet the position information for a given wireless device or a wireless gateway resource. The position information uses the World Geodetic System (WGS84).
type nonrec t = {resourceIdentifier : PositionResourceIdentifier.t;The identifier of the resource for which position information is retrieved. It can be the wireless device ID or the wireless gateway ID, depending on the resource type.
*)resourceType : PositionResourceType.t;The type of resource for which position information is retrieved, which can be a wireless device or a wireless gateway.
*)}val make :
resourceIdentifier:PositionResourceIdentifier.t ->
resourceType:PositionResourceType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of PositionResourceIdentifier.t ])
list ]