# Functions
ActivityStreamsTravelExtends returns true if the Travel type extends from the other type.
DeserializeTravel creates a Travel from a map representation that has been unmarshalled from a text or binary format.
IsOrExtendsTravel returns true if the other provided type is the Travel type or extends from the Travel type.
NewActivityStreamsTravel creates a new Travel type.
SetManager sets the manager package-global variable.
SetTypePropertyConstructor sets the "type" property's constructor in the package-global variable.
TravelIsDisjointWith returns true if the other provided type is disjoint with the Travel type.
TravelIsExtendedBy returns true if the other provided type extends from the Travel type.
# Structs
Indicates that the actor is traveling to target from origin.