Class SearchServiceImpl.SimpleEnterpriseGeocoderResult
- java.lang.Object
-
- org.onebusaway.presentation.impl.search.SearchServiceImpl.SimpleEnterpriseGeocoderResult
-
- All Implemented Interfaces:
EnterpriseGeocoderResult
- Enclosing class:
- SearchServiceImpl
public static class SearchServiceImpl.SimpleEnterpriseGeocoderResult extends Object implements EnterpriseGeocoderResult
-
-
Constructor Summary
Constructors Constructor Description SimpleEnterpriseGeocoderResult(Double lat, Double lon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.onebusaway.geospatial.model.CoordinateBoundsgetBounds()StringgetFormattedAddress()DoublegetLatitude()DoublegetLongitude()StringgetNeighborhood()booleanisRegion()
-
-
-
Method Detail
-
getLatitude
public Double getLatitude()
- Specified by:
getLatitudein interfaceEnterpriseGeocoderResult
-
getLongitude
public Double getLongitude()
- Specified by:
getLongitudein interfaceEnterpriseGeocoderResult
-
getNeighborhood
public String getNeighborhood()
- Specified by:
getNeighborhoodin interfaceEnterpriseGeocoderResult
-
getFormattedAddress
public String getFormattedAddress()
- Specified by:
getFormattedAddressin interfaceEnterpriseGeocoderResult
-
getBounds
public org.onebusaway.geospatial.model.CoordinateBounds getBounds()
- Specified by:
getBoundsin interfaceEnterpriseGeocoderResult
-
isRegion
public boolean isRegion()
- Specified by:
isRegionin interfaceEnterpriseGeocoderResult
-
-