mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Tweak places nearby search request type (#40886)
This commit is contained in:
committed by
Andrew Branch
parent
e2c9c5352a
commit
11c6ed1d69
Vendored
+1
-1
@@ -2993,7 +2993,7 @@ export interface PlacesNearbyRequest {
|
||||
* Restricts the results to places matching the specified type.
|
||||
* Only one type may be specified (if more than one type is provided, all types following the first entry are ignored).
|
||||
*/
|
||||
type?: AddressType;
|
||||
type?: PlaceType1|PlaceType2;
|
||||
/**
|
||||
* Returns the next 20 results from a previously run search.
|
||||
* Setting a pagetoken parameter will execute a search with the same parameters used previously —
|
||||
|
||||
Reference in New Issue
Block a user