Mappedin JS - v6.14.0
    Preparing search index...

    Interface SearchResultPlaces

    interface SearchResultPlaces {
        item: Places;
        match: MatchInfo;
        score: number;
        type:
            | "space"
            | "area"
            | "object"
            | "floor"
            | "annotation"
            | "door"
            | "point-of-interest"
            | "connection";
    }
    Index

    Properties

    Properties

    item: Places
    match: MatchInfo
    score: number
    type:
        | "space"
        | "area"
        | "object"
        | "floor"
        | "annotation"
        | "door"
        | "point-of-interest"
        | "connection"