Skip to content

ECNLocationResult

Part of Reusable workflows in the Python API reference.

Related guidance: shipped-tooling.

Runnable examples: get_ecn_location.py.

from picogrid_ecn_client.workflows import ECNLocationResult

The next terminal-geolocation event observed over MQTT.

ECNLocationResult(*, event: LocationEvent)

Source · workflows/observe.py

NameTypeRequiredDefaultConstraintsDescription
eventLocationEventyesTerminal-geolocation event returned by the public location interface.

Version 0.2.0 · branch main