@PathParam(value = "geography") String geography,
@QueryParam(value = "latitude") double latitude,
@QueryParam(value = "longitude") double longitude,
@DefaultValue("xml") @QueryParam(value = "format") String format,
@QueryParam(value = "callback") String callback) {
CensusGeographyEnum geographyType = CensusGeographyEnum
.getGeographyTypeWithKey(geography);
CensusLookupResponse apiResponse = new CensusLookupResponse();
Exception exception = null;
try {
apiResponse = censusService.findByCoordinates(geographyType,