NebulaGraph geography (geospatial) value.
Fields
:kind—:point,:linestring, or:polygon:coords— coordinate data whose shape depends on:kind::point—%{x: float(), y: float()}:linestring—[%{x: float(), y: float()}]:polygon—[[%{x: float(), y: float()}]](list of rings)
Example
%NebulaGraphEx.Types.Geography{kind: :point, coords: %{x: 120.12, y: 30.16}}
Summary
Functions
Returns true if this geography is a point.
Returns {longitude, latitude} for a point geography, or nil.