@@ -58,10 +58,10 @@ |
||
| 58 | 58 | } |
| 59 | 59 | |
| 60 | 60 | /** |
| 61 | - * Validates the Latitude value. |
|
| 62 | - * |
|
| 63 | - * @return boolean |
|
| 64 | - */ |
|
| 61 | + * Validates the Latitude value. |
|
| 62 | + * |
|
| 63 | + * @return boolean |
|
| 64 | + */ |
|
| 65 | 65 | private function validateLat() |
| 66 | 66 | {
|
| 67 | 67 | if (($this->latitude >= -90) && ($this->latitude <= 90)) {
|