org.onebusaway.presentation.model
Class DefaultSearchLocation

java.lang.Object
  extended by org.onebusaway.presentation.model.DefaultSearchLocation

public class DefaultSearchLocation
extends Object


Constructor Summary
DefaultSearchLocation(String name, double lat, double lon, boolean temporary)
           
 
Method Summary
 double getLat()
           
 double getLon()
           
 String getName()
           
 boolean isTemporary()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSearchLocation

public DefaultSearchLocation(String name,
                             double lat,
                             double lon,
                             boolean temporary)
Method Detail

getName

public String getName()

getLat

public double getLat()

getLon

public double getLon()

isTemporary

public boolean isTemporary()


Copyright © 2012 OneBusAway. All Rights Reserved.