com.yahoo.search
Interface MapSearchResult


public interface MapSearchResult


Method Summary
 String getAddress()
          The address that matches the search term, if available.
 String getCity()
          The city that matches the search term, if available.
 String getCountry()
          The country that matches the search term, if available.
 BigDecimal getLatitude()
          The latitude that matches the search term, if available.
 BigDecimal getLongitude()
          The longitude that matches the search term, if available.
 String getZip()
          The zip code that matches the search term, if available.
 

Method Detail

getCity

String getCity()
The city that matches the search term, if available.

Returns:
The name of the City that matches the search term, if available.

getAddress

String getAddress()
The address that matches the search term, if available.

Returns:
The address that matches the search term, if available.

getZip

String getZip()
The zip code that matches the search term, if available.

Returns:
The zip code that matches the search term, if available.

getCountry

String getCountry()
The country that matches the search term, if available.

Returns:
The country that matches the search term, if available.

getLatitude

BigDecimal getLatitude()
The latitude that matches the search term, if available.

Returns:
The latitude that matches the search term, if available.

getLongitude

BigDecimal getLongitude()
The longitude that matches the search term, if available.

Returns:
The longitude that matches the search term, if available.