Home
last modified time | relevance | path

Searched defs:clusterObjects (Results 1 – 4 of 4) sorted by relevance

/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsDelegate.swift7 private var clusterObjects: [String: ClusterObject] = [:] variable
/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/
H A DAppleMapsDelegate.swift7 private var clusterObjects: [String: ClusterObject] = [:] variable
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsDelegate.swift7 private var clusterObjects: [String: ClusterObject] = [:] variable
/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/
H A DExpoGoogleMapsModule.kt120 Prop("clusters") { view: GoogleMapsView, clusterObjects: Array<ClusterObject> -> in <lambda>() method