/**
  * Returns the place this prediction is suggesting.
  *
  * @param extraParams to append to request URL
  * @return place
  */
 public Place getPlace(Param... extraParams) {
   return client.getPlaceById(placeId, extraParams);
 }