Struct google_api_proto::google::maps::routes::v1::RouteTravelAdvisory
source · pub struct RouteTravelAdvisory {
pub traffic_restriction: Option<TrafficRestriction>,
pub toll_info: Option<TollInfo>,
pub speed_reading_intervals: Vec<SpeedReadingInterval>,
pub custom_layer_info: Option<CustomLayerInfo>,
}
Expand description
Encapsulates the additional information that the user should be informed about, such as possible traffic zone restriction etc.
Fields§
§traffic_restriction: Option<TrafficRestriction>
The traffic restriction that applies to the route. A vehicle that is subject to the restriction is not allowed to travel on the route. As of October 2019, only Jakarta, Indonesia takes into consideration.
toll_info: Option<TollInfo>
Encapsulates information about tolls on the Route. This field is only populated if we expect there are tolls on the Route. If this field is set but the estimated_price subfield is not populated, we expect that road contains tolls but we do not know an estimated price. If this field is not set, then we expect there is no toll on the Route.
speed_reading_intervals: Vec<SpeedReadingInterval>
Speed reading intervals detailing traffic density. Applicable in case of
TRAFFIC_AWARE
and TRAFFIC_AWARE_OPTIMAL
routing preferences.
The intervals cover the entire polyline of the route without overlap.
The start point of a specified interval is the same as the end point of the
preceding interval.
Example:
polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
speed_reading_intervals: [A,C), [C,D), [D,G).
custom_layer_info: Option<CustomLayerInfo>
Information related to the custom layer data that the customer specified (e.g. time spent in a customer specified area).
Trait Implementations§
source§impl Clone for RouteTravelAdvisory
impl Clone for RouteTravelAdvisory
source§fn clone(&self) -> RouteTravelAdvisory
fn clone(&self) -> RouteTravelAdvisory
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for RouteTravelAdvisory
impl Debug for RouteTravelAdvisory
source§impl Default for RouteTravelAdvisory
impl Default for RouteTravelAdvisory
source§impl Message for RouteTravelAdvisory
impl Message for RouteTravelAdvisory
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for RouteTravelAdvisory
impl PartialEq for RouteTravelAdvisory
source§fn eq(&self, other: &RouteTravelAdvisory) -> bool
fn eq(&self, other: &RouteTravelAdvisory) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RouteTravelAdvisory
Auto Trait Implementations§
impl Freeze for RouteTravelAdvisory
impl RefUnwindSafe for RouteTravelAdvisory
impl Send for RouteTravelAdvisory
impl Sync for RouteTravelAdvisory
impl Unpin for RouteTravelAdvisory
impl UnwindSafe for RouteTravelAdvisory
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request