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
// The place id of the place in which this place is located.
336
+
stringid=2;
337
+
}
338
+
317
339
// This Place's resource name, in `places/{place_id}` format. Can be used to
318
340
// look up the Place.
319
341
stringname=1;
@@ -378,7 +400,9 @@ message Place {
378
400
// The position of this place.
379
401
google.type.LatLnglocation=12;
380
402
381
-
// A viewport suitable for displaying the place on an average-sized map.
403
+
// A viewport suitable for displaying the place on an average-sized map. This
404
+
// viewport should not be used as the physical boundary or the service area of
405
+
// the business.
382
406
google.geo.type.Viewportviewport=13;
383
407
384
408
// A rating between 1.0 and 5.0, based on user reviews of this place.
@@ -412,7 +436,6 @@ message Place {
412
436
// The place's address in adr microformat: http://microformats.org/wiki/adr.
413
437
stringadr_format_address=24;
414
438
415
-
// The business status for the place.
416
439
BusinessStatusbusiness_status=25;
417
440
418
441
// Price level of the place.
@@ -562,6 +585,19 @@ message Place {
562
585
//
563
586
// AI-generated summary of the area that the place is in.
564
587
AreaSummaryarea_summary=81;
588
+
589
+
// List of places in which the current place is located.
590
+
repeatedContainingPlacecontaining_places=82;
591
+
592
+
// Indicates whether the place is a pure service area business. Pure service
593
+
// area business is a business that visits or delivers to customers directly
594
+
// but does not serve customers at their business address. For example,
595
+
// businesses like cleaning services or plumbers. Those businesses may not
596
+
// have a physical address or location on Google Maps.
0 commit comments