public class GeocoderResult extends Object
| Constructor and Description |
|---|
GeocoderResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
String |
getCity() |
Country |
getCountry() |
String |
getLat() |
String |
getLatLng() |
String |
getLng() |
String |
getPostalCode() |
Region |
getRegion() |
org.apache.camel.component.geocoder.GeocoderStatus |
getStatus() |
GeocoderResult |
withAddress(String address) |
GeocoderResult |
withCity(String city) |
GeocoderResult |
withCountry(String shortCode,
String longCode) |
GeocoderResult |
withLat(String lat) |
GeocoderResult |
withLatLng(String latLng) |
GeocoderResult |
withLng(String lng) |
GeocoderResult |
withPostalCode(String postalCode) |
GeocoderResult |
withRegion(String code,
String name) |
GeocoderResult |
withStatus(org.apache.camel.component.geocoder.GeocoderStatus status) |
public GeocoderResult withLat(String lat)
public GeocoderResult withLng(String lng)
public GeocoderResult withLatLng(String latLng)
public GeocoderResult withAddress(String address)
public GeocoderResult withStatus(org.apache.camel.component.geocoder.GeocoderStatus status)
public GeocoderResult withCountry(String shortCode, String longCode)
public GeocoderResult withCity(String city)
public GeocoderResult withPostalCode(String postalCode)
public GeocoderResult withRegion(String code, String name)
public org.apache.camel.component.geocoder.GeocoderStatus getStatus()
public String getLat()
public String getLng()
public String getLatLng()
public String getAddress()
public Country getCountry()
public String getCity()
public String getPostalCode()
public Region getRegion()
Copyright © 2019–2020 The Apache Software Foundation. All rights reserved.