| /expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/ |
| H A D | AppleMapsClusters.swift | 18 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() 21 for clusterObject in clusterObjects { in setClusters()
|
| H A D | AppleMapsDelegate.swift | 7 private var clusterObjects: [String: ClusterObject] = [:] variable 18 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() 19 self.clusterObjects = [:] in setClusters() 20 for clusterObject in clusterObjects { in setClusters() 21 self.clusterObjects[clusterObject.name] = clusterObject in setClusters() 124 let clusterObject = clusterObjects[expoAnnotation.clusterName!]! in mapView()
|
| H A D | AppleMapsView.swift | 195 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() 196 delegate?.setClusters(clusterObjects: clusterObjects) in setClusters() 197 clusters.setClusters(clusterObjects: clusterObjects) in setClusters()
|
| /expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/ |
| H A D | AppleMapsClusters.swift | 18 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() 21 for clusterObject in clusterObjects { in setClusters()
|
| H A D | AppleMapsDelegate.swift | 7 private var clusterObjects: [String: ClusterObject] = [:] variable 18 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() 19 self.clusterObjects = [:] in setClusters() 20 for clusterObject in clusterObjects { in setClusters() 21 self.clusterObjects[clusterObject.name] = clusterObject in setClusters() 124 let clusterObject = clusterObjects[expoAnnotation.clusterName!]! in mapView()
|
| H A D | AppleMapsView.swift | 195 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() 196 delegate?.setClusters(clusterObjects: clusterObjects) in setClusters() 197 clusters.setClusters(clusterObjects: clusterObjects) in setClusters()
|
| /expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/ |
| H A D | AppleMapsClusters.swift | 18 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() 21 for clusterObject in clusterObjects { in setClusters()
|
| H A D | AppleMapsDelegate.swift | 7 private var clusterObjects: [String: ClusterObject] = [:] variable 18 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() 19 self.clusterObjects = [:] in setClusters() 20 for clusterObject in clusterObjects { in setClusters() 21 self.clusterObjects[clusterObject.name] = clusterObject in setClusters() 124 let clusterObject = clusterObjects[expoAnnotation.clusterName!]! in mapView()
|
| H A D | AppleMapsView.swift | 195 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() 196 delegate?.setClusters(clusterObjects: clusterObjects) in setClusters() 197 clusters.setClusters(clusterObjects: clusterObjects) in setClusters()
|
| /expo/packages/expo-maps/ios/ExpoMaps/Protocols/ |
| H A D | Clusters.swift | 2 func setClusters(clusterObjects: [ClusterObject])
|
| /expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/Protocols/ |
| H A D | Clusters.swift | 2 func setClusters(clusterObjects: [ClusterObject])
|
| /expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/Protocols/ |
| H A D | Clusters.swift | 2 func setClusters(clusterObjects: [ClusterObject])
|
| /expo/packages/expo-maps/android/src/main/java/expo/modules/maps/interfaces/ |
| H A D | Clusters.kt | 6 fun setClusters(clusterObjects: Array<ClusterObject>)
|
| H A D | ExpoMapView.kt | 13 fun setClusters(clusterObjects: Array<ClusterObject>)
|
| /expo/packages/expo-maps/ios/ExpoMaps/ |
| H A D | ExpoAppleMapsModule.swift | 89 Prop("clusters") { (view: AppleMapsView, clusterObjects: [ClusterObject]) in in definition() 90 view.setClusters(clusterObjects: clusterObjects) in definition()
|
| H A D | ExpoGoogleMapsModule.swift | 92 Prop("clusters") { (view: GoogleMapsView, clusterObjects: [ClusterObject]) in in definition() 93 view.setClusters(clusterObjects: clusterObjects) in definition()
|
| /expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/ |
| H A D | ExpoGoogleMapsModule.swift | 92 Prop("clusters") { (view: GoogleMapsView, clusterObjects: [ClusterObject]) in in definition() 93 view.setClusters(clusterObjects: clusterObjects) in definition()
|
| H A D | ExpoAppleMapsModule.swift | 89 Prop("clusters") { (view: AppleMapsView, clusterObjects: [ClusterObject]) in in definition() 90 view.setClusters(clusterObjects: clusterObjects) in definition()
|
| /expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/ |
| H A D | ExpoGoogleMapsModule.swift | 92 Prop("clusters") { (view: GoogleMapsView, clusterObjects: [ClusterObject]) in in definition() 93 view.setClusters(clusterObjects: clusterObjects) in definition()
|
| H A D | ExpoAppleMapsModule.swift | 89 Prop("clusters") { (view: AppleMapsView, clusterObjects: [ClusterObject]) in in definition() 90 view.setClusters(clusterObjects: clusterObjects) in definition()
|
| /expo/packages/expo-maps/ios/ExpoMaps/GoogleMaps/ |
| H A D | GoogleMapsClusters.swift | 24 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() 28 for clusterObject in clusterObjects { in setClusters()
|
| H A D | GoogleMapsView.swift | 215 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() 217 clusters.setClusters(clusterObjects: clusterObjects) in setClusters()
|
| /expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/ |
| H A D | GoogleMapsClusters.swift | 24 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() 28 for clusterObject in clusterObjects { in setClusters()
|
| /expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/ |
| H A D | GoogleMapsClusters.swift | 24 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() 28 for clusterObject in clusterObjects { in setClusters()
|
| H A D | GoogleMapsView.swift | 215 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() 217 clusters.setClusters(clusterObjects: clusterObjects) in setClusters()
|