MVFv3 API Documentation
    Preparing search index...
    • Returns MVFParserBuilder<
          [
              TObject<
                  {
                      floors: TRef<
                          TObject<
                              {
                                  features: TArray<
                                      TRef<TObject<{ geometry: ...; properties: ...; type: ... }>>,
                                  >;
                                  type: TLiteral<"FeatureCollection">;
                              },
                          >,
                      >;
                  },
              >,
              TObject<
                  {
                      geometry: TUnsafe<
                          Partial<
                              {
                                  [key: `f_${string}`]: {
                                      features: {
                                          geometry: (...)
                                          | (...)
                                          | (...)
                                          | (...)
                                          | (...)
                                          | (...);
                                          properties: (...) & (...);
                                          type: "Feature";
                                      }[];
                                      type: "FeatureCollection";
                                  };
                              },
                          >,
                      >;
                  },
              >,
              TObject<
                  {
                      manifest: TRef<
                          TObject<
                              {
                                  features: TArray<
                                      TObject<
                                          {
                                              geometry: TObject<(...)>;
                                              properties: TRef<(...)>;
                                              type: TLiteral<(...)>;
                                          },
                                      >,
                                  >;
                                  type: TLiteral<"FeatureCollection">;
                              },
                          >,
                      >;
                  },
              >,
          ],
          IntegrityError,
      >