1 | <?php
|
---|
2 | /*
|
---|
3 | * Copyright 2014 Google Inc.
|
---|
4 | *
|
---|
5 | * Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
---|
6 | * use this file except in compliance with the License. You may obtain a copy of
|
---|
7 | * the License at
|
---|
8 | *
|
---|
9 | * http://www.apache.org/licenses/LICENSE-2.0
|
---|
10 | *
|
---|
11 | * Unless required by applicable law or agreed to in writing, software
|
---|
12 | * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
---|
13 | * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
---|
14 | * License for the specific language governing permissions and limitations under
|
---|
15 | * the License.
|
---|
16 | */
|
---|
17 |
|
---|
18 | namespace Google\Service\MapsPlaces;
|
---|
19 |
|
---|
20 | class GoogleMapsPlacesV1Place extends \Google\Collection
|
---|
21 | {
|
---|
22 | protected $collection_key = 'types';
|
---|
23 | protected $accessibilityOptionsType = GoogleMapsPlacesV1PlaceAccessibilityOptions::class;
|
---|
24 | protected $accessibilityOptionsDataType = '';
|
---|
25 | protected $addressComponentsType = GoogleMapsPlacesV1PlaceAddressComponent::class;
|
---|
26 | protected $addressComponentsDataType = 'array';
|
---|
27 | protected $addressDescriptorType = GoogleMapsPlacesV1AddressDescriptor::class;
|
---|
28 | protected $addressDescriptorDataType = '';
|
---|
29 | /**
|
---|
30 | * @var string
|
---|
31 | */
|
---|
32 | public $adrFormatAddress;
|
---|
33 | /**
|
---|
34 | * @var bool
|
---|
35 | */
|
---|
36 | public $allowsDogs;
|
---|
37 | protected $areaSummaryType = GoogleMapsPlacesV1PlaceAreaSummary::class;
|
---|
38 | protected $areaSummaryDataType = '';
|
---|
39 | protected $attributionsType = GoogleMapsPlacesV1PlaceAttribution::class;
|
---|
40 | protected $attributionsDataType = 'array';
|
---|
41 | /**
|
---|
42 | * @var string
|
---|
43 | */
|
---|
44 | public $businessStatus;
|
---|
45 | protected $containingPlacesType = GoogleMapsPlacesV1PlaceContainingPlace::class;
|
---|
46 | protected $containingPlacesDataType = 'array';
|
---|
47 | /**
|
---|
48 | * @var bool
|
---|
49 | */
|
---|
50 | public $curbsidePickup;
|
---|
51 | protected $currentOpeningHoursType = GoogleMapsPlacesV1PlaceOpeningHours::class;
|
---|
52 | protected $currentOpeningHoursDataType = '';
|
---|
53 | protected $currentSecondaryOpeningHoursType = GoogleMapsPlacesV1PlaceOpeningHours::class;
|
---|
54 | protected $currentSecondaryOpeningHoursDataType = 'array';
|
---|
55 | /**
|
---|
56 | * @var bool
|
---|
57 | */
|
---|
58 | public $delivery;
|
---|
59 | /**
|
---|
60 | * @var bool
|
---|
61 | */
|
---|
62 | public $dineIn;
|
---|
63 | protected $displayNameType = GoogleTypeLocalizedText::class;
|
---|
64 | protected $displayNameDataType = '';
|
---|
65 | protected $editorialSummaryType = GoogleTypeLocalizedText::class;
|
---|
66 | protected $editorialSummaryDataType = '';
|
---|
67 | protected $evChargeOptionsType = GoogleMapsPlacesV1EVChargeOptions::class;
|
---|
68 | protected $evChargeOptionsDataType = '';
|
---|
69 | /**
|
---|
70 | * @var string
|
---|
71 | */
|
---|
72 | public $formattedAddress;
|
---|
73 | protected $fuelOptionsType = GoogleMapsPlacesV1FuelOptions::class;
|
---|
74 | protected $fuelOptionsDataType = '';
|
---|
75 | protected $generativeSummaryType = GoogleMapsPlacesV1PlaceGenerativeSummary::class;
|
---|
76 | protected $generativeSummaryDataType = '';
|
---|
77 | /**
|
---|
78 | * @var bool
|
---|
79 | */
|
---|
80 | public $goodForChildren;
|
---|
81 | /**
|
---|
82 | * @var bool
|
---|
83 | */
|
---|
84 | public $goodForGroups;
|
---|
85 | /**
|
---|
86 | * @var bool
|
---|
87 | */
|
---|
88 | public $goodForWatchingSports;
|
---|
89 | protected $googleMapsLinksType = GoogleMapsPlacesV1PlaceGoogleMapsLinks::class;
|
---|
90 | protected $googleMapsLinksDataType = '';
|
---|
91 | /**
|
---|
92 | * @var string
|
---|
93 | */
|
---|
94 | public $googleMapsUri;
|
---|
95 | /**
|
---|
96 | * @var string
|
---|
97 | */
|
---|
98 | public $iconBackgroundColor;
|
---|
99 | /**
|
---|
100 | * @var string
|
---|
101 | */
|
---|
102 | public $iconMaskBaseUri;
|
---|
103 | /**
|
---|
104 | * @var string
|
---|
105 | */
|
---|
106 | public $id;
|
---|
107 | /**
|
---|
108 | * @var string
|
---|
109 | */
|
---|
110 | public $internationalPhoneNumber;
|
---|
111 | /**
|
---|
112 | * @var bool
|
---|
113 | */
|
---|
114 | public $liveMusic;
|
---|
115 | protected $locationType = GoogleTypeLatLng::class;
|
---|
116 | protected $locationDataType = '';
|
---|
117 | /**
|
---|
118 | * @var bool
|
---|
119 | */
|
---|
120 | public $menuForChildren;
|
---|
121 | /**
|
---|
122 | * @var string
|
---|
123 | */
|
---|
124 | public $name;
|
---|
125 | /**
|
---|
126 | * @var string
|
---|
127 | */
|
---|
128 | public $nationalPhoneNumber;
|
---|
129 | /**
|
---|
130 | * @var bool
|
---|
131 | */
|
---|
132 | public $outdoorSeating;
|
---|
133 | protected $parkingOptionsType = GoogleMapsPlacesV1PlaceParkingOptions::class;
|
---|
134 | protected $parkingOptionsDataType = '';
|
---|
135 | protected $paymentOptionsType = GoogleMapsPlacesV1PlacePaymentOptions::class;
|
---|
136 | protected $paymentOptionsDataType = '';
|
---|
137 | protected $photosType = GoogleMapsPlacesV1Photo::class;
|
---|
138 | protected $photosDataType = 'array';
|
---|
139 | protected $plusCodeType = GoogleMapsPlacesV1PlacePlusCode::class;
|
---|
140 | protected $plusCodeDataType = '';
|
---|
141 | /**
|
---|
142 | * @var string
|
---|
143 | */
|
---|
144 | public $priceLevel;
|
---|
145 | protected $priceRangeType = GoogleMapsPlacesV1PriceRange::class;
|
---|
146 | protected $priceRangeDataType = '';
|
---|
147 | /**
|
---|
148 | * @var string
|
---|
149 | */
|
---|
150 | public $primaryType;
|
---|
151 | protected $primaryTypeDisplayNameType = GoogleTypeLocalizedText::class;
|
---|
152 | protected $primaryTypeDisplayNameDataType = '';
|
---|
153 | /**
|
---|
154 | * @var bool
|
---|
155 | */
|
---|
156 | public $pureServiceAreaBusiness;
|
---|
157 | public $rating;
|
---|
158 | protected $regularOpeningHoursType = GoogleMapsPlacesV1PlaceOpeningHours::class;
|
---|
159 | protected $regularOpeningHoursDataType = '';
|
---|
160 | protected $regularSecondaryOpeningHoursType = GoogleMapsPlacesV1PlaceOpeningHours::class;
|
---|
161 | protected $regularSecondaryOpeningHoursDataType = 'array';
|
---|
162 | /**
|
---|
163 | * @var bool
|
---|
164 | */
|
---|
165 | public $reservable;
|
---|
166 | /**
|
---|
167 | * @var bool
|
---|
168 | */
|
---|
169 | public $restroom;
|
---|
170 | protected $reviewsType = GoogleMapsPlacesV1Review::class;
|
---|
171 | protected $reviewsDataType = 'array';
|
---|
172 | /**
|
---|
173 | * @var bool
|
---|
174 | */
|
---|
175 | public $servesBeer;
|
---|
176 | /**
|
---|
177 | * @var bool
|
---|
178 | */
|
---|
179 | public $servesBreakfast;
|
---|
180 | /**
|
---|
181 | * @var bool
|
---|
182 | */
|
---|
183 | public $servesBrunch;
|
---|
184 | /**
|
---|
185 | * @var bool
|
---|
186 | */
|
---|
187 | public $servesCocktails;
|
---|
188 | /**
|
---|
189 | * @var bool
|
---|
190 | */
|
---|
191 | public $servesCoffee;
|
---|
192 | /**
|
---|
193 | * @var bool
|
---|
194 | */
|
---|
195 | public $servesDessert;
|
---|
196 | /**
|
---|
197 | * @var bool
|
---|
198 | */
|
---|
199 | public $servesDinner;
|
---|
200 | /**
|
---|
201 | * @var bool
|
---|
202 | */
|
---|
203 | public $servesLunch;
|
---|
204 | /**
|
---|
205 | * @var bool
|
---|
206 | */
|
---|
207 | public $servesVegetarianFood;
|
---|
208 | /**
|
---|
209 | * @var bool
|
---|
210 | */
|
---|
211 | public $servesWine;
|
---|
212 | /**
|
---|
213 | * @var string
|
---|
214 | */
|
---|
215 | public $shortFormattedAddress;
|
---|
216 | protected $subDestinationsType = GoogleMapsPlacesV1PlaceSubDestination::class;
|
---|
217 | protected $subDestinationsDataType = 'array';
|
---|
218 | /**
|
---|
219 | * @var bool
|
---|
220 | */
|
---|
221 | public $takeout;
|
---|
222 | /**
|
---|
223 | * @var string[]
|
---|
224 | */
|
---|
225 | public $types;
|
---|
226 | /**
|
---|
227 | * @var int
|
---|
228 | */
|
---|
229 | public $userRatingCount;
|
---|
230 | /**
|
---|
231 | * @var int
|
---|
232 | */
|
---|
233 | public $utcOffsetMinutes;
|
---|
234 | protected $viewportType = GoogleGeoTypeViewport::class;
|
---|
235 | protected $viewportDataType = '';
|
---|
236 | /**
|
---|
237 | * @var string
|
---|
238 | */
|
---|
239 | public $websiteUri;
|
---|
240 |
|
---|
241 | /**
|
---|
242 | * @param GoogleMapsPlacesV1PlaceAccessibilityOptions
|
---|
243 | */
|
---|
244 | public function setAccessibilityOptions(GoogleMapsPlacesV1PlaceAccessibilityOptions $accessibilityOptions)
|
---|
245 | {
|
---|
246 | $this->accessibilityOptions = $accessibilityOptions;
|
---|
247 | }
|
---|
248 | /**
|
---|
249 | * @return GoogleMapsPlacesV1PlaceAccessibilityOptions
|
---|
250 | */
|
---|
251 | public function getAccessibilityOptions()
|
---|
252 | {
|
---|
253 | return $this->accessibilityOptions;
|
---|
254 | }
|
---|
255 | /**
|
---|
256 | * @param GoogleMapsPlacesV1PlaceAddressComponent[]
|
---|
257 | */
|
---|
258 | public function setAddressComponents($addressComponents)
|
---|
259 | {
|
---|
260 | $this->addressComponents = $addressComponents;
|
---|
261 | }
|
---|
262 | /**
|
---|
263 | * @return GoogleMapsPlacesV1PlaceAddressComponent[]
|
---|
264 | */
|
---|
265 | public function getAddressComponents()
|
---|
266 | {
|
---|
267 | return $this->addressComponents;
|
---|
268 | }
|
---|
269 | /**
|
---|
270 | * @param GoogleMapsPlacesV1AddressDescriptor
|
---|
271 | */
|
---|
272 | public function setAddressDescriptor(GoogleMapsPlacesV1AddressDescriptor $addressDescriptor)
|
---|
273 | {
|
---|
274 | $this->addressDescriptor = $addressDescriptor;
|
---|
275 | }
|
---|
276 | /**
|
---|
277 | * @return GoogleMapsPlacesV1AddressDescriptor
|
---|
278 | */
|
---|
279 | public function getAddressDescriptor()
|
---|
280 | {
|
---|
281 | return $this->addressDescriptor;
|
---|
282 | }
|
---|
283 | /**
|
---|
284 | * @param string
|
---|
285 | */
|
---|
286 | public function setAdrFormatAddress($adrFormatAddress)
|
---|
287 | {
|
---|
288 | $this->adrFormatAddress = $adrFormatAddress;
|
---|
289 | }
|
---|
290 | /**
|
---|
291 | * @return string
|
---|
292 | */
|
---|
293 | public function getAdrFormatAddress()
|
---|
294 | {
|
---|
295 | return $this->adrFormatAddress;
|
---|
296 | }
|
---|
297 | /**
|
---|
298 | * @param bool
|
---|
299 | */
|
---|
300 | public function setAllowsDogs($allowsDogs)
|
---|
301 | {
|
---|
302 | $this->allowsDogs = $allowsDogs;
|
---|
303 | }
|
---|
304 | /**
|
---|
305 | * @return bool
|
---|
306 | */
|
---|
307 | public function getAllowsDogs()
|
---|
308 | {
|
---|
309 | return $this->allowsDogs;
|
---|
310 | }
|
---|
311 | /**
|
---|
312 | * @param GoogleMapsPlacesV1PlaceAreaSummary
|
---|
313 | */
|
---|
314 | public function setAreaSummary(GoogleMapsPlacesV1PlaceAreaSummary $areaSummary)
|
---|
315 | {
|
---|
316 | $this->areaSummary = $areaSummary;
|
---|
317 | }
|
---|
318 | /**
|
---|
319 | * @return GoogleMapsPlacesV1PlaceAreaSummary
|
---|
320 | */
|
---|
321 | public function getAreaSummary()
|
---|
322 | {
|
---|
323 | return $this->areaSummary;
|
---|
324 | }
|
---|
325 | /**
|
---|
326 | * @param GoogleMapsPlacesV1PlaceAttribution[]
|
---|
327 | */
|
---|
328 | public function setAttributions($attributions)
|
---|
329 | {
|
---|
330 | $this->attributions = $attributions;
|
---|
331 | }
|
---|
332 | /**
|
---|
333 | * @return GoogleMapsPlacesV1PlaceAttribution[]
|
---|
334 | */
|
---|
335 | public function getAttributions()
|
---|
336 | {
|
---|
337 | return $this->attributions;
|
---|
338 | }
|
---|
339 | /**
|
---|
340 | * @param string
|
---|
341 | */
|
---|
342 | public function setBusinessStatus($businessStatus)
|
---|
343 | {
|
---|
344 | $this->businessStatus = $businessStatus;
|
---|
345 | }
|
---|
346 | /**
|
---|
347 | * @return string
|
---|
348 | */
|
---|
349 | public function getBusinessStatus()
|
---|
350 | {
|
---|
351 | return $this->businessStatus;
|
---|
352 | }
|
---|
353 | /**
|
---|
354 | * @param GoogleMapsPlacesV1PlaceContainingPlace[]
|
---|
355 | */
|
---|
356 | public function setContainingPlaces($containingPlaces)
|
---|
357 | {
|
---|
358 | $this->containingPlaces = $containingPlaces;
|
---|
359 | }
|
---|
360 | /**
|
---|
361 | * @return GoogleMapsPlacesV1PlaceContainingPlace[]
|
---|
362 | */
|
---|
363 | public function getContainingPlaces()
|
---|
364 | {
|
---|
365 | return $this->containingPlaces;
|
---|
366 | }
|
---|
367 | /**
|
---|
368 | * @param bool
|
---|
369 | */
|
---|
370 | public function setCurbsidePickup($curbsidePickup)
|
---|
371 | {
|
---|
372 | $this->curbsidePickup = $curbsidePickup;
|
---|
373 | }
|
---|
374 | /**
|
---|
375 | * @return bool
|
---|
376 | */
|
---|
377 | public function getCurbsidePickup()
|
---|
378 | {
|
---|
379 | return $this->curbsidePickup;
|
---|
380 | }
|
---|
381 | /**
|
---|
382 | * @param GoogleMapsPlacesV1PlaceOpeningHours
|
---|
383 | */
|
---|
384 | public function setCurrentOpeningHours(GoogleMapsPlacesV1PlaceOpeningHours $currentOpeningHours)
|
---|
385 | {
|
---|
386 | $this->currentOpeningHours = $currentOpeningHours;
|
---|
387 | }
|
---|
388 | /**
|
---|
389 | * @return GoogleMapsPlacesV1PlaceOpeningHours
|
---|
390 | */
|
---|
391 | public function getCurrentOpeningHours()
|
---|
392 | {
|
---|
393 | return $this->currentOpeningHours;
|
---|
394 | }
|
---|
395 | /**
|
---|
396 | * @param GoogleMapsPlacesV1PlaceOpeningHours[]
|
---|
397 | */
|
---|
398 | public function setCurrentSecondaryOpeningHours($currentSecondaryOpeningHours)
|
---|
399 | {
|
---|
400 | $this->currentSecondaryOpeningHours = $currentSecondaryOpeningHours;
|
---|
401 | }
|
---|
402 | /**
|
---|
403 | * @return GoogleMapsPlacesV1PlaceOpeningHours[]
|
---|
404 | */
|
---|
405 | public function getCurrentSecondaryOpeningHours()
|
---|
406 | {
|
---|
407 | return $this->currentSecondaryOpeningHours;
|
---|
408 | }
|
---|
409 | /**
|
---|
410 | * @param bool
|
---|
411 | */
|
---|
412 | public function setDelivery($delivery)
|
---|
413 | {
|
---|
414 | $this->delivery = $delivery;
|
---|
415 | }
|
---|
416 | /**
|
---|
417 | * @return bool
|
---|
418 | */
|
---|
419 | public function getDelivery()
|
---|
420 | {
|
---|
421 | return $this->delivery;
|
---|
422 | }
|
---|
423 | /**
|
---|
424 | * @param bool
|
---|
425 | */
|
---|
426 | public function setDineIn($dineIn)
|
---|
427 | {
|
---|
428 | $this->dineIn = $dineIn;
|
---|
429 | }
|
---|
430 | /**
|
---|
431 | * @return bool
|
---|
432 | */
|
---|
433 | public function getDineIn()
|
---|
434 | {
|
---|
435 | return $this->dineIn;
|
---|
436 | }
|
---|
437 | /**
|
---|
438 | * @param GoogleTypeLocalizedText
|
---|
439 | */
|
---|
440 | public function setDisplayName(GoogleTypeLocalizedText $displayName)
|
---|
441 | {
|
---|
442 | $this->displayName = $displayName;
|
---|
443 | }
|
---|
444 | /**
|
---|
445 | * @return GoogleTypeLocalizedText
|
---|
446 | */
|
---|
447 | public function getDisplayName()
|
---|
448 | {
|
---|
449 | return $this->displayName;
|
---|
450 | }
|
---|
451 | /**
|
---|
452 | * @param GoogleTypeLocalizedText
|
---|
453 | */
|
---|
454 | public function setEditorialSummary(GoogleTypeLocalizedText $editorialSummary)
|
---|
455 | {
|
---|
456 | $this->editorialSummary = $editorialSummary;
|
---|
457 | }
|
---|
458 | /**
|
---|
459 | * @return GoogleTypeLocalizedText
|
---|
460 | */
|
---|
461 | public function getEditorialSummary()
|
---|
462 | {
|
---|
463 | return $this->editorialSummary;
|
---|
464 | }
|
---|
465 | /**
|
---|
466 | * @param GoogleMapsPlacesV1EVChargeOptions
|
---|
467 | */
|
---|
468 | public function setEvChargeOptions(GoogleMapsPlacesV1EVChargeOptions $evChargeOptions)
|
---|
469 | {
|
---|
470 | $this->evChargeOptions = $evChargeOptions;
|
---|
471 | }
|
---|
472 | /**
|
---|
473 | * @return GoogleMapsPlacesV1EVChargeOptions
|
---|
474 | */
|
---|
475 | public function getEvChargeOptions()
|
---|
476 | {
|
---|
477 | return $this->evChargeOptions;
|
---|
478 | }
|
---|
479 | /**
|
---|
480 | * @param string
|
---|
481 | */
|
---|
482 | public function setFormattedAddress($formattedAddress)
|
---|
483 | {
|
---|
484 | $this->formattedAddress = $formattedAddress;
|
---|
485 | }
|
---|
486 | /**
|
---|
487 | * @return string
|
---|
488 | */
|
---|
489 | public function getFormattedAddress()
|
---|
490 | {
|
---|
491 | return $this->formattedAddress;
|
---|
492 | }
|
---|
493 | /**
|
---|
494 | * @param GoogleMapsPlacesV1FuelOptions
|
---|
495 | */
|
---|
496 | public function setFuelOptions(GoogleMapsPlacesV1FuelOptions $fuelOptions)
|
---|
497 | {
|
---|
498 | $this->fuelOptions = $fuelOptions;
|
---|
499 | }
|
---|
500 | /**
|
---|
501 | * @return GoogleMapsPlacesV1FuelOptions
|
---|
502 | */
|
---|
503 | public function getFuelOptions()
|
---|
504 | {
|
---|
505 | return $this->fuelOptions;
|
---|
506 | }
|
---|
507 | /**
|
---|
508 | * @param GoogleMapsPlacesV1PlaceGenerativeSummary
|
---|
509 | */
|
---|
510 | public function setGenerativeSummary(GoogleMapsPlacesV1PlaceGenerativeSummary $generativeSummary)
|
---|
511 | {
|
---|
512 | $this->generativeSummary = $generativeSummary;
|
---|
513 | }
|
---|
514 | /**
|
---|
515 | * @return GoogleMapsPlacesV1PlaceGenerativeSummary
|
---|
516 | */
|
---|
517 | public function getGenerativeSummary()
|
---|
518 | {
|
---|
519 | return $this->generativeSummary;
|
---|
520 | }
|
---|
521 | /**
|
---|
522 | * @param bool
|
---|
523 | */
|
---|
524 | public function setGoodForChildren($goodForChildren)
|
---|
525 | {
|
---|
526 | $this->goodForChildren = $goodForChildren;
|
---|
527 | }
|
---|
528 | /**
|
---|
529 | * @return bool
|
---|
530 | */
|
---|
531 | public function getGoodForChildren()
|
---|
532 | {
|
---|
533 | return $this->goodForChildren;
|
---|
534 | }
|
---|
535 | /**
|
---|
536 | * @param bool
|
---|
537 | */
|
---|
538 | public function setGoodForGroups($goodForGroups)
|
---|
539 | {
|
---|
540 | $this->goodForGroups = $goodForGroups;
|
---|
541 | }
|
---|
542 | /**
|
---|
543 | * @return bool
|
---|
544 | */
|
---|
545 | public function getGoodForGroups()
|
---|
546 | {
|
---|
547 | return $this->goodForGroups;
|
---|
548 | }
|
---|
549 | /**
|
---|
550 | * @param bool
|
---|
551 | */
|
---|
552 | public function setGoodForWatchingSports($goodForWatchingSports)
|
---|
553 | {
|
---|
554 | $this->goodForWatchingSports = $goodForWatchingSports;
|
---|
555 | }
|
---|
556 | /**
|
---|
557 | * @return bool
|
---|
558 | */
|
---|
559 | public function getGoodForWatchingSports()
|
---|
560 | {
|
---|
561 | return $this->goodForWatchingSports;
|
---|
562 | }
|
---|
563 | /**
|
---|
564 | * @param GoogleMapsPlacesV1PlaceGoogleMapsLinks
|
---|
565 | */
|
---|
566 | public function setGoogleMapsLinks(GoogleMapsPlacesV1PlaceGoogleMapsLinks $googleMapsLinks)
|
---|
567 | {
|
---|
568 | $this->googleMapsLinks = $googleMapsLinks;
|
---|
569 | }
|
---|
570 | /**
|
---|
571 | * @return GoogleMapsPlacesV1PlaceGoogleMapsLinks
|
---|
572 | */
|
---|
573 | public function getGoogleMapsLinks()
|
---|
574 | {
|
---|
575 | return $this->googleMapsLinks;
|
---|
576 | }
|
---|
577 | /**
|
---|
578 | * @param string
|
---|
579 | */
|
---|
580 | public function setGoogleMapsUri($googleMapsUri)
|
---|
581 | {
|
---|
582 | $this->googleMapsUri = $googleMapsUri;
|
---|
583 | }
|
---|
584 | /**
|
---|
585 | * @return string
|
---|
586 | */
|
---|
587 | public function getGoogleMapsUri()
|
---|
588 | {
|
---|
589 | return $this->googleMapsUri;
|
---|
590 | }
|
---|
591 | /**
|
---|
592 | * @param string
|
---|
593 | */
|
---|
594 | public function setIconBackgroundColor($iconBackgroundColor)
|
---|
595 | {
|
---|
596 | $this->iconBackgroundColor = $iconBackgroundColor;
|
---|
597 | }
|
---|
598 | /**
|
---|
599 | * @return string
|
---|
600 | */
|
---|
601 | public function getIconBackgroundColor()
|
---|
602 | {
|
---|
603 | return $this->iconBackgroundColor;
|
---|
604 | }
|
---|
605 | /**
|
---|
606 | * @param string
|
---|
607 | */
|
---|
608 | public function setIconMaskBaseUri($iconMaskBaseUri)
|
---|
609 | {
|
---|
610 | $this->iconMaskBaseUri = $iconMaskBaseUri;
|
---|
611 | }
|
---|
612 | /**
|
---|
613 | * @return string
|
---|
614 | */
|
---|
615 | public function getIconMaskBaseUri()
|
---|
616 | {
|
---|
617 | return $this->iconMaskBaseUri;
|
---|
618 | }
|
---|
619 | /**
|
---|
620 | * @param string
|
---|
621 | */
|
---|
622 | public function setId($id)
|
---|
623 | {
|
---|
624 | $this->id = $id;
|
---|
625 | }
|
---|
626 | /**
|
---|
627 | * @return string
|
---|
628 | */
|
---|
629 | public function getId()
|
---|
630 | {
|
---|
631 | return $this->id;
|
---|
632 | }
|
---|
633 | /**
|
---|
634 | * @param string
|
---|
635 | */
|
---|
636 | public function setInternationalPhoneNumber($internationalPhoneNumber)
|
---|
637 | {
|
---|
638 | $this->internationalPhoneNumber = $internationalPhoneNumber;
|
---|
639 | }
|
---|
640 | /**
|
---|
641 | * @return string
|
---|
642 | */
|
---|
643 | public function getInternationalPhoneNumber()
|
---|
644 | {
|
---|
645 | return $this->internationalPhoneNumber;
|
---|
646 | }
|
---|
647 | /**
|
---|
648 | * @param bool
|
---|
649 | */
|
---|
650 | public function setLiveMusic($liveMusic)
|
---|
651 | {
|
---|
652 | $this->liveMusic = $liveMusic;
|
---|
653 | }
|
---|
654 | /**
|
---|
655 | * @return bool
|
---|
656 | */
|
---|
657 | public function getLiveMusic()
|
---|
658 | {
|
---|
659 | return $this->liveMusic;
|
---|
660 | }
|
---|
661 | /**
|
---|
662 | * @param GoogleTypeLatLng
|
---|
663 | */
|
---|
664 | public function setLocation(GoogleTypeLatLng $location)
|
---|
665 | {
|
---|
666 | $this->location = $location;
|
---|
667 | }
|
---|
668 | /**
|
---|
669 | * @return GoogleTypeLatLng
|
---|
670 | */
|
---|
671 | public function getLocation()
|
---|
672 | {
|
---|
673 | return $this->location;
|
---|
674 | }
|
---|
675 | /**
|
---|
676 | * @param bool
|
---|
677 | */
|
---|
678 | public function setMenuForChildren($menuForChildren)
|
---|
679 | {
|
---|
680 | $this->menuForChildren = $menuForChildren;
|
---|
681 | }
|
---|
682 | /**
|
---|
683 | * @return bool
|
---|
684 | */
|
---|
685 | public function getMenuForChildren()
|
---|
686 | {
|
---|
687 | return $this->menuForChildren;
|
---|
688 | }
|
---|
689 | /**
|
---|
690 | * @param string
|
---|
691 | */
|
---|
692 | public function setName($name)
|
---|
693 | {
|
---|
694 | $this->name = $name;
|
---|
695 | }
|
---|
696 | /**
|
---|
697 | * @return string
|
---|
698 | */
|
---|
699 | public function getName()
|
---|
700 | {
|
---|
701 | return $this->name;
|
---|
702 | }
|
---|
703 | /**
|
---|
704 | * @param string
|
---|
705 | */
|
---|
706 | public function setNationalPhoneNumber($nationalPhoneNumber)
|
---|
707 | {
|
---|
708 | $this->nationalPhoneNumber = $nationalPhoneNumber;
|
---|
709 | }
|
---|
710 | /**
|
---|
711 | * @return string
|
---|
712 | */
|
---|
713 | public function getNationalPhoneNumber()
|
---|
714 | {
|
---|
715 | return $this->nationalPhoneNumber;
|
---|
716 | }
|
---|
717 | /**
|
---|
718 | * @param bool
|
---|
719 | */
|
---|
720 | public function setOutdoorSeating($outdoorSeating)
|
---|
721 | {
|
---|
722 | $this->outdoorSeating = $outdoorSeating;
|
---|
723 | }
|
---|
724 | /**
|
---|
725 | * @return bool
|
---|
726 | */
|
---|
727 | public function getOutdoorSeating()
|
---|
728 | {
|
---|
729 | return $this->outdoorSeating;
|
---|
730 | }
|
---|
731 | /**
|
---|
732 | * @param GoogleMapsPlacesV1PlaceParkingOptions
|
---|
733 | */
|
---|
734 | public function setParkingOptions(GoogleMapsPlacesV1PlaceParkingOptions $parkingOptions)
|
---|
735 | {
|
---|
736 | $this->parkingOptions = $parkingOptions;
|
---|
737 | }
|
---|
738 | /**
|
---|
739 | * @return GoogleMapsPlacesV1PlaceParkingOptions
|
---|
740 | */
|
---|
741 | public function getParkingOptions()
|
---|
742 | {
|
---|
743 | return $this->parkingOptions;
|
---|
744 | }
|
---|
745 | /**
|
---|
746 | * @param GoogleMapsPlacesV1PlacePaymentOptions
|
---|
747 | */
|
---|
748 | public function setPaymentOptions(GoogleMapsPlacesV1PlacePaymentOptions $paymentOptions)
|
---|
749 | {
|
---|
750 | $this->paymentOptions = $paymentOptions;
|
---|
751 | }
|
---|
752 | /**
|
---|
753 | * @return GoogleMapsPlacesV1PlacePaymentOptions
|
---|
754 | */
|
---|
755 | public function getPaymentOptions()
|
---|
756 | {
|
---|
757 | return $this->paymentOptions;
|
---|
758 | }
|
---|
759 | /**
|
---|
760 | * @param GoogleMapsPlacesV1Photo[]
|
---|
761 | */
|
---|
762 | public function setPhotos($photos)
|
---|
763 | {
|
---|
764 | $this->photos = $photos;
|
---|
765 | }
|
---|
766 | /**
|
---|
767 | * @return GoogleMapsPlacesV1Photo[]
|
---|
768 | */
|
---|
769 | public function getPhotos()
|
---|
770 | {
|
---|
771 | return $this->photos;
|
---|
772 | }
|
---|
773 | /**
|
---|
774 | * @param GoogleMapsPlacesV1PlacePlusCode
|
---|
775 | */
|
---|
776 | public function setPlusCode(GoogleMapsPlacesV1PlacePlusCode $plusCode)
|
---|
777 | {
|
---|
778 | $this->plusCode = $plusCode;
|
---|
779 | }
|
---|
780 | /**
|
---|
781 | * @return GoogleMapsPlacesV1PlacePlusCode
|
---|
782 | */
|
---|
783 | public function getPlusCode()
|
---|
784 | {
|
---|
785 | return $this->plusCode;
|
---|
786 | }
|
---|
787 | /**
|
---|
788 | * @param string
|
---|
789 | */
|
---|
790 | public function setPriceLevel($priceLevel)
|
---|
791 | {
|
---|
792 | $this->priceLevel = $priceLevel;
|
---|
793 | }
|
---|
794 | /**
|
---|
795 | * @return string
|
---|
796 | */
|
---|
797 | public function getPriceLevel()
|
---|
798 | {
|
---|
799 | return $this->priceLevel;
|
---|
800 | }
|
---|
801 | /**
|
---|
802 | * @param GoogleMapsPlacesV1PriceRange
|
---|
803 | */
|
---|
804 | public function setPriceRange(GoogleMapsPlacesV1PriceRange $priceRange)
|
---|
805 | {
|
---|
806 | $this->priceRange = $priceRange;
|
---|
807 | }
|
---|
808 | /**
|
---|
809 | * @return GoogleMapsPlacesV1PriceRange
|
---|
810 | */
|
---|
811 | public function getPriceRange()
|
---|
812 | {
|
---|
813 | return $this->priceRange;
|
---|
814 | }
|
---|
815 | /**
|
---|
816 | * @param string
|
---|
817 | */
|
---|
818 | public function setPrimaryType($primaryType)
|
---|
819 | {
|
---|
820 | $this->primaryType = $primaryType;
|
---|
821 | }
|
---|
822 | /**
|
---|
823 | * @return string
|
---|
824 | */
|
---|
825 | public function getPrimaryType()
|
---|
826 | {
|
---|
827 | return $this->primaryType;
|
---|
828 | }
|
---|
829 | /**
|
---|
830 | * @param GoogleTypeLocalizedText
|
---|
831 | */
|
---|
832 | public function setPrimaryTypeDisplayName(GoogleTypeLocalizedText $primaryTypeDisplayName)
|
---|
833 | {
|
---|
834 | $this->primaryTypeDisplayName = $primaryTypeDisplayName;
|
---|
835 | }
|
---|
836 | /**
|
---|
837 | * @return GoogleTypeLocalizedText
|
---|
838 | */
|
---|
839 | public function getPrimaryTypeDisplayName()
|
---|
840 | {
|
---|
841 | return $this->primaryTypeDisplayName;
|
---|
842 | }
|
---|
843 | /**
|
---|
844 | * @param bool
|
---|
845 | */
|
---|
846 | public function setPureServiceAreaBusiness($pureServiceAreaBusiness)
|
---|
847 | {
|
---|
848 | $this->pureServiceAreaBusiness = $pureServiceAreaBusiness;
|
---|
849 | }
|
---|
850 | /**
|
---|
851 | * @return bool
|
---|
852 | */
|
---|
853 | public function getPureServiceAreaBusiness()
|
---|
854 | {
|
---|
855 | return $this->pureServiceAreaBusiness;
|
---|
856 | }
|
---|
857 | public function setRating($rating)
|
---|
858 | {
|
---|
859 | $this->rating = $rating;
|
---|
860 | }
|
---|
861 | public function getRating()
|
---|
862 | {
|
---|
863 | return $this->rating;
|
---|
864 | }
|
---|
865 | /**
|
---|
866 | * @param GoogleMapsPlacesV1PlaceOpeningHours
|
---|
867 | */
|
---|
868 | public function setRegularOpeningHours(GoogleMapsPlacesV1PlaceOpeningHours $regularOpeningHours)
|
---|
869 | {
|
---|
870 | $this->regularOpeningHours = $regularOpeningHours;
|
---|
871 | }
|
---|
872 | /**
|
---|
873 | * @return GoogleMapsPlacesV1PlaceOpeningHours
|
---|
874 | */
|
---|
875 | public function getRegularOpeningHours()
|
---|
876 | {
|
---|
877 | return $this->regularOpeningHours;
|
---|
878 | }
|
---|
879 | /**
|
---|
880 | * @param GoogleMapsPlacesV1PlaceOpeningHours[]
|
---|
881 | */
|
---|
882 | public function setRegularSecondaryOpeningHours($regularSecondaryOpeningHours)
|
---|
883 | {
|
---|
884 | $this->regularSecondaryOpeningHours = $regularSecondaryOpeningHours;
|
---|
885 | }
|
---|
886 | /**
|
---|
887 | * @return GoogleMapsPlacesV1PlaceOpeningHours[]
|
---|
888 | */
|
---|
889 | public function getRegularSecondaryOpeningHours()
|
---|
890 | {
|
---|
891 | return $this->regularSecondaryOpeningHours;
|
---|
892 | }
|
---|
893 | /**
|
---|
894 | * @param bool
|
---|
895 | */
|
---|
896 | public function setReservable($reservable)
|
---|
897 | {
|
---|
898 | $this->reservable = $reservable;
|
---|
899 | }
|
---|
900 | /**
|
---|
901 | * @return bool
|
---|
902 | */
|
---|
903 | public function getReservable()
|
---|
904 | {
|
---|
905 | return $this->reservable;
|
---|
906 | }
|
---|
907 | /**
|
---|
908 | * @param bool
|
---|
909 | */
|
---|
910 | public function setRestroom($restroom)
|
---|
911 | {
|
---|
912 | $this->restroom = $restroom;
|
---|
913 | }
|
---|
914 | /**
|
---|
915 | * @return bool
|
---|
916 | */
|
---|
917 | public function getRestroom()
|
---|
918 | {
|
---|
919 | return $this->restroom;
|
---|
920 | }
|
---|
921 | /**
|
---|
922 | * @param GoogleMapsPlacesV1Review[]
|
---|
923 | */
|
---|
924 | public function setReviews($reviews)
|
---|
925 | {
|
---|
926 | $this->reviews = $reviews;
|
---|
927 | }
|
---|
928 | /**
|
---|
929 | * @return GoogleMapsPlacesV1Review[]
|
---|
930 | */
|
---|
931 | public function getReviews()
|
---|
932 | {
|
---|
933 | return $this->reviews;
|
---|
934 | }
|
---|
935 | /**
|
---|
936 | * @param bool
|
---|
937 | */
|
---|
938 | public function setServesBeer($servesBeer)
|
---|
939 | {
|
---|
940 | $this->servesBeer = $servesBeer;
|
---|
941 | }
|
---|
942 | /**
|
---|
943 | * @return bool
|
---|
944 | */
|
---|
945 | public function getServesBeer()
|
---|
946 | {
|
---|
947 | return $this->servesBeer;
|
---|
948 | }
|
---|
949 | /**
|
---|
950 | * @param bool
|
---|
951 | */
|
---|
952 | public function setServesBreakfast($servesBreakfast)
|
---|
953 | {
|
---|
954 | $this->servesBreakfast = $servesBreakfast;
|
---|
955 | }
|
---|
956 | /**
|
---|
957 | * @return bool
|
---|
958 | */
|
---|
959 | public function getServesBreakfast()
|
---|
960 | {
|
---|
961 | return $this->servesBreakfast;
|
---|
962 | }
|
---|
963 | /**
|
---|
964 | * @param bool
|
---|
965 | */
|
---|
966 | public function setServesBrunch($servesBrunch)
|
---|
967 | {
|
---|
968 | $this->servesBrunch = $servesBrunch;
|
---|
969 | }
|
---|
970 | /**
|
---|
971 | * @return bool
|
---|
972 | */
|
---|
973 | public function getServesBrunch()
|
---|
974 | {
|
---|
975 | return $this->servesBrunch;
|
---|
976 | }
|
---|
977 | /**
|
---|
978 | * @param bool
|
---|
979 | */
|
---|
980 | public function setServesCocktails($servesCocktails)
|
---|
981 | {
|
---|
982 | $this->servesCocktails = $servesCocktails;
|
---|
983 | }
|
---|
984 | /**
|
---|
985 | * @return bool
|
---|
986 | */
|
---|
987 | public function getServesCocktails()
|
---|
988 | {
|
---|
989 | return $this->servesCocktails;
|
---|
990 | }
|
---|
991 | /**
|
---|
992 | * @param bool
|
---|
993 | */
|
---|
994 | public function setServesCoffee($servesCoffee)
|
---|
995 | {
|
---|
996 | $this->servesCoffee = $servesCoffee;
|
---|
997 | }
|
---|
998 | /**
|
---|
999 | * @return bool
|
---|
1000 | */
|
---|
1001 | public function getServesCoffee()
|
---|
1002 | {
|
---|
1003 | return $this->servesCoffee;
|
---|
1004 | }
|
---|
1005 | /**
|
---|
1006 | * @param bool
|
---|
1007 | */
|
---|
1008 | public function setServesDessert($servesDessert)
|
---|
1009 | {
|
---|
1010 | $this->servesDessert = $servesDessert;
|
---|
1011 | }
|
---|
1012 | /**
|
---|
1013 | * @return bool
|
---|
1014 | */
|
---|
1015 | public function getServesDessert()
|
---|
1016 | {
|
---|
1017 | return $this->servesDessert;
|
---|
1018 | }
|
---|
1019 | /**
|
---|
1020 | * @param bool
|
---|
1021 | */
|
---|
1022 | public function setServesDinner($servesDinner)
|
---|
1023 | {
|
---|
1024 | $this->servesDinner = $servesDinner;
|
---|
1025 | }
|
---|
1026 | /**
|
---|
1027 | * @return bool
|
---|
1028 | */
|
---|
1029 | public function getServesDinner()
|
---|
1030 | {
|
---|
1031 | return $this->servesDinner;
|
---|
1032 | }
|
---|
1033 | /**
|
---|
1034 | * @param bool
|
---|
1035 | */
|
---|
1036 | public function setServesLunch($servesLunch)
|
---|
1037 | {
|
---|
1038 | $this->servesLunch = $servesLunch;
|
---|
1039 | }
|
---|
1040 | /**
|
---|
1041 | * @return bool
|
---|
1042 | */
|
---|
1043 | public function getServesLunch()
|
---|
1044 | {
|
---|
1045 | return $this->servesLunch;
|
---|
1046 | }
|
---|
1047 | /**
|
---|
1048 | * @param bool
|
---|
1049 | */
|
---|
1050 | public function setServesVegetarianFood($servesVegetarianFood)
|
---|
1051 | {
|
---|
1052 | $this->servesVegetarianFood = $servesVegetarianFood;
|
---|
1053 | }
|
---|
1054 | /**
|
---|
1055 | * @return bool
|
---|
1056 | */
|
---|
1057 | public function getServesVegetarianFood()
|
---|
1058 | {
|
---|
1059 | return $this->servesVegetarianFood;
|
---|
1060 | }
|
---|
1061 | /**
|
---|
1062 | * @param bool
|
---|
1063 | */
|
---|
1064 | public function setServesWine($servesWine)
|
---|
1065 | {
|
---|
1066 | $this->servesWine = $servesWine;
|
---|
1067 | }
|
---|
1068 | /**
|
---|
1069 | * @return bool
|
---|
1070 | */
|
---|
1071 | public function getServesWine()
|
---|
1072 | {
|
---|
1073 | return $this->servesWine;
|
---|
1074 | }
|
---|
1075 | /**
|
---|
1076 | * @param string
|
---|
1077 | */
|
---|
1078 | public function setShortFormattedAddress($shortFormattedAddress)
|
---|
1079 | {
|
---|
1080 | $this->shortFormattedAddress = $shortFormattedAddress;
|
---|
1081 | }
|
---|
1082 | /**
|
---|
1083 | * @return string
|
---|
1084 | */
|
---|
1085 | public function getShortFormattedAddress()
|
---|
1086 | {
|
---|
1087 | return $this->shortFormattedAddress;
|
---|
1088 | }
|
---|
1089 | /**
|
---|
1090 | * @param GoogleMapsPlacesV1PlaceSubDestination[]
|
---|
1091 | */
|
---|
1092 | public function setSubDestinations($subDestinations)
|
---|
1093 | {
|
---|
1094 | $this->subDestinations = $subDestinations;
|
---|
1095 | }
|
---|
1096 | /**
|
---|
1097 | * @return GoogleMapsPlacesV1PlaceSubDestination[]
|
---|
1098 | */
|
---|
1099 | public function getSubDestinations()
|
---|
1100 | {
|
---|
1101 | return $this->subDestinations;
|
---|
1102 | }
|
---|
1103 | /**
|
---|
1104 | * @param bool
|
---|
1105 | */
|
---|
1106 | public function setTakeout($takeout)
|
---|
1107 | {
|
---|
1108 | $this->takeout = $takeout;
|
---|
1109 | }
|
---|
1110 | /**
|
---|
1111 | * @return bool
|
---|
1112 | */
|
---|
1113 | public function getTakeout()
|
---|
1114 | {
|
---|
1115 | return $this->takeout;
|
---|
1116 | }
|
---|
1117 | /**
|
---|
1118 | * @param string[]
|
---|
1119 | */
|
---|
1120 | public function setTypes($types)
|
---|
1121 | {
|
---|
1122 | $this->types = $types;
|
---|
1123 | }
|
---|
1124 | /**
|
---|
1125 | * @return string[]
|
---|
1126 | */
|
---|
1127 | public function getTypes()
|
---|
1128 | {
|
---|
1129 | return $this->types;
|
---|
1130 | }
|
---|
1131 | /**
|
---|
1132 | * @param int
|
---|
1133 | */
|
---|
1134 | public function setUserRatingCount($userRatingCount)
|
---|
1135 | {
|
---|
1136 | $this->userRatingCount = $userRatingCount;
|
---|
1137 | }
|
---|
1138 | /**
|
---|
1139 | * @return int
|
---|
1140 | */
|
---|
1141 | public function getUserRatingCount()
|
---|
1142 | {
|
---|
1143 | return $this->userRatingCount;
|
---|
1144 | }
|
---|
1145 | /**
|
---|
1146 | * @param int
|
---|
1147 | */
|
---|
1148 | public function setUtcOffsetMinutes($utcOffsetMinutes)
|
---|
1149 | {
|
---|
1150 | $this->utcOffsetMinutes = $utcOffsetMinutes;
|
---|
1151 | }
|
---|
1152 | /**
|
---|
1153 | * @return int
|
---|
1154 | */
|
---|
1155 | public function getUtcOffsetMinutes()
|
---|
1156 | {
|
---|
1157 | return $this->utcOffsetMinutes;
|
---|
1158 | }
|
---|
1159 | /**
|
---|
1160 | * @param GoogleGeoTypeViewport
|
---|
1161 | */
|
---|
1162 | public function setViewport(GoogleGeoTypeViewport $viewport)
|
---|
1163 | {
|
---|
1164 | $this->viewport = $viewport;
|
---|
1165 | }
|
---|
1166 | /**
|
---|
1167 | * @return GoogleGeoTypeViewport
|
---|
1168 | */
|
---|
1169 | public function getViewport()
|
---|
1170 | {
|
---|
1171 | return $this->viewport;
|
---|
1172 | }
|
---|
1173 | /**
|
---|
1174 | * @param string
|
---|
1175 | */
|
---|
1176 | public function setWebsiteUri($websiteUri)
|
---|
1177 | {
|
---|
1178 | $this->websiteUri = $websiteUri;
|
---|
1179 | }
|
---|
1180 | /**
|
---|
1181 | * @return string
|
---|
1182 | */
|
---|
1183 | public function getWebsiteUri()
|
---|
1184 | {
|
---|
1185 | return $this->websiteUri;
|
---|
1186 | }
|
---|
1187 | }
|
---|
1188 |
|
---|
1189 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
1190 | class_alias(GoogleMapsPlacesV1Place::class, 'Google_Service_MapsPlaces_GoogleMapsPlacesV1Place');
|
---|