コード例 #1
0
 /**
  * @return $this
  */
 public function setHighTrafficColor()
 {
     $this->map->setHighTrafficColor(TrafficMap\Color::ORANGE);
     return $this;
 }
コード例 #2
0
 /**
  * @return $this
  */
 public function setGroundColor()
 {
     $this->map->setGroundColor(TrafficMap\Color::BLACK);
     return $this;
 }