Uses of Class
com.restfb.types.Location
-
Packages that use Location Package Description com.restfb.types 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 Location
Page. getLocation()
The location of the place this page represents.Location
Place. getLocation()
Location containing geographic information such as latitude, longitude, country, and other fields (fields will vary based on geography and availability of information).Location
SearchPlace. getLocation()
Location information about the Place.Location
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.
-