Home
last modified time | relevance | path

Searched refs:setupOnLocationButtonButtonPress (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/googleMaps/
H A DGoogleMapsCallbacks.kt70 …fun setupOnLocationButtonButtonPress(onLocationButtonPress: ViewEventCallback<UserLocationRecord>)… in <lambda>() method in expo.modules.maps.googleMaps.GoogleMapsCallbacks
H A DGoogleMapsView.kt294 callbacks.setupOnLocationButtonButtonPress(onLocationButtonPress) in setupCallbacks()