departureLocation property

  1. @JsonKey(name: 'departureLocation')
SemanticTagTypeLocation? departureLocation
final

An object that represents the geographic coordinates of the transit departure location, suitable for display on a map. If possible, use precise locations, which are more useful to travelers; for example, the specific location of an airport gate. Use this key for any type of boarding pass.

Implementation

@JsonKey(name: 'departureLocation')
final SemanticTagTypeLocation? departureLocation;