@Path(value="/geocode") public class ExternalGeocoderResource extends Object
Constructor and Description |
---|
ExternalGeocoderResource() |
Modifier and Type | Method and Description |
---|---|
GeocoderResults |
geocode(String address,
BoundingBox bbox) |
public Geocoder geocoder
@GET @Produces(value="application/json; charset=UTF-8") public GeocoderResults geocode(@QueryParam(value="address") String address, @QueryParam(value="bbox") BoundingBox bbox)
Copyright © 2019. All rights reserved.