Type Alias TFindNearestOptions

TFindNearestOptions: {
    limit?: "same-floor" | "same-elevation";
    radius?: number;
    types: [TQueriables["__type"], ...TQueriables["__type"][]];
}

Type declaration

  • Optionallimit?: "same-floor" | "same-elevation"

    Limit query to a set of floors. Only applies if the origin has floor information. If it doesn't, it limits the query to all floor-stacks' default floors.

    'same-floor'
    
  • Optionalradius?: number

    The radius to search for features within

  • types: [TQueriables["__type"], ...TQueriables["__type"][]]

    The types to query for

MMNEPVFCICPMFPCPTTAAATR