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

twitter4jads.internal.models4j.Place Maven / Gradle / Ivy

The newest version!
package twitter4jads.internal.models4j;

/**
 *
 * @since Twitter4J 2.1.1
 */
public interface Place extends TwitterResponse, Comparable, java.io.Serializable {
    String getName();

    String getStreetAddress();

    String getCountryCode();

    String getId();

    String getCountry();

    String getPlaceType();

    String getURL();

    String getFullName();

    String getBoundingBoxType();

    GeoLocation[][] getBoundingBoxCoordinates();

    String getGeometryType();

    GeoLocation[][] getGeometryCoordinates();

    Place[] getContainedWithIn();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy