| Modifier and Type | Method and Description |
|---|---|
GeocoderResult |
GeocoderNominationResource.getByCoordinate(String latitude,
String longitude) |
GeocoderResult |
GeocoderNominationResource.getByCurrentLocation(String address) |
GeocoderResult |
GeocoderResult.withAddress(String address) |
GeocoderResult |
GeocoderResult.withCity(String city) |
GeocoderResult |
GeocoderResult.withCountry(String shortCode,
String longCode) |
GeocoderResult |
GeocoderResult.withLat(String lat) |
GeocoderResult |
GeocoderResult.withLatLng(String latLng) |
GeocoderResult |
GeocoderResult.withLng(String lng) |
GeocoderResult |
GeocoderResult.withPostalCode(String postalCode) |
GeocoderResult |
GeocoderResult.withRegion(String code,
String name) |
GeocoderResult |
GeocoderResult.withStatus(org.apache.camel.component.geocoder.GeocoderStatus status) |
Copyright © 2019–2020 The Apache Software Foundation. All rights reserved.