org.onebusaway.webapp.gwt.common.control
Class PlaceImpl
java.lang.Object
org.onebusaway.webapp.gwt.common.control.AbstractPlaceImpl
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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.