Home Back

PlaceAttributes

PlaceAttributes

Description

PlaceAttributes object is used both to GET and POST Place Attributes.

JSON

"PlaceAttribute":
{
    "PlaceID": %integer%,                   /* http://placesign.com/Developers/Reference/Type/PlaceID/ */
    "Descript": "%string[?]%",
    "HOO":
    {
        "HOOSpecs": []
    },
    "Location":                             /* http://placesign.com/Developers/Reference/Object/Coordinate/ */
    {
        "Latitude": %float%,
        "Longitude": %float%
    },
    "NavDestination":                       /* http://placesign.com/Developers/Reference/Object/Coordinate/ */
    {
        "Latitude": %float%,
        "Longitude": %float%
    },
    "AuditLocation":                        /* http://placesign.com/Developers/Reference/Object/Coordinate/ */
    {
        "Latitude": %float%,
        "Longitude": %float%
    },
    "NetworkLinks": [],
    "ThingInstances": []
}