| @@ 4728-4741 (lines=14) @@ | ||
| 4725 | * |
|
| 4726 | * @return \StdClass |
|
| 4727 | */ |
|
| 4728 | public function routePlannerRDDescription($xfrom, $yfrom, $xto, $yto, $routeType, $english) |
|
| 4729 | { |
|
| 4730 | return $this->getAdapter()->call( |
|
| 4731 | 'routePlannerRDDescription', |
|
| 4732 | [ |
|
| 4733 | 'xfrom' => $xfrom, |
|
| 4734 | 'yfrom' => $yfrom, |
|
| 4735 | 'xto' => $xto, |
|
| 4736 | 'yto' => $yto, |
|
| 4737 | 'routetype' => $routeType, |
|
| 4738 | 'english' => $english, |
|
| 4739 | ] |
|
| 4740 | ); |
|
| 4741 | } |
|
| 4742 | ||
| 4743 | /** |
|
| 4744 | * @param $xfrom |
|
| @@ 4753-4766 (lines=14) @@ | ||
| 4750 | * |
|
| 4751 | * @return \StdClass |
|
| 4752 | */ |
|
| 4753 | public function routePlannerRDDescriptionCoordinatesRD($xfrom, $yfrom, $xto, $yto, $routeType, $english) |
|
| 4754 | { |
|
| 4755 | return $this->getAdapter()->call( |
|
| 4756 | 'routePlannerRDDescriptionCoordinatesRD', |
|
| 4757 | [ |
|
| 4758 | 'xfrom' => $xfrom, |
|
| 4759 | 'yfrom' => $yfrom, |
|
| 4760 | 'xto' => $xto, |
|
| 4761 | 'yto' => $yto, |
|
| 4762 | 'routetype' => $routeType, |
|
| 4763 | 'english' => $english, |
|
| 4764 | ] |
|
| 4765 | ); |
|
| 4766 | } |
|
| 4767 | ||
| 4768 | /** |
|
| 4769 | * @param $xfrom |
|
| @@ 4777-4789 (lines=13) @@ | ||
| 4774 | * |
|
| 4775 | * @return \StdClass |
|
| 4776 | */ |
|
| 4777 | public function routePlannerRDInformation($xfrom, $yfrom, $xto, $yto, $routeType) |
|
| 4778 | { |
|
| 4779 | return $this->getAdapter()->call( |
|
| 4780 | 'routePlannerRDInformation', |
|
| 4781 | [ |
|
| 4782 | 'xfrom' => $xfrom, |
|
| 4783 | 'yfrom' => $yfrom, |
|
| 4784 | 'xto' => $xto, |
|
| 4785 | 'yto' => $yto, |
|
| 4786 | 'routetype' => $routeType, |
|
| 4787 | ] |
|
| 4788 | ); |
|
| 4789 | } |
|
| 4790 | ||
| 4791 | /** |
|
| 4792 | * @param $bban |
|