destinationLocation property

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

An object that represents the geographic coordinates of the transit departure location, suitable for display on a map. Use this key for any type of boarding pass.

Implementation

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