Uses of Class
com.microsoft.search.Location

Packages that use Location
com.microsoft.search   
 

Uses of Location in com.microsoft.search
 

Methods in com.microsoft.search that return Location
 Location SearchRequest.getLocation()
          Gets the location value for this SearchRequest.
 Location Result.getLocation()
          Gets the location value for this Result.
 

Methods in com.microsoft.search with parameters of type Location
 void SearchRequest.setLocation(Location location)
          Sets the location value for this SearchRequest.
 void Result.setLocation(Location location)
          Sets the location value for this Result.
 

Constructors in com.microsoft.search with parameters of type Location
Result(String title, String description, String url, String displayUrl, String cacheUrl, String source, String searchTags, String phone, DateTime dateTime, Address address, Location location, SearchTag[] searchTagsArray)
           
SearchRequest(String appID, String query, String cultureInfo, SafeSearchOptions safeSearch, String[] flags, Location location, SourceRequest[] requests)