コード例 #1
0
 /**
  * Returns the locations that Twitter has trending topic information for, closest to a specified location.
  * 
  * Parameters :
  * - lat
  * - long
  *
  * @static 
  */
 public static function getTrendsClosest($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::getTrendsClosest($parameters);
 }