Location

From AMTech WikiDocs
Revision as of 15:37, 25 April 2016 by Carlos (Talk | contribs)

Jump to: navigation, search

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
    • allows a geo-representation of the things
{
    ...
    "location": "{
                    \"sContext\" : \"geo\", 
                    \"wkt\" : \"POINT(-99.16297853 19.42359932)\"
                 }",
    ...
}