Using Google Places API to search for places around a location in JSF/PrimeFaces
The use of Google Places is simple, you only need your Google API credentials and the end point URL of the API. The only additional task your application has to do is get the current location of the user. In this demonstration, we will use Google Latitude API for the user location.
Although we tested this demonstration only in desktop environment, the procedure should work for mobile websites as well.