private function isValidLongitude($value)
    {
        $errormsg = '';
        if ($value < self::GOOGLE_MIN_LONG)
        {