Transport\Entity\Location\NearbyQuery::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $lat, $lon, $limit = 10 )
    public function __construct($lat, $lon, $limit = 10)
    {
        $this->lat = $lat;
        $this->lon = $lon;
        $this->limit = $limit;
    }