Interface protos.google.maps.routing.v2.IWaypoint (0.3.0)

Properties of a Waypoint.

Package

@googlemaps/routing

Properties

location

location?: (google.maps.routing.v2.ILocation|null);

Waypoint location

placeId

placeId?: (string|null);

Waypoint placeId

sideOfRoad

sideOfRoad?: (boolean|null);

Waypoint sideOfRoad

vehicleStopover

vehicleStopover?: (boolean|null);

Waypoint vehicleStopover

via

via?: (boolean|null);

Waypoint via