Uses of Interface
facebook4j.Location

Packages that use Location
facebook4j.api   
facebook4j.json   
 

Uses of Location in facebook4j.api
 

Methods in facebook4j.api that return types with arguments of type Location
 ResponseList<Location> LocationMethods.getLocations()
          Returns the posts with location.
 ResponseList<Location> LocationMethods.getLocations(Reading reading)
          Returns the posts with location.
 ResponseList<Location> LocationMethods.getLocations(String userId)
          Returns the posts with location.
 ResponseList<Location> LocationMethods.getLocations(String userId, Reading reading)
          Returns the posts with location.
 ResponseList<Location> SearchMethods.searchLocations(GeoLocation center, int distance)
          Returns locations near a geographical location.
 ResponseList<Location> SearchMethods.searchLocations(GeoLocation center, int distance, Reading reading)
          Returns locations near a geographical location.
 ResponseList<Location> SearchMethods.searchLocations(String placeId)
          Returns a particular place.
 ResponseList<Location> SearchMethods.searchLocations(String placeId, Reading reading)
          Returns a particular place.
 

Uses of Location in facebook4j.json
 

Methods in facebook4j.json that return Location
static Location DataObjectFactory.createLocation(String rawJSON)
          Constructs a Location object from rawJSON string.
 



Copyright © 2019. All rights reserved.