You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -271,10 +271,11 @@ myLocationButtonCooldown | int | Cooldown time in seconds for the 'myLocationBut
271
271
forceSearchOnZoomChanged | bool | Wether to allow place search even when the zoom has changed. Defaults to false.
272
272
automaticallyImplyAppBarLeading | bool | By default, there is a back button on the top. Setting false will remove the back button.
273
273
autocompleteOnTrailingWhitespace | bool | Whether to allow autocomplete to run even on whitespace at the end of the search. Defaults to false.
274
+
hidePlaceDetailsWhenDraggingPin | bool | Whether to hide place details when dragging pin. Defaults to true.
275
+
ignoreLocationPermissionErrors* | bool | Whether to ignore location permission errors. Defaults to false.
274
276
onTapBack* | Function(PlaceProvider)? | Called when leaving the Google Picker by pressing the back button.
275
277
zoomGesturesEnabled\* | bool | Disable pinch zoom gestures, this does not control the appearance of the zoom in/out buttons.
276
278
zoomControlsEnabled\* | bool | Show the zoom in/out buttons on the bottom right of the screen, this does not control the pinch zoom gestures.
277
-
compassEnabled\* | bool | Show the compass to allow the user re-orient the map towards North.
278
279
onCameraMoveStarted\* | Function(PlaceProvider)? | Called when the camera starts moving. (GoogleMap widget)
279
280
onCameraMove\* | CameraPositionCallback? | Called repeatedly as the camera continues to move after an onCameraMoveStarted call. (GoogleMap widget)
280
281
onCameraIdle\* | Function(PlaceProvider)? | Called when camera movement has ended, there are no pending animations and the user has stopped interacting with the map. (GoogleMap widget)
0 commit comments