Home
last modified time | relevance | path

Searched refs:setClusters (Results 1 – 25 of 29) sorted by relevance

12

/expo/packages/expo-maps/ios/ExpoMaps/Protocols/
H A DClusters.swift2 func setClusters(clusterObjects: [ClusterObject]) function
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/Protocols/
H A DClusters.swift2 func setClusters(clusterObjects: [ClusterObject]) function
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/Protocols/
H A DClusters.swift2 func setClusters(clusterObjects: [ClusterObject]) function
/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/interfaces/
H A DClusters.kt6 fun setClusters(clusterObjects: Array<ClusterObject>) method
H A DExpoMapView.kt13 fun setClusters(clusterObjects: Array<ClusterObject>) method
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsClusters.swift18 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() function
H A DAppleMapsView.swift195 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() function
196 delegate?.setClusters(clusterObjects: clusterObjects) in setClusters()
197 clusters.setClusters(clusterObjects: clusterObjects) in setClusters()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsClusters.swift18 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() function
H A DAppleMapsView.swift195 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() function
196 delegate?.setClusters(clusterObjects: clusterObjects) in setClusters()
197 clusters.setClusters(clusterObjects: clusterObjects) in setClusters()
/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/
H A DAppleMapsClusters.swift18 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() function
H A DAppleMapsView.swift195 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() function
196 delegate?.setClusters(clusterObjects: clusterObjects) in setClusters()
197 clusters.setClusters(clusterObjects: clusterObjects) in setClusters()
/expo/packages/expo-maps/ios/ExpoMaps/GoogleMaps/
H A DGoogleMapsView.swift215 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() function
217 clusters.setClusters(clusterObjects: clusterObjects) in setClusters()
H A DGoogleMapsClusters.swift24 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() function
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsView.swift215 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() function
217 clusters.setClusters(clusterObjects: clusterObjects) in setClusters()
H A DGoogleMapsClusters.swift24 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() function
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsView.swift215 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() function
217 clusters.setClusters(clusterObjects: clusterObjects) in setClusters()
H A DGoogleMapsClusters.swift24 func setClusters(clusterObjects: [ClusterObject]) { in setClusters() function
/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/googleMaps/
H A DGoogleMapsView.kt250 override fun setClusters(clusterObjects: Array<ClusterObject>) { in setClusters() method
252 clusters.setClusters(clusterObjects) in setClusters()
/expo/packages/expo-maps/ios/ExpoMaps/
H A DExpoAppleMapsModule.swift90 view.setClusters(clusterObjects: clusterObjects) in definition()
H A DExpoGoogleMapsModule.swift93 view.setClusters(clusterObjects: clusterObjects) in definition()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/
H A DExpoGoogleMapsModule.swift93 view.setClusters(clusterObjects: clusterObjects) in definition()
H A DExpoAppleMapsModule.swift90 view.setClusters(clusterObjects: clusterObjects) in definition()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/
H A DExpoGoogleMapsModule.swift93 view.setClusters(clusterObjects: clusterObjects) in definition()
H A DExpoAppleMapsModule.swift90 view.setClusters(clusterObjects: clusterObjects) in definition()
/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/
H A DExpoGoogleMapsModule.kt121 view.setClusters(clusterObjects) in <lambda>()

12