org.onebusaway.presentation.model
Class DefaultSearchLocation
java.lang.Object
org.onebusaway.presentation.model.DefaultSearchLocation
public class DefaultSearchLocation
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSearchLocation
public DefaultSearchLocation(String name,
double lat,
double lon,
boolean temporary)
getName
public String getName()
getLat
public double getLat()
getLon
public double getLon()
isTemporary
public boolean isTemporary()
Copyright © 2012 OneBusAway. All Rights Reserved.