@oneblink/sdk
    Preparing search index...

    Type Alias LocationElement

    LocationElement: {
        defaultValue?: unknown;
        reverseGeocoding?: {
            formattedAddressElementId: string;
            integrationType: IntegrationGeoscape["type"];
        };
        type: "location";
    } & LookupFormElement & FormElementRequired & FormElementReadOnly

    An element to allow the user to choose a location by dropping a pin on a map.

    The element must have an id property with a value that is globally unique within the form definition.