Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Poi

PoiExt

PoiExt: PoiBase & { adcode: string; adname: string; citycode: string; cityname: string; discount: boolean; email: string; entr_location: LngLat | null; exit_location: LngLat | null; groupbuy: boolean; pcode: string; photos: PoiPhoto[]; pname: string; postcode: string; website: string } & { indoor_data: { cpid: string; floor: string; truefloor: string }; indoor_map: true } | { indoor_map: false } & { discounts?: Discount[]; groupbuys?: Groupbuy[] } & { cinema: Cinema; deep_type: "CINEMA" } | { deep_type: "DINING"; dining: Dining } | { deep_type: "SCENIC"; scenic: Scenic } | { deep_type: "HOTEL"; hotel: Hotel }

SearchStatus

SearchStatus: "complete" | "error" | "no_data"

SelectChangeEvent

SelectChangeEvent<N, E>: Event<N, SelectChangeEventData & { event: E }>

Type parameters

  • N: string

  • E

Generated using TypeDoc