@@ -42,6 +42,9 @@ |
||
| 42 | 42 | ); |
| 43 | 43 | } |
| 44 | 44 | |
| 45 | + /** |
|
| 46 | + * @return \ParamProcessor\ProcessingResult |
|
| 47 | + */ |
|
| 45 | 48 | private function processParameters( MappingService $service, array $displayParams ) { |
| 46 | 49 | $processor = Processor::newDefault(); |
| 47 | 50 | |
@@ -136,6 +136,10 @@ |
||
| 136 | 136 | return $locationJsonObjects; |
| 137 | 137 | } |
| 138 | 138 | |
| 139 | + /** |
|
| 140 | + * @param string $iconUrl |
|
| 141 | + * @param string $visitedIconUrl |
|
| 142 | + */ |
|
| 139 | 143 | private function getLocationJsonObject( Location $location, array $params, $iconUrl, $visitedIconUrl ) { |
| 140 | 144 | $jsonObj = $location->getJSONObject( $params['title'], $params['label'], $iconUrl, '', '', $visitedIconUrl ); |
| 141 | 145 | |