@@ -277,8 +277,8 @@ type ArrivalAndDepartureGetResponseDataEntryTripStatus struct {
277277 ClosestStopTimeOffset int64 `json:"closestStopTimeOffset"`
278278 // Information about frequency-based scheduling, if applicable to the trip.
279279 Frequency string `json:"frequency"`
280- // Last known location of the transit vehicle.
281- LastKnownLocation ArrivalAndDepartureGetResponseDataEntryTripStatusLastKnownLocation `json:"lastKnownLocation"`
280+ // Last known location of the transit vehicle (optional) .
281+ LastKnownLocation ArrivalAndDepartureGetResponseDataEntryTripStatusLastKnownLocation `json:"lastKnownLocation" api:"nullable" `
282282 // Last known orientation value received in real-time from the transit vehicle.
283283 LastKnownOrientation float64 `json:"lastKnownOrientation"`
284284 // ID of the next stop the transit vehicle is scheduled to arrive at.
@@ -342,7 +342,7 @@ func (r arrivalAndDepartureGetResponseDataEntryTripStatusJSON) RawJSON() string
342342 return r .raw
343343}
344344
345- // Last known location of the transit vehicle.
345+ // Last known location of the transit vehicle (optional) .
346346type ArrivalAndDepartureGetResponseDataEntryTripStatusLastKnownLocation struct {
347347 // Latitude of the last known location of the transit vehicle.
348348 Lat float64 `json:"lat"`
@@ -633,8 +633,8 @@ type ArrivalAndDepartureListResponseDataEntryArrivalsAndDeparturesTripStatus str
633633 ClosestStopTimeOffset int64 `json:"closestStopTimeOffset"`
634634 // Information about frequency-based scheduling, if applicable to the trip.
635635 Frequency string `json:"frequency"`
636- // Last known location of the transit vehicle.
637- LastKnownLocation ArrivalAndDepartureListResponseDataEntryArrivalsAndDeparturesTripStatusLastKnownLocation `json:"lastKnownLocation"`
636+ // Last known location of the transit vehicle (optional) .
637+ LastKnownLocation ArrivalAndDepartureListResponseDataEntryArrivalsAndDeparturesTripStatusLastKnownLocation `json:"lastKnownLocation" api:"nullable" `
638638 // Last known orientation value received in real-time from the transit vehicle.
639639 LastKnownOrientation float64 `json:"lastKnownOrientation"`
640640 // ID of the next stop the transit vehicle is scheduled to arrive at.
@@ -699,7 +699,7 @@ func (r arrivalAndDepartureListResponseDataEntryArrivalsAndDeparturesTripStatusJ
699699 return r .raw
700700}
701701
702- // Last known location of the transit vehicle.
702+ // Last known location of the transit vehicle (optional) .
703703type ArrivalAndDepartureListResponseDataEntryArrivalsAndDeparturesTripStatusLastKnownLocation struct {
704704 // Latitude of the last known location of the transit vehicle.
705705 Lat float64 `json:"lat"`
0 commit comments