org.onebusaway.webapp.gwt.common.control
Class PlaceImpl

java.lang.Object
  extended by org.onebusaway.webapp.gwt.common.control.AbstractPlaceImpl
      extended by org.onebusaway.webapp.gwt.common.control.PlaceImpl
All Implemented Interfaces:
Place

public class PlaceImpl
extends AbstractPlaceImpl


Constructor Summary
PlaceImpl(String name, com.google.gwt.maps.client.geom.LatLng location, int accuracy)
           
PlaceImpl(String name, List<String> description, com.google.gwt.maps.client.geom.LatLng location, int accuracy)
           
 
Method Summary
 int getAccuracy()
           
 List<String> getDescription()
           
 com.google.gwt.maps.client.geom.LatLng getLocation()
           
 String getName()
           
 
Methods inherited from class org.onebusaway.webapp.gwt.common.control.AbstractPlaceImpl
getDescriptionAsString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlaceImpl

public PlaceImpl(String name,
                 com.google.gwt.maps.client.geom.LatLng location,
                 int accuracy)

PlaceImpl

public PlaceImpl(String name,
                 List<String> description,
                 com.google.gwt.maps.client.geom.LatLng location,
                 int accuracy)
Method Detail

getName

public String getName()

getDescription

public List<String> getDescription()

getLocation

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

getAccuracy

public int getAccuracy()


Copyright © 2012 OneBusAway. All Rights Reserved.