Home
last modified time | relevance | path

Searched refs:ClusterObject (Results 1 – 25 of 42) sorted by relevance

12

/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/interfaces/
H A DClusters.kt3 import expo.modules.maps.ClusterObject
6 fun setClusters(clusterObjects: Array<ClusterObject>)
H A DExpoMapView.kt13 fun setClusters(clusterObjects: Array<ClusterObject>)
/expo/packages/expo-maps/ios/ExpoMaps/Protocols/
H A DClusters.swift2 func setClusters(clusterObjects: [ClusterObject])
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/Protocols/
H A DClusters.swift2 func setClusters(clusterObjects: [ClusterObject])
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/Protocols/
H A DClusters.swift2 func setClusters(clusterObjects: [ClusterObject])
/expo/packages/expo-maps/build/
H A DUtils.d.ts2 import { Cluster, ClusterObject } from './Cluster';
31 export declare function buildClusterObject(child: Cluster): Promise<ClusterObject | null>;
H A DCluster.d.ts25 export type ClusterObject = { alias
H A DMap.types.d.ts4 import { ClusterObject } from './Cluster';
79 clusters: ClusterObject[];
H A DCluster.js.map1 ….\n *\n * See {@link ClusterProps} for more detail.\n */\nexport type ClusterObject = {\n type: '…
/expo/packages/expo-maps/src/
H A DCluster.ts30 export type ClusterObject = { alias
H A DMap.types.ts5 import { ClusterObject } from './Cluster';
95 clusters: ClusterObject[];
H A DUtils.ts5 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 DAppleMapsClusters.swift18 func setClusters(clusterObjects: [ClusterObject]) { in setClusters()
H A DAppleMapsDelegate.swift7 private var clusterObjects: [String: ClusterObject] = [:]
18 func setClusters(clusterObjects: [ClusterObject]) { in setClusters()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsClusters.swift18 func setClusters(clusterObjects: [ClusterObject]) { in setClusters()
H A DAppleMapsDelegate.swift7 private var clusterObjects: [String: ClusterObject] = [:]
18 func setClusters(clusterObjects: [ClusterObject]) { in setClusters()
/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/
H A DAppleMapsClusters.swift18 func setClusters(clusterObjects: [ClusterObject]) { in setClusters()
H A DAppleMapsDelegate.swift7 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 DGoogleMapsClusters.kt15 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 DGoogleMapsClusters.swift24 func setClusters(clusterObjects: [ClusterObject]) { in setClusters()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsClusters.swift24 func setClusters(clusterObjects: [ClusterObject]) { in setClusters()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsClusters.swift24 func setClusters(clusterObjects: [ClusterObject]) { in setClusters()
/expo/packages/expo-maps/ios/ExpoMaps/
H A DExpoAppleMapsModule.swift89 Prop("clusters") { (view: AppleMapsView, clusterObjects: [ClusterObject]) in in definition()
H A DExpoGoogleMapsModule.swift92 Prop("clusters") { (view: GoogleMapsView, clusterObjects: [ClusterObject]) in in definition()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/
H A DExpoGoogleMapsModule.swift92 Prop("clusters") { (view: GoogleMapsView, clusterObjects: [ClusterObject]) in in definition()

12