@@ -204,7 +204,7 @@ |
||
204 | 204 | /** |
205 | 205 | * Access the map editing field for the purpose of adding guide points. |
206 | 206 | * |
207 | - * @return [LatLongField] instance of location editing field |
|
207 | + * @return FormField instance of location editing field |
|
208 | 208 | */ |
209 | 209 | public function getMapField() |
210 | 210 | { |
@@ -265,6 +265,10 @@ discard block |
||
265 | 265 | /* |
266 | 266 | Add a map layer to an existing instance |
267 | 267 | */ |
268 | + |
|
269 | + /** |
|
270 | + * @param Member $instance |
|
271 | + */ |
|
268 | 272 | private function addLayerToInstance(&$instance) |
269 | 273 | { |
270 | 274 | // Create a layer |
@@ -279,6 +283,9 @@ discard block |
||
279 | 283 | $layers->add($layer); |
280 | 284 | } |
281 | 285 | |
286 | + /** |
|
287 | + * @param Member $instance |
|
288 | + */ |
|
282 | 289 | private function addMapPinToInstance(&$instance) |
283 | 290 | { |
284 | 291 | // Create a pin |