Crossed Fence
@JsonClass(generateAdapter = true )
Content copied to clipboard
A CrossedFence records details when a Fence is crossed. Useful to determine and inspect the list of crossed fences when a Travel Path condition is used.
Constructors
Link copied to clipboard
fun CrossedFence( fenceId: String, fenceName: String, crossTime: Instant, location: LocationDetails)
Content copied to clipboard