Geospatial
Geospatial functions provide data related to geographic (geo) functionality. For example, you can verify that a coordinate is within a predefined geo-fence or measure the distance between two coordinates.
For all geospatial functions, you can choose to use coordinates or a geo.json.geometry
object.
📄️ closestPoints (Stream Function)
Returns the closest coordinate to geo.json.geometry.fence.
📄️ contains (Function)
Two available sets of parameters:
📄️ crosses (Stream Processor)
Determines if the specified object or location crosses a geographic location specified by geo.json.geometry.fence.
📄️ disjoint (Function)
Two available sets of parameters:
📄️ distance (Function)
Returns the distance between two coordinates in meters.
📄️ equals (Function)
Two available sets of parameters:
📄️ intersects (Function)
Two available sets of parameters:
📄️ locationApproximate (Stream Function)
Calculates the average location of locationRecorder using the collection iBeacons in which the location recorder resides.
📄️ overlaps (Function)
Two available sets of parameters:
📄️ stationary (Stream Processor)
Determines if the specified object or location becomes stationary within a specified radius. Returns false when the object moves out of the specified radius.
📄️ touches (Function)
Two available sets of parameters:
📄️ withinDistance (Function)
Two available sets of parameters: