Uses of Class
org.apache.camel.quarkus.component.geocoder.it.GeocoderResult
-
-
Uses of GeocoderResult in org.apache.camel.quarkus.component.geocoder.it
Methods in org.apache.camel.quarkus.component.geocoder.it that return GeocoderResult Modifier and Type Method Description GeocoderResultGeocoderNominationResource. getByCoordinate(String latitude, String longitude)GeocoderResultGeocoderNominationResource. getByCurrentLocation(String address)GeocoderResultGeocoderResult. withAddress(String address)GeocoderResultGeocoderResult. withCity(String city)GeocoderResultGeocoderResult. withCountry(String shortCode, String longCode)GeocoderResultGeocoderResult. withLat(String lat)GeocoderResultGeocoderResult. withLatLng(String latLng)GeocoderResultGeocoderResult. withLng(String lng)GeocoderResultGeocoderResult. withPostalCode(String postalCode)GeocoderResultGeocoderResult. withRegion(String code, String name)GeocoderResultGeocoderResult. withStatus(org.apache.camel.component.geocoder.GeocoderStatus status)
-