class documentation

class LocationInformation:

View In Hierarchy

Location information for a location policy.

Class Variable location The current location.
Class Variable locationContainerID The location container resource ID.
Class Variable targetArea The polygon.
Class Variable worker The worker for the location policy.
location: LocationType | None =

The current location.

locationContainerID: str | None =

The location container resource ID.

targetArea: list[LocationType] | None =

The polygon.

worker: BackgroundWorker | None =

The worker for the location policy.