Interface HonuaMapPackageLabelBinding

Label binding surface (v1 is pass-through metadata for the runtime).

interface HonuaMapPackageLabelBinding {
    fieldName: string;
    placement?: "point" | "polygon" | "line";
    sourceId: string;
}

Properties

fieldName: string
placement?: "point" | "polygon" | "line"
sourceId: string