Tweak places nearby search request type (#40886)

This commit is contained in:
Joseph Mileo
2019-12-26 13:34:07 -06:00
committed by Andrew Branch
parent e2c9c5352a
commit 11c6ed1d69
+1 -1
View File
@@ -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 —