Home
last modified time | relevance | path

Searched refs:Cluster (Results 1 – 18 of 18) sorted by relevance

/expo/packages/expo-maps/build/
H A DCluster.js.map1Cluster.js","sourceRoot":"","sources":["../src/Cluster.ts"],"names":[],"mappings":"AAAA,OAAO,KAA4B…
H A DUtils.d.ts2 import { Cluster, ClusterObject } from './Cluster';
17 export declare function isCluster(child: any): child is Cluster;
31 export declare function buildClusterObject(child: Cluster): Promise<ClusterObject | null>;
H A DCluster.js11 export class Cluster extends React.Component { class
H A DCluster.d.ts.map1 {"version":3,"file":"Cluster.d.ts","sourceRoot":"","sources":["../src/Cluster.ts"],"names":[],"mapp…
H A DCluster.d.ts40 export declare class Cluster extends React.Component<ClusterProps> { class
H A DMap.d.ts8 export { Cluster } from './Cluster';
H A DMap.js10 export { Cluster } from './Cluster';
H A DEvents.js.map1Cluster.\n * @returns Subscription which can be used later to remove this particular listener.\n *…
H A DUtils.js.map1Cluster, ClusterObject } from './Cluster';\nimport { Color } from './Common.types';\nimport { GeoJ…
H A DMap.js.map1 …rom './Polyline';\nexport { Circle } from './Circle';\nexport { Cluster } from './Cluster';\nexpor…
H A DMap.types.js.map1 …port { CircleObject } from './Circle';\nimport { ClusterObject } from './Cluster';\nimport { Camer…
/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/records/
H A DClusterRecord.kt3 import com.google.maps.android.clustering.Cluster
8 class ClusterRecord(@Field var id: String?, cluster: Cluster<MarkerObject>) : Record {
/expo/apps/native-component-list/src/screens/ExpoMaps/screens/
H A DMarkersExample.tsx42 <Maps.Cluster
47 markerTitle="Cluster"
53 </Maps.Cluster>
H A DCallbacksExample.tsx241 <Maps.Cluster
247 markerTitle="Cluster"
248 markerSnippet="Cluster with an id: 10">
261 </Maps.Cluster>
/expo/packages/expo-maps/src/
H A DCluster.ts46 export class Cluster extends React.Component<ClusterProps> { class
H A DUtils.ts5 import { Cluster, ClusterObject } from './Cluster';
75 export function isCluster(child: any): child is Cluster {
296 export async function buildClusterObject(child: Cluster): Promise<ClusterObject | null> {
H A DMap.tsx19 export { Cluster } from './Cluster';
/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/googleMaps/
H A DGoogleMapsClusters.kt10 import com.google.maps.android.clustering.Cluster in <lambda>()
147 cluster: Cluster<MarkerObject>, in <lambda>()
163 override fun onClusterUpdated(cluster: Cluster<MarkerObject>, marker: Marker) { in <lambda>()