Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.99 KB

GetPosition.md

File metadata and controls

23 lines (20 loc) · 1.99 KB

GetPosition

Properties

Name Type Description Notes
created_by str The url to the description of the type of this position [optional]
created_by_id str The global id of the user who created this entry [optional]
docking_offsets str The url to the possible docking offset. if the position does not have a docking offset then this field is empty [optional]
guid str The global id unique across robots that identifies this position [optional]
help_positions str [optional]
map str The url to the map this position belongs to [optional]
map_id str The global id of the map this positions belongs to [optional]
name str The name of the position [optional]
orientation float The orientation of the position in degrees relative to origo of the underlying map [optional]
parent str The url to the possible parent position. if the position does not have a parent position then this field is empty [optional]
parent_id str The global id of the possible parent position of the current position. a parent position is a position related to the current position, for instance the parent position of a trolley left entry position is the actual trolley position. if the position does not have a parent position then this field is empty [optional]
pos_x float The x-coordinate of the position relative to origo of the underlying map [optional]
pos_y float The y-coordinate of the position relative to origo of the underlying map [optional]
type str The url to the description of the type of this position [optional]
type_id int The type of position. see the general description above [optional]

[Back to Model list] [Back to API list] [Back to README]