struct Google::Maps::RouteOptimization::VisitRequest

Overview

Visit request for pickup or delivery of a shipment

Included Modules

Extended Modules

Defined in:

maps.cr

Constructors

Instance Method Summary

Macros inherited from module Google::Resource

define(name, *fields) define, field(var, key = nil, **options, &block) field, field!(var, key = nil, **options, &block) field!, field?(var, key = nil, **options, &block) field?

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(pull : MessagePack::Unpacker) #

Instance Method Detail

def arrival_location : LatLng | Nil #

The geo-location where the vehicle arrives


def arrival_waypoint : Waypoint | Nil #

The waypoint where vehicle arrives


def cost : Float64 | Nil #

Cost to service this visit request


def departure_location : LatLng | Nil #

The geo-location where the vehicle departs from


def departure_waypoint : Waypoint | Nil #

The waypoint where vehicle departs from


def duration : String #

Duration of the visit


def label : String | Nil #

Label for this visit request


def load_demands : Hash(String, Load) #

Load demands specific to this visit


def tags : Array(String) #

Tags attached to the visit request


def time_windows : Array(TimeWindow) #

Time windows constraining arrival time


def visit_types : Array(String) #

Types of the visit for scheduling purposes