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.
Location Position
Section titled “Location Position”Read the GPS location of the device.
Metadata:
Section titled “Metadata:”- Name: ProducerGPSLocation
- Tags: location, GPS, geolocation, real-time tracking, device tracking
- Category: Producer
- Subcategory: Gps > Location
Description:
Section titled “Description:”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
Outputs: (1)
Section titled “Outputs: (1)”- DeviceLocation : Output for DeviceLocation data
Configuration:
Section titled “Configuration:”No configuration required for this node.
Random Location Position
Section titled “Random Location Position”Generate a random GPS location with latitude and longitude.
Metadata:
Section titled “Metadata:”- Name: ProducerRandomLocation
- Tags: location, generator, random, GPS, testing, simulation
- Category: Producer
- Subcategory: Random > Location
Description:
Section titled “Description:”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
Outputs: (1)
Section titled “Outputs: (1)”- DeviceLocation : Output for DeviceLocation data
Configuration:
Section titled “Configuration:”No configuration required for this node.