GoogleApi.Places.V1.Model.GoogleMapsPlacesV1RouteModifiers (google_api_places v0.11.0)
View SourceEncapsulates a set of optional conditions to satisfy when calculating the routes.
Attributes
-
avoidFerries
(type:boolean()
, default:nil
) - Optional. When set to true, avoids ferries where reasonable, giving preference to routes not containing ferries. Applies only to theDRIVE
andTWO_WHEELER
TravelMode
. -
avoidHighways
(type:boolean()
, default:nil
) - Optional. When set to true, avoids highways where reasonable, giving preference to routes not containing highways. Applies only to theDRIVE
andTWO_WHEELER
TravelMode
. -
avoidIndoor
(type:boolean()
, default:nil
) - Optional. When set to true, avoids navigating indoors where reasonable, giving preference to routes not containing indoor navigation. Applies only to theWALK
TravelMode
. -
avoidTolls
(type:boolean()
, default:nil
) - Optional. When set to true, avoids toll roads where reasonable, giving preference to routes not containing toll roads. Applies only to theDRIVE
andTWO_WHEELER
TravelMode
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.