org.onebusaway.webapp.gwt.where_library
Class OBAConfig

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.onebusaway.webapp.gwt.where_library.OBAConfig

public class OBAConfig
extends com.google.gwt.core.client.JavaScriptObject


Constructor Summary
protected OBAConfig()
           
 
Method Summary
 CoordinateBounds getBounds()
           
 double getCenterLat()
           
 double getCenterLon()
           
static OBAConfig getConfig()
           
 double getSpanLat()
           
 double getSpanLon()
           
 boolean hasDefaultServiceArea()
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OBAConfig

protected OBAConfig()
Method Detail

getConfig

public static OBAConfig getConfig()

hasDefaultServiceArea

public final boolean hasDefaultServiceArea()

getCenterLat

public final double getCenterLat()

getCenterLon

public final double getCenterLon()

getSpanLat

public final double getSpanLat()

getSpanLon

public final double getSpanLon()

getBounds

public final CoordinateBounds getBounds()


Copyright © 2012 OneBusAway. All Rights Reserved.