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

com.smartystreets.api.us_reverse_geo.SmartyResponse Maven / Gradle / Ivy

There is a newer version: 3.18.3
Show newest version
package com.smartystreets.api.us_reverse_geo;

import java.io.Serializable;

public class SmartyResponse implements Serializable {

    private Result[] results;

    public Result[] getResults() { return this.results; }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy