Searched refs:POICategoryType (Results 1 – 19 of 19) sorted by relevance
64 func setEnabledPOIFilter(categories: [POICategoryType]) { in setEnabledPOIFilter()89 private func mapToMKPOICategories(category: POICategoryType) -> MKPointOfInterestCategory { in mapToMKPOICategories()
167 func setEnabledPOIFilter(categories: [POICategoryType]) { in setEnabledPOIFilter()
13 export { POICategoryType } from './Map.types';
307 export type POICategoryType = 'airport' | 'atm' | 'bank' | 'beach' | 'cafe' | 'hospital' | 'hotel' … alias333 enablePOIFilter: [POICategoryType] | [];
1 …POICategoryType =\n | 'airport'\n | 'atm'\n | 'bank'\n | 'beach'\n | 'cafe'\n | 'hospital'\n…
1 …om './Overlay';\nexport { ExpoMapRef } from './Map.types';\nexport { POICategoryType } from './Map…
348 export type POICategoryType = alias385 enablePOIFilter: [POICategoryType] | [];
24 export { POICategoryType } from './Map.types';
14 const [poiType, setPoiType] = useState<[] | [Maps.POICategoryType]>([]);
125 Prop("enablePOIFilter") { (view: AppleMapsView, categories: [POICategoryType]) in in definition()
11 enum POICategoryType: String, EnumArgument {