All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.targomo.client.api.pojo.TravelWeight Maven / Gradle / Ivy

There is a newer version: 0.39.0
Show newest version
package com.targomo.client.api.pojo;

import lombok.AllArgsConstructor;
import lombok.Getter;

/**
 * This class is responsible for storing the distance and time taken to route between a source and target
 * @author Mario Freitas
 */
@Getter
@AllArgsConstructor
public class TravelWeight {

    private final int travelDistance;
    private final int travelTime;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy