if (!filter_var($this->lat, FILTER_VALIDATE_FLOAT)) {
                throw new Exception("Cannot validate location - no latitude value"); 
            }