Home
last modified time | relevance | path

Searched refs:showMyLocationButton (Results 1 – 15 of 15) sorted by relevance

/expo/apps/native-component-list/src/screens/ExpoMaps/screens/
H A DControlsExample.tsx14 const [showMyLocationButton, setShowMyLocationButton] = useState<boolean>(false);
25 showMyLocationButton={showMyLocationButton}
45 value={showMyLocationButton}
46 onValueChange={() => setShowMyLocationButton(!showMyLocationButton)}
/expo/packages/expo-maps/src/
H A DMap.types.ts198 showMyLocationButton: boolean;
H A DMap.tsx33 showMyLocationButton: true,
/expo/packages/expo-maps/build/
H A DMap.types.d.ts177 showMyLocationButton: boolean;
H A DMap.js21 showMyLocationButton: true, property
H A DMap.types.js.map1 …map can access user location.\n *\n * @default true\n */\n showMyLocationButton: boolean;\n…
H A DMap.js.map1 …Controls: true,\n showCompass: true,\n showMapToolbar: true,\n showMyLocationButton: true,\n s…
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/maps/
H A DAirMapManager.java166 public void setShowsMyLocationButton(AirMapView view, boolean showMyLocationButton) { in setShowsMyLocationButton() argument
167 view.setShowsMyLocationButton(showMyLocationButton); in setShowsMyLocationButton()
H A DAirMapView.java593 public void setShowsMyLocationButton(boolean showMyLocationButton) { in setShowsMyLocationButton() argument
594 if (hasPermissions() || !showMyLocationButton) { in setShowsMyLocationButton()
595 map.getUiSettings().setMyLocationButtonEnabled(showMyLocationButton); in setShowsMyLocationButton()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/maps/
H A DMapManager.java166 public void setShowsMyLocationButton(MapView view, boolean showMyLocationButton) { in setShowsMyLocationButton() argument
167 view.setShowsMyLocationButton(showMyLocationButton); in setShowsMyLocationButton()
H A DMapView.java615 public void setShowsMyLocationButton(boolean showMyLocationButton) { in setShowsMyLocationButton() argument
616 if (hasPermissions() || !showMyLocationButton) { in setShowsMyLocationButton()
617 map.getUiSettings().setMyLocationButtonEnabled(showMyLocationButton); in setShowsMyLocationButton()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/maps/
H A DMapManager.java166 public void setShowsMyLocationButton(MapView view, boolean showMyLocationButton) { in setShowsMyLocationButton() argument
167 view.setShowsMyLocationButton(showMyLocationButton); in setShowsMyLocationButton()
H A DMapView.java615 public void setShowsMyLocationButton(boolean showMyLocationButton) { in setShowsMyLocationButton() argument
616 if (hasPermissions() || !showMyLocationButton) { in setShowsMyLocationButton()
617 map.getUiSettings().setMyLocationButtonEnabled(showMyLocationButton); in setShowsMyLocationButton()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/maps/
H A DAirMapManager.java166 public void setShowsMyLocationButton(AirMapView view, boolean showMyLocationButton) { in setShowsMyLocationButton() argument
167 view.setShowsMyLocationButton(showMyLocationButton); in setShowsMyLocationButton()
H A DAirMapView.java593 public void setShowsMyLocationButton(boolean showMyLocationButton) { in setShowsMyLocationButton() argument
594 if (hasPermissions() || !showMyLocationButton) { in setShowsMyLocationButton()
595 map.getUiSettings().setMyLocationButtonEnabled(showMyLocationButton); in setShowsMyLocationButton()