@@ -16,44 +16,44 @@ |
||
16 | 16 | */ |
17 | 17 | class GoogleMapsResultFields { |
18 | 18 | |
19 | - /** |
|
20 | - * string address_components |
|
21 | - */ |
|
22 | - const ADDRESS_COMPONENTS = 'address_components'; |
|
23 | - |
|
24 | - /** |
|
25 | - * string formatted_address |
|
26 | - */ |
|
27 | - const FORMATTED_ADDRESS = 'formatted_address'; |
|
28 | - |
|
29 | - /** |
|
30 | - * string geometry |
|
31 | - */ |
|
32 | - const GEOMETRY = 'geometry'; |
|
33 | - |
|
34 | - /** |
|
35 | - * string viewport |
|
36 | - */ |
|
37 | - const VIEWPORT = 'viewport'; |
|
38 | - |
|
39 | - /** |
|
40 | - * string place_id |
|
41 | - */ |
|
42 | - const PLACE_ID = 'place_id'; |
|
43 | - |
|
44 | - /** |
|
45 | - * string location_type |
|
46 | - */ |
|
47 | - const LOCATION_TYPE = 'location_type'; |
|
48 | - |
|
49 | - /** |
|
50 | - * string types |
|
51 | - */ |
|
52 | - const TYPES = 'types'; |
|
53 | - |
|
54 | - /** |
|
55 | - * string location |
|
56 | - */ |
|
57 | - const LOCATION = 'location'; |
|
19 | + /** |
|
20 | + * string address_components |
|
21 | + */ |
|
22 | + const ADDRESS_COMPONENTS = 'address_components'; |
|
23 | + |
|
24 | + /** |
|
25 | + * string formatted_address |
|
26 | + */ |
|
27 | + const FORMATTED_ADDRESS = 'formatted_address'; |
|
28 | + |
|
29 | + /** |
|
30 | + * string geometry |
|
31 | + */ |
|
32 | + const GEOMETRY = 'geometry'; |
|
33 | + |
|
34 | + /** |
|
35 | + * string viewport |
|
36 | + */ |
|
37 | + const VIEWPORT = 'viewport'; |
|
38 | + |
|
39 | + /** |
|
40 | + * string place_id |
|
41 | + */ |
|
42 | + const PLACE_ID = 'place_id'; |
|
43 | + |
|
44 | + /** |
|
45 | + * string location_type |
|
46 | + */ |
|
47 | + const LOCATION_TYPE = 'location_type'; |
|
48 | + |
|
49 | + /** |
|
50 | + * string types |
|
51 | + */ |
|
52 | + const TYPES = 'types'; |
|
53 | + |
|
54 | + /** |
|
55 | + * string location |
|
56 | + */ |
|
57 | + const LOCATION = 'location'; |
|
58 | 58 | |
59 | 59 | } |
60 | 60 | \ No newline at end of file |
@@ -16,28 +16,28 @@ |
||
16 | 16 | */ |
17 | 17 | class GoogleMapsRequestFields { |
18 | 18 | |
19 | - /** |
|
20 | - * string: key |
|
21 | - */ |
|
22 | - const KEY = 'key'; |
|
19 | + /** |
|
20 | + * string: key |
|
21 | + */ |
|
22 | + const KEY = 'key'; |
|
23 | 23 | |
24 | - /** |
|
25 | - * string: sensor |
|
26 | - */ |
|
27 | - const SENSOR = 'sensor'; |
|
24 | + /** |
|
25 | + * string: sensor |
|
26 | + */ |
|
27 | + const SENSOR = 'sensor'; |
|
28 | 28 | |
29 | - /** |
|
30 | - * string: latlng |
|
31 | - */ |
|
32 | - const LATLNG = 'latlng'; |
|
29 | + /** |
|
30 | + * string: latlng |
|
31 | + */ |
|
32 | + const LATLNG = 'latlng'; |
|
33 | 33 | |
34 | - /** |
|
35 | - * string: address |
|
36 | - */ |
|
37 | - const ADDRESS = 'address'; |
|
34 | + /** |
|
35 | + * string: address |
|
36 | + */ |
|
37 | + const ADDRESS = 'address'; |
|
38 | 38 | |
39 | - /** |
|
40 | - * string: place_id |
|
41 | - */ |
|
42 | - const PLACE_ID = 'place_id'; |
|
39 | + /** |
|
40 | + * string: place_id |
|
41 | + */ |
|
42 | + const PLACE_ID = 'place_id'; |
|
43 | 43 | } |
44 | 44 | \ No newline at end of file |
@@ -16,13 +16,13 @@ |
||
16 | 16 | */ |
17 | 17 | class LatLngBoundsFields { |
18 | 18 | |
19 | - /** |
|
20 | - * string : northeast |
|
21 | - */ |
|
22 | - const NORTHEAST = 'northeast'; |
|
19 | + /** |
|
20 | + * string : northeast |
|
21 | + */ |
|
22 | + const NORTHEAST = 'northeast'; |
|
23 | 23 | |
24 | - /** |
|
25 | - * string : southwest |
|
26 | - */ |
|
27 | - const SOUTHWEST = 'southwest'; |
|
24 | + /** |
|
25 | + * string : southwest |
|
26 | + */ |
|
27 | + const SOUTHWEST = 'southwest'; |
|
28 | 28 | } |
29 | 29 | \ No newline at end of file |
@@ -16,19 +16,19 @@ |
||
16 | 16 | */ |
17 | 17 | class AddressComponentFields { |
18 | 18 | |
19 | - /** |
|
20 | - * string: long_name |
|
21 | - */ |
|
22 | - const LONG_NAME = 'long_name'; |
|
19 | + /** |
|
20 | + * string: long_name |
|
21 | + */ |
|
22 | + const LONG_NAME = 'long_name'; |
|
23 | 23 | |
24 | - /** |
|
25 | - * string: short_name |
|
26 | - */ |
|
27 | - const SHORT_NAME = 'short_name'; |
|
24 | + /** |
|
25 | + * string: short_name |
|
26 | + */ |
|
27 | + const SHORT_NAME = 'short_name'; |
|
28 | 28 | |
29 | - /** |
|
30 | - * string: types |
|
31 | - */ |
|
32 | - const TYPES = 'types'; |
|
29 | + /** |
|
30 | + * string: types |
|
31 | + */ |
|
32 | + const TYPES = 'types'; |
|
33 | 33 | |
34 | 34 | } |
35 | 35 | \ No newline at end of file |
@@ -16,19 +16,19 @@ |
||
16 | 16 | */ |
17 | 17 | class GoogleMapsResponseFields { |
18 | 18 | |
19 | - /** |
|
20 | - * string: results |
|
21 | - */ |
|
22 | - const RESULTS = 'results'; |
|
19 | + /** |
|
20 | + * string: results |
|
21 | + */ |
|
22 | + const RESULTS = 'results'; |
|
23 | 23 | |
24 | - /** |
|
25 | - * string: status |
|
26 | - */ |
|
27 | - const STATUS = 'status'; |
|
24 | + /** |
|
25 | + * string: status |
|
26 | + */ |
|
27 | + const STATUS = 'status'; |
|
28 | 28 | |
29 | - /** |
|
30 | - * string: error_message |
|
31 | - */ |
|
32 | - const ERROR_MESSAGE = 'error_message'; |
|
29 | + /** |
|
30 | + * string: error_message |
|
31 | + */ |
|
32 | + const ERROR_MESSAGE = 'error_message'; |
|
33 | 33 | |
34 | 34 | } |
35 | 35 | \ No newline at end of file |
@@ -16,13 +16,13 @@ |
||
16 | 16 | */ |
17 | 17 | class LatLngFields { |
18 | 18 | |
19 | - /** |
|
20 | - * string - latitude |
|
21 | - */ |
|
22 | - const LAT = 'lat'; |
|
19 | + /** |
|
20 | + * string - latitude |
|
21 | + */ |
|
22 | + const LAT = 'lat'; |
|
23 | 23 | |
24 | - /** |
|
25 | - * string - longitude |
|
26 | - */ |
|
27 | - const LNG = 'lng'; |
|
24 | + /** |
|
25 | + * string - longitude |
|
26 | + */ |
|
27 | + const LNG = 'lng'; |
|
28 | 28 | } |
29 | 29 | \ No newline at end of file |