Uses of Class
com.microsoft.search.Address

Packages that use Address
com.microsoft.search   
 

Uses of Address in com.microsoft.search
 

Methods in com.microsoft.search that return Address
 Address Result.getAddress()
          Gets the address value for this Result.
 

Methods in com.microsoft.search with parameters of type Address
 void Result.setAddress(Address address)
          Sets the address value for this Result.
 

Constructors in com.microsoft.search with parameters of type Address
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)