We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c13a985 commit 808bc44Copy full SHA for 808bc44
1 file changed
google/maps/fleetengine/delivery/v1/delivery_api.proto
@@ -309,10 +309,8 @@ message ListDeliveryVehiclesRequest {
309
// is 1 restriction.
310
string filter = 6 [(google.api.field_behavior) = OPTIONAL];
311
312
- // Optional. A filter that limits the search area to a rectangle defined by
313
- // the northeast and southwest corner points.
314
- //
315
- // When defined, only vehicles located within the search area are returned.
+ // Optional. A filter that limits the vehicles returned to those whose last
+ // known location was in the rectangular area defined by the viewport.
316
google.geo.type.Viewport viewport = 7
317
[(google.api.field_behavior) = OPTIONAL];
318
}
0 commit comments