com.targomo.client.api.response.BoundingBoxResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
Java client library for easy usage of Targomo web services.
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