Location
extends Message
in package
Generated from protobuf message <code>website.admin.realtime_segments.Location</code>
Table of Contents
Properties
- $city : mixed
- Generated from protobuf field <code>string city = 2 [json_name = "city"];</code>
- $stadium : mixed
- Generated from protobuf field <code>string stadium = 1 [json_name = "stadium"];</code>
Methods
- __construct() : mixed
- Constructor.
- getCity() : string
- Generated from protobuf field <code>string city = 2 [json_name = "city"];</code>
- getStadium() : string
- Generated from protobuf field <code>string stadium = 1 [json_name = "stadium"];</code>
- setCity() : $this
- Generated from protobuf field <code>string city = 2 [json_name = "city"];</code>
- setStadium() : $this
- Generated from protobuf field <code>string stadium = 1 [json_name = "stadium"];</code>
Properties
$city
Generated from protobuf field <code>string city = 2 [json_name = "city"];</code>
protected
mixed
$city
= ''
$stadium
Generated from protobuf field <code>string stadium = 1 [json_name = "stadium"];</code>
protected
mixed
$stadium
= ''
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = NULL ]) : mixed
Parameters
- $data : array<string|int, mixed> = NULL
-
{ Optional. Data for populating the Message object.
@type string $stadium @type string $city}
getCity()
Generated from protobuf field <code>string city = 2 [json_name = "city"];</code>
public
getCity() : string
Return values
stringgetStadium()
Generated from protobuf field <code>string stadium = 1 [json_name = "stadium"];</code>
public
getStadium() : string
Return values
stringsetCity()
Generated from protobuf field <code>string city = 2 [json_name = "city"];</code>
public
setCity(string $var) : $this
Parameters
- $var : string
Return values
$thissetStadium()
Generated from protobuf field <code>string stadium = 1 [json_name = "stadium"];</code>
public
setStadium(string $var) : $this
Parameters
- $var : string