Searched refs:onLocationChange (Results 1 – 18 of 18) sorted by relevance
111 fun setupOnLocationChange(onLocationChange: ViewEventCallback<UserLocationRecord>) { in <lambda>()117 onLocationChange(UserLocationRecord(location)) in <lambda>()
58 private val onLocationChange by EventDispatcher<UserLocationRecord>() constant296 callbacks.setupOnLocationChange(onLocationChange) in setupCallbacks()
332 onLocationChange?: (event: OnLocationChangeEvent) => void;
294 onLocationChange?: (event: OnLocationChangeEvent) => void;
1 …ected\n * @default (event: OnLocationChangeEvent) => {}\n */\n onLocationChange?: (event: OnL…
131 title: 'Enable onLocationChange event',208 onLocationChange={(event) => {
120 … expoMapView?.onLocationChange(UserLocationRecord(location: mapView.myLocation!).toDictionary()) in observeValue()
47 var onLocationChange = EventDispatcher() variable
36 var onLocationChange = EventDispatcher() variable
215 appleMapsView?.onLocationChange(UserLocationRecord(location: userLocation).toDictionary()) in mapView()