Home
last modified time | relevance | path

Searched refs:setShowMyLocationButton (Results 1 – 25 of 26) sorted by relevance

12

/expo/packages/expo-maps/ios/ExpoMaps/Protocols/
H A DControls.swift3 func setShowMyLocationButton(enable: Bool) function
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/Protocols/
H A DControls.swift3 func setShowMyLocationButton(enable: Bool) function
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/Protocols/
H A DControls.swift3 func setShowMyLocationButton(enable: Bool) function
/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/interfaces/
H A DControls.kt7 fun setShowMyLocationButton(enable: Boolean) method
/expo/apps/native-component-list/src/screens/ExpoMaps/screens/
H A DControlsExample.tsx14 const [showMyLocationButton, setShowMyLocationButton] = useState<boolean>(false);
46 onValueChange={() => setShowMyLocationButton(!showMyLocationButton)}
/expo/packages/expo-maps/ios/ExpoMaps/GoogleMaps/
H A DGoogleMapsControls.swift14 func setShowMyLocationButton(enable: Bool) { in setShowMyLocationButton() function
H A DGoogleMapsView.swift133 func setShowMyLocationButton(enable: Bool) { in setShowMyLocationButton() function
134 controls.setShowMyLocationButton(enable: enable) in setShowMyLocationButton()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsControls.swift14 func setShowMyLocationButton(enable: Bool) { in setShowMyLocationButton() function
H A DGoogleMapsView.swift133 func setShowMyLocationButton(enable: Bool) { in setShowMyLocationButton() function
134 controls.setShowMyLocationButton(enable: enable) in setShowMyLocationButton()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsControls.swift14 func setShowMyLocationButton(enable: Bool) { in setShowMyLocationButton() function
H A DGoogleMapsView.swift133 func setShowMyLocationButton(enable: Bool) { in setShowMyLocationButton() function
134 controls.setShowMyLocationButton(enable: enable) in setShowMyLocationButton()
/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/googleMaps/
H A DGoogleMapsControls.kt25 override fun setShowMyLocationButton(enable: Boolean) { in setShowMyLocationButton() method in expo.modules.maps.googleMaps.GoogleMapsControls
H A DGoogleMapsView.kt120 fun setShowMyLocationButton(enable: Boolean) { in setShowMyLocationButton() method
122 controls.setShowMyLocationButton(enable) in setShowMyLocationButton()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsControls.swift14 func setShowMyLocationButton(enable: Bool) { in setShowMyLocationButton() function
H A DAppleMapsView.swift115 func setShowMyLocationButton(enable: Bool) { in setShowMyLocationButton() function
116 controls.setShowMyLocationButton(enable: enable) in setShowMyLocationButton()
/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/
H A DAppleMapsControls.swift14 func setShowMyLocationButton(enable: Bool) { in setShowMyLocationButton() function
H A DAppleMapsView.swift115 func setShowMyLocationButton(enable: Bool) { in setShowMyLocationButton() function
116 controls.setShowMyLocationButton(enable: enable) in setShowMyLocationButton()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsControls.swift14 func setShowMyLocationButton(enable: Bool) { in setShowMyLocationButton() function
H A DAppleMapsView.swift115 func setShowMyLocationButton(enable: Bool) { in setShowMyLocationButton() function
116 controls.setShowMyLocationButton(enable: enable) in setShowMyLocationButton()
/expo/packages/expo-maps/ios/ExpoMaps/
H A DExpoAppleMapsModule.swift58 view.setShowMyLocationButton(enable: enable) in definition()
H A DExpoGoogleMapsModule.swift57 view.setShowMyLocationButton(enable: enable) in definition()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/
H A DExpoGoogleMapsModule.swift57 view.setShowMyLocationButton(enable: enable) in definition()
H A DExpoAppleMapsModule.swift58 view.setShowMyLocationButton(enable: enable) in definition()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/
H A DExpoGoogleMapsModule.swift57 view.setShowMyLocationButton(enable: enable) in definition()
H A DExpoAppleMapsModule.swift58 view.setShowMyLocationButton(enable: enable) in definition()

12