Member Junction
    Preparing search index...

    Mapping from entity fields to a geocodable location. CodeGen generates these per-entity based on LLM analysis of field names.

    interface GeoFieldMapping {
        Fields: string[];
        LocationType: "Primary";
    }
    Index

    Properties

    Properties

    Fields: string[]

    Entity field names that contribute to this location's address.

    LocationType: "Primary"

    Discriminator for the location. Currently only 'Primary' is generated by CodeGen.