com.citygrid
Interface CGLocation

All Superinterfaces:
HasLocationIdAndImpressionId
All Known Implementing Classes:
CGAdsCustomAd, CGBaseLocation, CGOffersLocation, CGPlacesDetailLocation, CGPlacesSearchLocation

public interface CGLocation
extends HasLocationIdAndImpressionId


Method Summary
 CGAddress getAddress()
           
 URI getImage()
           
 CGLatLon getLatlon()
           
 String getName()
           
 String getPhone()
           
 int getRating()
           
 
Methods inherited from interface com.citygrid.HasLocationIdAndImpressionId
getImpressionId, getLocationId
 

Method Detail

getName

String getName()

getAddress

CGAddress getAddress()

getLatlon

CGLatLon getLatlon()

getImage

URI getImage()

getPhone

String getPhone()

getRating

int getRating()


Copyright © 2011. All Rights Reserved.