Uses of Class
com.restfb.types.Location
Packages that use Location
-
Uses of Location in com.restfb.types
Methods in com.restfb.types that return LocationModifier and TypeMethodDescriptionPage.getLocation()
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 LocationModifier and TypeMethodDescriptionvoid
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
The location of this group, a structured address object.