org.onebusaway.webapp.gwt.common.control
Interface Place

All Known Implementing Classes:
AbstractPlaceImpl, LocalResultPlaceImpl, PlaceImpl, PlacemarkPlaceImpl

public interface Place


Method Summary
 int getAccuracy()
           
 List<String> getDescription()
           
 String getDescriptionAsString()
           
 com.google.gwt.maps.client.geom.LatLng getLocation()
           
 String getName()
           
 

Method Detail

getName

String getName()

getDescription

List<String> getDescription()

getDescriptionAsString

String getDescriptionAsString()

getLocation

com.google.gwt.maps.client.geom.LatLng getLocation()

getAccuracy

int getAccuracy()


Copyright © 2012 OneBusAway. All Rights Reserved.