Home
last modified time | relevance | path

Searched refs:POICategoryType (Results 1 – 19 of 19) sorted by relevance

/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/
H A DAppleMapsPOI.swift64 func setEnabledPOIFilter(categories: [POICategoryType]) { in setEnabledPOIFilter()
89 private func mapToMKPOICategories(category: POICategoryType) -> MKPointOfInterestCategory { in mapToMKPOICategories()
H A DAppleMapsView.swift167 func setEnabledPOIFilter(categories: [POICategoryType]) { in setEnabledPOIFilter()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsPOI.swift64 func setEnabledPOIFilter(categories: [POICategoryType]) { in setEnabledPOIFilter()
89 private func mapToMKPOICategories(category: POICategoryType) -> MKPointOfInterestCategory { in mapToMKPOICategories()
H A DAppleMapsView.swift167 func setEnabledPOIFilter(categories: [POICategoryType]) { in setEnabledPOIFilter()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsPOI.swift64 func setEnabledPOIFilter(categories: [POICategoryType]) { in setEnabledPOIFilter()
89 private func mapToMKPOICategories(category: POICategoryType) -> MKPointOfInterestCategory { in mapToMKPOICategories()
H A DAppleMapsView.swift167 func setEnabledPOIFilter(categories: [POICategoryType]) { in setEnabledPOIFilter()
/expo/packages/expo-maps/build/
H A DMap.d.ts13 export { POICategoryType } from './Map.types';
H A DMap.types.d.ts307 export type POICategoryType = 'airport' | 'atm' | 'bank' | 'beach' | 'cafe' | 'hospital' | 'hotel' … alias
333 enablePOIFilter: [POICategoryType] | [];
H A DMap.types.js.map1POICategoryType =\n | 'airport'\n | 'atm'\n | 'bank'\n | 'beach'\n | 'cafe'\n | 'hospital'\n…
H A DMap.js.map1 …om './Overlay';\nexport { ExpoMapRef } from './Map.types';\nexport { POICategoryType } from './Map…
/expo/packages/expo-maps/src/
H A DMap.types.ts348 export type POICategoryType = alias
385 enablePOIFilter: [POICategoryType] | [];
H A DMap.tsx24 export { POICategoryType } from './Map.types';
/expo/apps/native-component-list/src/screens/ExpoMaps/screens/
H A DPOIExample.tsx14 const [poiType, setPoiType] = useState<[] | [Maps.POICategoryType]>([]);
/expo/packages/expo-maps/ios/ExpoMaps/
H A DExpoAppleMapsModule.swift125 Prop("enablePOIFilter") { (view: AppleMapsView, categories: [POICategoryType]) in in definition()
H A DPropsData.swift11 enum POICategoryType: String, EnumArgument {
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/
H A DExpoAppleMapsModule.swift125 Prop("enablePOIFilter") { (view: AppleMapsView, categories: [POICategoryType]) in in definition()
H A DPropsData.swift11 enum POICategoryType: String, EnumArgument {
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/
H A DExpoAppleMapsModule.swift125 Prop("enablePOIFilter") { (view: AppleMapsView, categories: [POICategoryType]) in in definition()
H A DPropsData.swift11 enum POICategoryType: String, EnumArgument {