Class GeocodeResult
- java.lang.Object
-
- org.onebusaway.enterprise.webapp.actions.api.model.GeocodeResult
-
- All Implemented Interfaces:
SearchResult
public class GeocodeResult extends Object implements SearchResult
Location search result.- Author:
- jmaki
-
-
Constructor Summary
Constructors Constructor Description GeocodeResult(EnterpriseGeocoderResult result, List<SearchResult> nearbyRoutes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoordinateBounds
getBounds()
String
getFormattedAddress()
Boolean
getIsRegion()
Double
getLatitude()
Double
getLongitude()
List<SearchResult>
getNearbyRoutes()
String
getNeighborhood()
-
-
-
Constructor Detail
-
GeocodeResult
public GeocodeResult(EnterpriseGeocoderResult result, List<SearchResult> nearbyRoutes)
-
-
Method Detail
-
getFormattedAddress
public String getFormattedAddress()
-
getNeighborhood
public String getNeighborhood()
-
getLatitude
public Double getLatitude()
-
getLongitude
public Double getLongitude()
-
getIsRegion
public Boolean getIsRegion()
-
getBounds
public CoordinateBounds getBounds()
-
getNearbyRoutes
public List<SearchResult> getNearbyRoutes()
-
-