| @@ 4724-4737 (lines=14) @@ | ||
| 4721 | * |
|
| 4722 | * @return \StdClass |
|
| 4723 | */ |
|
| 4724 | public function routePlannerRDDescription($xfrom, $yfrom, $xto, $yto, $routeType, $english) |
|
| 4725 | { |
|
| 4726 | return $this->getAdapter()->call( |
|
| 4727 | 'routePlannerRDDescription', |
|
| 4728 | [ |
|
| 4729 | 'xfrom' => $xfrom, |
|
| 4730 | 'yfrom' => $yfrom, |
|
| 4731 | 'xto' => $xto, |
|
| 4732 | 'yto' => $yto, |
|
| 4733 | 'routetype' => $routeType, |
|
| 4734 | 'english' => $english, |
|
| 4735 | ] |
|
| 4736 | ); |
|
| 4737 | } |
|
| 4738 | ||
| 4739 | /** |
|
| 4740 | * @param $xfrom |
|
| @@ 4749-4762 (lines=14) @@ | ||
| 4746 | * |
|
| 4747 | * @return \StdClass |
|
| 4748 | */ |
|
| 4749 | public function routePlannerRDDescriptionCoordinatesRD($xfrom, $yfrom, $xto, $yto, $routeType, $english) |
|
| 4750 | { |
|
| 4751 | return $this->getAdapter()->call( |
|
| 4752 | 'routePlannerRDDescriptionCoordinatesRD', |
|
| 4753 | [ |
|
| 4754 | 'xfrom' => $xfrom, |
|
| 4755 | 'yfrom' => $yfrom, |
|
| 4756 | 'xto' => $xto, |
|
| 4757 | 'yto' => $yto, |
|
| 4758 | 'routetype' => $routeType, |
|
| 4759 | 'english' => $english, |
|
| 4760 | ] |
|
| 4761 | ); |
|
| 4762 | } |
|
| 4763 | ||
| 4764 | /** |
|
| 4765 | * @param $xfrom |
|
| @@ 4773-4785 (lines=13) @@ | ||
| 4770 | * |
|
| 4771 | * @return \StdClass |
|
| 4772 | */ |
|
| 4773 | public function routePlannerRDInformation($xfrom, $yfrom, $xto, $yto, $routeType) |
|
| 4774 | { |
|
| 4775 | return $this->getAdapter()->call( |
|
| 4776 | 'routePlannerRDInformation', |
|
| 4777 | [ |
|
| 4778 | 'xfrom' => $xfrom, |
|
| 4779 | 'yfrom' => $yfrom, |
|
| 4780 | 'xto' => $xto, |
|
| 4781 | 'yto' => $yto, |
|
| 4782 | 'routetype' => $routeType, |
|
| 4783 | ] |
|
| 4784 | ); |
|
| 4785 | } |
|
| 4786 | ||
| 4787 | /** |
|
| 4788 | * @param $bban |
|