Class GeocoderResult
java.lang.Object
org.apache.camel.quarkus.component.geocoder.it.GeocoderResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()getLat()getLng()org.apache.camel.component.geocoder.GeocoderStatuswithAddress(String address) withCountry(String shortCode, String longCode) withLatLng(String latLng) withPostalCode(String postalCode) withRegion(String code, String name) withStatus(org.apache.camel.component.geocoder.GeocoderStatus status)
-
Constructor Details
-
GeocoderResult
public GeocoderResult()
-
-
Method Details
-
withLat
-
withLng
-
withLatLng
-
withAddress
-
withStatus
-
withCountry
-
withCity
-
withPostalCode
-
withRegion
-
getStatus
public org.apache.camel.component.geocoder.GeocoderStatus getStatus() -
getLat
-
getLng
-
getLatLng
-
getAddress
-
getCountry
-
getCity
-
getPostalCode
-
getRegion
-