Location
From AMTech WikiDocs
location supported property is represented using Well-known text (wkt) format
- Well-known text
- observations and things have a location property
- this property can be used to execute observer geo-spatial criteria (See Observers)
- allows a geo-representation of the things
{
...
"location": "{
\"sContext\" : \"geo\",
\"wkt\" : \"POINT(-99.16297853 19.42359932)\"
}",
...
}