reduceTransportationsDec() public static method

public static reduceTransportationsDec ( $transportations = [], $limit = 16 )
コード例 #1
0
ファイル: NearbyQuery.php プロジェクト: opendatach/transport
 public function toArray()
 {
     return ['performLocating' => '2', 'tpl' => 'stop2json', 'look_maxno' => $this->limit, 'look_stopclass' => Transportations::reduceTransportationsDec($this->transportations, 10), 'look_maxdist' => 5000, 'look_y' => Coordinate::floatToInt($this->lat), 'look_x' => Coordinate::floatToInt($this->lon)];
 }