@@ 3468-3480 (lines=13) @@ | ||
3465 | * |
|
3466 | * @return \StdClass |
|
3467 | */ |
|
3468 | public function kadasterKadastraleKaartPostcode($postcode, $huisNummer, $huisNummerToevoeging, $format, $schaal) |
|
3469 | { |
|
3470 | return $this->getAdapter()->call( |
|
3471 | 'kadasterKadastraleKaartPostcode', |
|
3472 | [ |
|
3473 | 'postcode' => $postcode, |
|
3474 | 'huisnummer' => $huisNummer, |
|
3475 | 'huisnummer_toevoeging' => $huisNummerToevoeging, |
|
3476 | 'format' => $format, |
|
3477 | 'schaal' => $schaal, |
|
3478 | ] |
|
3479 | ); |
|
3480 | } |
|
3481 | ||
3482 | /** |
|
3483 | * @param $postcode |
|
@@ 3491-3503 (lines=13) @@ | ||
3488 | * |
|
3489 | * @return \StdClass |
|
3490 | */ |
|
3491 | public function kadasterKadastraleKaartPostcodeV2($postcode, $huisNummer, $huisNummerToevoeging, $format, $schaal) |
|
3492 | { |
|
3493 | return $this->getAdapter()->call( |
|
3494 | 'kadasterKadastraleKaartPostcodeV2', |
|
3495 | [ |
|
3496 | 'postcode' => $postcode, |
|
3497 | 'huisnummer' => $huisNummer, |
|
3498 | 'huisnummer_toevoeging' => $huisNummerToevoeging, |
|
3499 | 'format' => $format, |
|
3500 | 'schaal' => $schaal, |
|
3501 | ] |
|
3502 | ); |
|
3503 | } |
|
3504 | ||
3505 | /** |
|
3506 | * @param $postcode |