Klasse Place

Alle implementierten Schnittstellen:
Serializable

public class Place extends NamedFacebookType
Represents information about the place where an event occurred, for example a Checkin or Photo.
Seit:
1.6.10
Autor:
Chris Petersen, Mark Allen
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • getCategoryList

      List of other categories for this place.
      Gibt zurück:
      List of other categories for this place.
      Seit:
      1.6.15
    • addCategory

      public boolean addCategory(Category category)
    • removeCategory

      public boolean removeCategory(Category category)
    • getLocation

      Location containing geographic information such as latitude, longitude, country, and other fields (fields will vary based on geography and availability of information). It is possible for Facebook to return either this value or getLocationAsString().
      Gibt zurück:
      Location containing geographic information such as latitude, longitude, country, and other fields.
    • setLocation

      public void setLocation(Location location)
      Location containing geographic information such as latitude, longitude, country, and other fields (fields will vary based on geography and availability of information). It is possible for Facebook to return either this value or getLocationAsString().
    • getOverallRating

      Overall Rating of Place, on a 5-star scale. 0 means not enough data to get a combined rating.
      Gibt zurück:
      Overall Rating of Place, on a 5-star scale.
    • setOverallRating

      public void setOverallRating(Double overallRating)
      Overall Rating of Place, on a 5-star scale. 0 means not enough data to get a combined rating.
    • getLocationAsString

      Description for this location.

      It is possible for Facebook to return either this value or getLocation(). If getLocation() returns null, then check this method to see if it has data, e.g. "Philadelphia, PA".

      Gibt zurück:
      Description for this location.
      Seit:
      1.6.12
    • setLocationAsString

      public void setLocationAsString(String locationAsString)
      Description for this location.

      It is possible for Facebook to return either this value or getLocation(). If getLocation() returns null, then check this method to see if it has data, e.g. "Philadelphia, PA".

      Seit:
      1.6.12