7
7
*/
8
8
class Place
9
9
{
10
- /** @var string */
10
+ /**
11
+ * @var string
12
+ */
11
13
protected $ id ;
12
14
13
- /** @var float */
15
+ /**
16
+ * @var float
17
+ */
14
18
protected $ locationLat ;
15
19
16
- /** @var float */
20
+ /**
21
+ * @var float
22
+ */
17
23
protected $ locationLng ;
18
24
19
- /** @var string */
25
+ /**
26
+ * @var string
27
+ */
20
28
protected $ locationType ;
21
29
22
- /** @var float */
30
+ /**
31
+ * @var float
32
+ */
23
33
protected $ boundsNortheastLat ;
24
34
25
- /** @var float */
35
+ /**
36
+ * @var float
37
+ */
26
38
protected $ boundsNortheastLng ;
27
39
28
- /** @var float */
40
+ /**
41
+ * @var float
42
+ */
29
43
protected $ boundsSouthwestLat ;
30
44
31
- /** @var float */
45
+ /**
46
+ * @var float
47
+ */
32
48
protected $ boundsSouthwestLng ;
33
49
34
- /** @var float */
50
+ /**
51
+ * @var float
52
+ */
35
53
protected $ viewportNortheastLat ;
36
54
37
- /** @var float */
55
+ /**
56
+ * @var float
57
+ */
38
58
protected $ viewportNortheastLng ;
39
59
40
- /** @var float */
60
+ /**
61
+ * @var float
62
+ */
41
63
protected $ viewportSouthwestLat ;
42
64
43
- /** @var float */
65
+ /**
66
+ * @var float
67
+ */
44
68
protected $ viewportSouthwestLng ;
45
69
46
- /** @var string */
70
+ /**
71
+ * @var string
72
+ */
47
73
protected $ formattedAddress ;
48
74
49
- /** @var mixed[] */
75
+ /**
76
+ * @var mixed[]
77
+ */
50
78
protected $ types ;
51
79
52
- /** @var mixed[] */
80
+ /**
81
+ * @var mixed[]
82
+ */
53
83
protected $ addressComponents ;
54
84
55
- /** @var string */
85
+ /**
86
+ * @var string
87
+ */
56
88
protected $ streetNumber ;
57
89
58
- /** @var string */
90
+ /**
91
+ * @var string
92
+ */
59
93
protected $ street ;
60
94
61
- /** @var string */
95
+ /**
96
+ * @var string
97
+ */
62
98
protected $ city ;
63
99
64
- /** @var string */
100
+ /**
101
+ * @var string
102
+ */
65
103
protected $ state ;
66
104
67
- /** @var string */
105
+ /**
106
+ * @var string
107
+ */
68
108
protected $ zip ;
69
109
70
- /** @var mixed[] */
110
+ /**
111
+ * @var mixed[]
112
+ */
71
113
protected $ source ;
72
114
73
- /** @var string */
115
+ /**
116
+ * @var string
117
+ */
74
118
protected $ shortAddress ;
75
119
76
- /** @var string */
120
+ /**
121
+ * @var string
122
+ */
77
123
protected $ url ;
78
124
79
125
/**
@@ -106,7 +152,6 @@ public function getId(): string
106
152
107
153
/**
108
154
* @param string $id
109
- *
110
155
* @return Place
111
156
*/
112
157
public function setId (string $ id ): Place
@@ -126,7 +171,6 @@ public function getLocationLat(): float
126
171
127
172
/**
128
173
* @param float $locationLat
129
- *
130
174
* @return Place
131
175
*/
132
176
public function setLocationLat (float $ locationLat ): Place
@@ -146,7 +190,6 @@ public function getLocationLng(): float
146
190
147
191
/**
148
192
* @param float $locationLng
149
- *
150
193
* @return Place
151
194
*/
152
195
public function setLocationLng (float $ locationLng ): Place
@@ -166,7 +209,6 @@ public function getLocationType(): string
166
209
167
210
/**
168
211
* @param string $locationType
169
- *
170
212
* @return Place
171
213
*/
172
214
public function setLocationType (string $ locationType ): Place
@@ -186,7 +228,6 @@ public function getBoundsNortheastLat(): float
186
228
187
229
/**
188
230
* @param float $boundsNortheastLat
189
- *
190
231
* @return Place
191
232
*/
192
233
public function setBoundsNortheastLat (float $ boundsNortheastLat ): Place
@@ -206,7 +247,6 @@ public function getBoundsNortheastLng(): float
206
247
207
248
/**
208
249
* @param float $boundsNortheastLng
209
- *
210
250
* @return Place
211
251
*/
212
252
public function setBoundsNortheastLng (float $ boundsNortheastLng ): Place
@@ -226,7 +266,6 @@ public function getBoundsSouthwestLat(): float
226
266
227
267
/**
228
268
* @param float $boundsSouthwestLat
229
- *
230
269
* @return Place
231
270
*/
232
271
public function setBoundsSouthwestLat (float $ boundsSouthwestLat ): Place
@@ -246,7 +285,6 @@ public function getBoundsSouthwestLng(): float
246
285
247
286
/**
248
287
* @param float $boundsSouthwestLng
249
- *
250
288
* @return Place
251
289
*/
252
290
public function setBoundsSouthwestLng (float $ boundsSouthwestLng ): Place
@@ -266,7 +304,6 @@ public function getViewportNortheastLat(): float
266
304
267
305
/**
268
306
* @param float $viewportNortheastLat
269
- *
270
307
* @return Place
271
308
*/
272
309
public function setViewportNortheastLat (float $ viewportNortheastLat ): Place
@@ -286,7 +323,6 @@ public function getViewportNortheastLng(): float
286
323
287
324
/**
288
325
* @param float $viewportNortheastLng
289
- *
290
326
* @return Place
291
327
*/
292
328
public function setViewportNortheastLng (float $ viewportNortheastLng ): Place
@@ -306,7 +342,6 @@ public function getViewportSouthwestLat(): float
306
342
307
343
/**
308
344
* @param float $viewportSouthwestLat
309
- *
310
345
* @return Place
311
346
*/
312
347
public function setViewportSouthwestLat (float $ viewportSouthwestLat ): Place
@@ -326,7 +361,6 @@ public function getViewportSouthwestLng(): float
326
361
327
362
/**
328
363
* @param float $viewportSouthwestLng
329
- *
330
364
* @return Place
331
365
*/
332
366
public function setViewportSouthwestLng (float $ viewportSouthwestLng ): Place
@@ -346,7 +380,6 @@ public function getTypes(): array
346
380
347
381
/**
348
382
* @param mixed[] $types
349
- *
350
383
* @return Place
351
384
*/
352
385
public function setTypes (array $ types ): Place
@@ -358,7 +391,6 @@ public function setTypes(array $types): Place
358
391
359
392
/**
360
393
* @param string|null $formattedAddress
361
- *
362
394
* @return Place
363
395
*/
364
396
public function setFormattedAddress (?string $ formattedAddress ): Place
@@ -378,7 +410,6 @@ public function getFormattedAddress(): ?string
378
410
379
411
/**
380
412
* @param mixed[] $addressComponents
381
- *
382
413
* @return Place
383
414
*/
384
415
public function setAddressComponents (array $ addressComponents ): Place
@@ -398,7 +429,6 @@ public function getAddressComponents(): ?array
398
429
399
430
/**
400
431
* @param string|null $street
401
- *
402
432
* @return Place
403
433
*/
404
434
public function setStreet (?string $ street ): Place
@@ -418,7 +448,6 @@ public function getStreet(): ?string
418
448
419
449
/**
420
450
* @param string|null $city
421
- *
422
451
* @return Place
423
452
*/
424
453
public function setCity (?string $ city ): Place
@@ -438,7 +467,6 @@ public function getCity(): ?string
438
467
439
468
/**
440
469
* @param string|null $state
441
- *
442
470
* @return Place
443
471
*/
444
472
public function setState (?string $ state ): Place
@@ -458,7 +486,6 @@ public function getState(): ?string
458
486
459
487
/**
460
488
* @param string|null $zip
461
- *
462
489
* @return Place
463
490
*/
464
491
public function setZip (?string $ zip ): Place
@@ -478,7 +505,6 @@ public function getZip(): ?string
478
505
479
506
/**
480
507
* @param string|null $streetNumber
481
- *
482
508
* @return Place
483
509
*/
484
510
public function setStreetNumber (?string $ streetNumber ): Place
@@ -498,7 +524,6 @@ public function getStreetNumber(): ?string
498
524
499
525
/**
500
526
* @param mixed[] $data
501
- *
502
527
* @return Place
503
528
*/
504
529
public function setSource (array $ data ): Place
@@ -518,7 +543,6 @@ public function getSource(): array
518
543
519
544
/**
520
545
* @param string $shortAddress
521
- *
522
546
* @return Place
523
547
*/
524
548
public function setShortAddress (string $ shortAddress ): Place
@@ -538,7 +562,6 @@ public function getShortAddress(): string
538
562
539
563
/**
540
564
* @param string|null $url
541
- *
542
565
* @return Place
543
566
*/
544
567
public function setUrl (?string $ url ): Place
@@ -566,7 +589,6 @@ public function getBorough(): ?string
566
589
567
590
/**
568
591
* @param string|null $borough
569
- *
570
592
* @return Place
571
593
*/
572
594
public function setBorough (?string $ borough ): Place
@@ -590,7 +612,6 @@ public function getSublocality(): ?string
590
612
* Alias for borough
591
613
*
592
614
* @param string|null $borough
593
- *
594
615
* @return Place
595
616
*/
596
617
public function setSublocality (?string $ borough ): Place
@@ -610,7 +631,6 @@ public function getNeighborhoods(): ?array
610
631
611
632
/**
612
633
* @param string[]|null $neighborhoods
613
- *
614
634
* @return Place
615
635
*/
616
636
public function setNeighborhoods (?array $ neighborhoods ): Place
@@ -630,7 +650,6 @@ public function getMainNeighborhood(): ?string
630
650
631
651
/**
632
652
* @param null|string $mainNeighborhood
633
- *
634
653
* @return Place
635
654
*/
636
655
public function setMainNeighborhood (?string $ mainNeighborhood ): Place
@@ -650,7 +669,6 @@ public function getCountryCode(): ?string
650
669
651
670
/**
652
671
* @param null|string $countryCode
653
- *
654
672
* @return Place
655
673
*/
656
674
public function setCountryCode (?string $ countryCode ): Place
0 commit comments