| /expo/packages/expo-maps/android/src/main/java/expo/modules/maps/interfaces/ |
| H A D | Clusters.kt | 3 import expo.modules.maps.ClusterObject 6 fun setClusters(clusterObjects: Array<ClusterObject>)
|
| H A D | ExpoMapView.kt | 13 fun setClusters(clusterObjects: Array<ClusterObject>)
|
| /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/build/ |
| H A D | Utils.d.ts | 2 import { Cluster, ClusterObject } from './Cluster'; 31 export declare function buildClusterObject(child: Cluster): Promise<ClusterObject | null>;
|
| H A D | Cluster.d.ts | 25 export type ClusterObject = { alias
|
| H A D | Map.types.d.ts | 4 import { ClusterObject } from './Cluster'; 79 clusters: ClusterObject[];
|
| H A D | Cluster.js.map | 1 ….\n *\n * See {@link ClusterProps} for more detail.\n */\nexport type ClusterObject = {\n type: '…
|
| /expo/packages/expo-maps/src/ |
| H A D | Cluster.ts | 30 export type ClusterObject = { alias
|
| H A D | Map.types.ts | 5 import { ClusterObject } from './Cluster'; 95 clusters: ClusterObject[];
|
| H A D | Utils.ts | 5 import { Cluster, ClusterObject } from './Cluster'; 296 export async function buildClusterObject(child: Cluster): Promise<ClusterObject | null> { 334 } as ClusterObject;
|
| /expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/ |
| H A D | AppleMapsClusters.swift | 18 func setClusters(clusterObjects: [ClusterObject]) { in setClusters()
|
| H A D | AppleMapsDelegate.swift | 7 private var clusterObjects: [String: ClusterObject] = [:] 18 func setClusters(clusterObjects: [ClusterObject]) { in setClusters()
|
| /expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/ |
| H A D | AppleMapsClusters.swift | 18 func setClusters(clusterObjects: [ClusterObject]) { in setClusters()
|
| H A D | AppleMapsDelegate.swift | 7 private var clusterObjects: [String: ClusterObject] = [:] 18 func setClusters(clusterObjects: [ClusterObject]) { in setClusters()
|
| /expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/ |
| H A D | AppleMapsClusters.swift | 18 func setClusters(clusterObjects: [ClusterObject]) { in setClusters()
|
| H A D | AppleMapsDelegate.swift | 7 private var clusterObjects: [String: ClusterObject] = [:] 18 func setClusters(clusterObjects: [ClusterObject]) { in setClusters()
|
| /expo/packages/expo-maps/android/src/main/java/expo/modules/maps/googleMaps/ |
| H A D | GoogleMapsClusters.kt | 15 import expo.modules.maps.ClusterObject in <lambda>() 33 override fun setClusters(clusterObjects: Array<ClusterObject>) { in <lambda>()
|
| /expo/packages/expo-maps/ios/ExpoMaps/GoogleMaps/ |
| H A D | GoogleMapsClusters.swift | 24 func setClusters(clusterObjects: [ClusterObject]) { in setClusters()
|
| /expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/ |
| H A D | GoogleMapsClusters.swift | 24 func setClusters(clusterObjects: [ClusterObject]) { in setClusters()
|
| /expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/ |
| H A D | GoogleMapsClusters.swift | 24 func setClusters(clusterObjects: [ClusterObject]) { in setClusters()
|
| /expo/packages/expo-maps/ios/ExpoMaps/ |
| H A D | ExpoAppleMapsModule.swift | 89 Prop("clusters") { (view: AppleMapsView, clusterObjects: [ClusterObject]) in in definition()
|
| H A D | ExpoGoogleMapsModule.swift | 92 Prop("clusters") { (view: GoogleMapsView, clusterObjects: [ClusterObject]) in in definition()
|
| /expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/ |
| H A D | ExpoGoogleMapsModule.swift | 92 Prop("clusters") { (view: GoogleMapsView, clusterObjects: [ClusterObject]) in in definition()
|