Skip to content

geomanagement

The module nodes are the building blocks for the flow-based programming. Each node represents a specific task or operation that can be performed by the module. The following table lists the available nodes for this module.

Read the GPS location of the device.

  • Name: ProducerGPSLocation
  • Tags: location, GPS, geolocation, real-time tracking, device tracking
  • Category: Producer
  • Subcategory: Gps > Location

The Location Position node reads the real-time GPS coordinates (latitude and longitude) of the device. This node is essential for location-based applications, tracking, and geospatial data processing. It outputs the device’s current location as a DeviceLocation object, enabling easy integration into workflows that require precise geolocation information. This node can be used in navigation systems, asset tracking, or any scenario that relies on real-time location data.

Inputs: (1)

  • Get DeviceLocation : Trigger to get DeviceLocation data
  • DeviceLocation : Output for DeviceLocation data

No configuration required for this node.

Generate a random GPS location with latitude and longitude.

  • Name: ProducerRandomLocation
  • Tags: location, generator, random, GPS, testing, simulation
  • Category: Producer
  • Subcategory: Random > Location

The Random Location Position node generates a random geographic location using GPS coordinates (latitude and longitude). This node is ideal for testing, simulations, or any scenario where random location data is required. No configuration is needed, and the generated position can be used in workflows that involve location-based data processing or geospatial testing. The node outputs the random position as a DeviceLocation object, providing easy integration into geolocation systems or simulations.

Inputs: (1)

  • Get DeviceLocation : Trigger to get DeviceLocation data
  • DeviceLocation : Output for DeviceLocation data

No configuration required for this node.