struct Google::Maps::RouteOptimization::AggregatedMetrics

Overview

Aggregated metrics for routes and solutions

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 break_duration : String #

Total break duration


def delay_duration : String #

Total delay duration


def max_loads : Hash(String, VehicleLoad) #

Maximum load achieved per quantity type


def performed_shipment_count : Int32 #

Number of shipments performed (pickup + delivery = 1)


def total_duration : String #

Total duration (sum of all durations)


def travel_distance_meters : Float64 #

Total travel distance in meters


def travel_duration : String #

Total travel duration


def visit_duration : String #

Total visit duration


def wait_duration : String #

Total wait duration