Searched refs:showMyLocationButton (Results 1 – 15 of 15) sorted by relevance
| /expo/apps/native-component-list/src/screens/ExpoMaps/screens/ |
| H A D | ControlsExample.tsx | 14 const [showMyLocationButton, setShowMyLocationButton] = useState<boolean>(false); 25 showMyLocationButton={showMyLocationButton} 45 value={showMyLocationButton} 46 onValueChange={() => setShowMyLocationButton(!showMyLocationButton)}
|
| /expo/packages/expo-maps/src/ |
| H A D | Map.types.ts | 198 showMyLocationButton: boolean;
|
| H A D | Map.tsx | 33 showMyLocationButton: true,
|
| /expo/packages/expo-maps/build/ |
| H A D | Map.types.d.ts | 177 showMyLocationButton: boolean;
|
| H A D | Map.js | 21 showMyLocationButton: true, property
|
| H A D | Map.types.js.map | 1 …map can access user location.\n *\n * @default true\n */\n showMyLocationButton: boolean;\n…
|
| H A D | Map.js.map | 1 …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 D | AirMapManager.java | 166 public void setShowsMyLocationButton(AirMapView view, boolean showMyLocationButton) { in setShowsMyLocationButton() argument 167 view.setShowsMyLocationButton(showMyLocationButton); in setShowsMyLocationButton()
|
| H A D | AirMapView.java | 593 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 D | MapManager.java | 166 public void setShowsMyLocationButton(MapView view, boolean showMyLocationButton) { in setShowsMyLocationButton() argument 167 view.setShowsMyLocationButton(showMyLocationButton); in setShowsMyLocationButton()
|
| H A D | MapView.java | 615 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 D | MapManager.java | 166 public void setShowsMyLocationButton(MapView view, boolean showMyLocationButton) { in setShowsMyLocationButton() argument 167 view.setShowsMyLocationButton(showMyLocationButton); in setShowsMyLocationButton()
|
| H A D | MapView.java | 615 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 D | AirMapManager.java | 166 public void setShowsMyLocationButton(AirMapView view, boolean showMyLocationButton) { in setShowsMyLocationButton() argument 167 view.setShowsMyLocationButton(showMyLocationButton); in setShowsMyLocationButton()
|
| H A D | AirMapView.java | 593 public void setShowsMyLocationButton(boolean showMyLocationButton) { in setShowsMyLocationButton() argument 594 if (hasPermissions() || !showMyLocationButton) { in setShowsMyLocationButton() 595 map.getUiSettings().setMyLocationButtonEnabled(showMyLocationButton); in setShowsMyLocationButton()
|