@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Map field to point for pois langitude and longitude positioning |
|
4 | - */ |
|
3 | + * Map field to point for pois langitude and longitude positioning |
|
4 | + */ |
|
5 | 5 | class MapField extends DatalessField { |
6 | 6 | |
7 | 7 | /** |
@@ -397,10 +397,10 @@ |
||
397 | 397 | } |
398 | 398 | |
399 | 399 | /** |
400 | - * Set the center of the gmap |
|
401 | - * |
|
402 | - * @return MapAPI This same object, in order to enable chaining of methods |
|
403 | - **/ |
|
400 | + * Set the center of the gmap |
|
401 | + * |
|
402 | + * @return MapAPI This same object, in order to enable chaining of methods |
|
403 | + **/ |
|
404 | 404 | public function setLatLongCenter($center) { |
405 | 405 | $this->latLongCenter = $center; |
406 | 406 | return $this; |