@@ -91,8 +91,8 @@ message RouteTravelAdvisory {
9191
9292 // Speed reading intervals detailing traffic density. Applicable in case of
9393 // `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
94- // The intervals cover the entire polyline of the route without overlaps, i.e .
95- // the start point of a given interval coincides with the end point of the
94+ // The intervals cover the entire polyline of the route without overlap .
95+ // The start point of a specified interval is the same as the end point of the
9696 // preceding interval.
9797 //
9898 // Example:
@@ -114,9 +114,9 @@ message RouteLegTravelAdvisory {
114114
115115 // Speed reading intervals detailing traffic density. Applicable in case of
116116 // `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
117- // The intervals cover the entire polyline of the RouteLg without overlaps,
118- // i.e. the start point of a given interval coincides with the end point of
119- // the preceding interval.
117+ // The intervals cover the entire polyline of the RouteLg without overlap.
118+ // The start point of a specified interval is the same as the end point of the
119+ // preceding interval.
120120 //
121121 // Example:
122122 //
@@ -126,12 +126,12 @@ message RouteLegTravelAdvisory {
126126}
127127
128128// Encapsulates the additional information that the user should be informed
129- // about, such as possible traffic zone restriction etc. on a leg step.
129+ // about, such as possible traffic zone restriction on a leg step.
130130message RouteLegStepTravelAdvisory {
131131 // Speed reading intervals detailing traffic density. Applicable in case of
132132 // `TRAFFIC_AWARE` and `TRAFFIC_AWARE_OPTIMAL` routing preferences.
133133 // The intervals cover the entire polyline of the RouteLegStep without
134- // overlaps, i.e. the start point of a given interval coincides with the end
134+ // overlap. The start point of a specified interval is the same as the end
135135 // point of the preceding interval.
136136 //
137137 // Example:
@@ -232,7 +232,7 @@ message RouteLegStep {
232232 NavigationInstruction navigation_instruction = 6 ;
233233
234234 // Encapsulates the additional information that the user should be informed
235- // about, such as possible traffic zone restriction etc. on a leg step.
235+ // about, such as possible traffic zone restriction on a leg step.
236236 RouteLegStepTravelAdvisory travel_advisory = 7 ;
237237}
238238
@@ -327,11 +327,11 @@ message SpeedReadingInterval {
327327 }
328328
329329 // The starting index of this interval in the polyline.
330- // In JSON, when the index is 0, the field will appear to be unpopulated.
330+ // In JSON, when the index is 0, the field appears to be unpopulated.
331331 int32 start_polyline_point_index = 1 ;
332332
333333 // The ending index of this interval in the polyline.
334- // In JSON, when the index is 0, the field will appear to be unpopulated.
334+ // In JSON, when the index is 0, the field appears to be unpopulated.
335335 int32 end_polyline_point_index = 2 ;
336336
337337 // Traffic speed in this interval.
0 commit comments