Package twitter4j.v1

Interface Place

All Superinterfaces:
Comparable<Place>, Serializable, TwitterResponse

public interface Place extends TwitterResponse, Comparable<Place>, Serializable
Since:
Twitter4J 2.1.1
  • Method Details

    • getName

      String getName()
      Returns:
      name
    • getStreetAddress

      String getStreetAddress()
      Returns:
      street address
    • getCountryCode

      String getCountryCode()
      Returns:
      country code
    • getId

      String getId()
      Returns:
      id
    • getCountry

      String getCountry()
      Returns:
      country
    • getPlaceType

      String getPlaceType()
      Returns:
      place type
    • getURL

      String getURL()
      Returns:
      url
    • getFullName

      String getFullName()
      Returns:
      full name
    • getBoundingBoxType

      String getBoundingBoxType()
      Returns:
      bounding box type
    • getBoundingBoxCoordinates

      GeoLocation[][] getBoundingBoxCoordinates()
      Returns:
      bounding box corrdinates
    • getGeometryType

      String getGeometryType()
      Returns:
      geometry type
    • getGeometryCoordinates

      GeoLocation[][] getGeometryCoordinates()
      Returns:
      geometry coordinates
    • getContainedWithIn

      Place[] getContainedWithIn()
      Returns:
      contained within