Difference between revisions of "Location"

From AMTech WikiDocs
Jump to: navigation, search
(Location)
(Location)
Line 1: Line 1:
==Location==
+
location supported type is represented using wkt format
 +
*[https://en.wikipedia.org/wiki/Well-known_text Well-known text]
 
<syntaxhighlight lang="jsonld">
 
<syntaxhighlight lang="jsonld">
 
{
 
{

Revision as of 15:34, 25 April 2016

location supported type is represented using wkt format

{
    ...
    "location": "{
                    \"sContext\" : \"geo\", 
                    \"wkt\" : \"POINT(-99.16297853 19.42359932)\"
                 }",
    ...
}

Definition: https://en.wikipedia.org/wiki/Well-known_text