Interface placemarkSearchOptions

interface placemarkSearchOptions {
    locationID: string;
    refFloorID?: string;
    refPoint?: string;
    searchStr: string;
}

Properties

locationID: string

Location ID

refFloorID?: string

Floor ID to be used in combination with refPoint See API.debouncedPlacemarkSearchBeta

refPoint?: string

Map Point X/Y to be used in combination with refFloorID See API.debouncedPlacemarkSearchBeta

searchStr: string

Search String

Generated using TypeDoc