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

com.targomo.client.api.response.BoundingBoxResponse Maven / Gradle / Ivy

The newest version!
package com.targomo.client.api.response;

import lombok.AllArgsConstructor;
import lombok.Getter;

@AllArgsConstructor
@Getter
public class BoundingBoxResponse {

    Double minX;
    Double maxX;
    Double minY;
    Double maxY;

    private final long requestTimeMillis;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy