//lookup lat/lngs via location name
rp.setResponse(new ResponseObject("Suggestions Geo", false, "Search term provided could not be parsed as lat, lng... geotag lookup by name not yet supported."));
return rp;
}
rp.setData(locations, new SearchSuggestPojoApiMap());
rp.setResponse(new ResponseObject("Suggestions Geo", true, term));
return rp;
}