Helper functions to create a cartesian literal using the type created with getCartesianGeoType or getSphericalGeoType
1 2 3 | createCartesianGeoLiteral(type, x, y)
createSphericalGeoLiteral(type, lat, long, unit = "degree")
|
type |
Type created with getCartesianGeoType() or getSphericalGeoType() |
x |
X coordinate |
y |
Y coordinate |
lat |
Latitude |
long |
longitude |
unit |
Defaults to 'degree' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.