function Location(options) {
      this.properties = {};

      if (typeof options === "string") {
        this.href = options;