Uses of Class
com.restfb.types.Location

Packages that use Location
Package
Description
Default implementations of Facebook Graph API Objects.
  • Uses of Location in com.restfb.types

    Methods in com.restfb.types that return Location
    Modifier and Type
    Method
    Description
    The location of the place this page represents.
    Place.getLocation()
    Location containing geographic information such as latitude, longitude, country, and other fields (fields will vary based on geography and availability of information).
    SearchPlace.getLocation()
    Location information about the Place.
    Group.getVenue()
    The location of this group, a structured address object.
    Methods in com.restfb.types with parameters of type Location
    Modifier and Type
    Method
    Description
    void
    Page.setLocation(Location location)
    The location of the place this page represents.
    void
    Place.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).
    void
    SearchPlace.setLocation(Location location)
    Location information about the Place.
    void
    Group.setVenue(Location venue)
    The location of this group, a structured address object.