Skip to content

Commit 51787ef

Browse files
authored
Remove unsupported locationBias property (#993)
1 parent 58f7701 commit 51787ef

File tree

1 file changed

+0
-3
lines changed
  • samples/ui-kit-place-search-nearby

1 file changed

+0
-3
lines changed

samples/ui-kit-place-search-nearby/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ async function searchPlaces() {
8080
center,
8181
radius: 50000, // 50km radius
8282
};
83-
placeSearchQuery.locationBias = {
84-
center,
85-
};
8683
placeSearchQuery.includedTypes = [typeSelect.value];
8784
}
8885
}

0 commit comments

Comments
 (0)