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

com.what3words.javawrapper.response.Square Maven / Gradle / Ivy

There is a newer version: 3.1.21
Show newest version
package com.what3words.javawrapper.response;

public class Square {
    private Coordinates southwest;
    private Coordinates northeast;

    public Coordinates getSouthwest() {
        return southwest;
    }

    public Coordinates getNortheast() {
        return northeast;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy