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

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

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

public class Line {
    private Coordinates start;
    private Coordinates end;

    public Coordinates getStart() {
        return start;
    }

    public Coordinates getEnd() {
        return end;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy