Documentation

Location extends BaseComponent
in package

Table of Contents

Properties

$address_line1  : string|null
$address_line2  : string|null
$address_line3  : string|null
$city  : string|null
$country  : string|null
$directions  : string|null
$id  : int|null
$map_url  : string|null
$name  : string|null
$opponent_id  : int|null
$province  : string|null
$state  : string|null
$state_short  : string|null
$travel_time  : int|null
$zip  : string|null
$fields  : array<string|int, string>

Properties

$address_line1

public string|null $address_line1

Address Line 1

$address_line2

public string|null $address_line2

Address Line 2

$address_line3

public string|null $address_line3

Address Line 3

$country

public string|null $country

Country

$directions

public string|null $directions

Directions to the location

$id

public int|null $id

ID of the location

$map_url

public string|null $map_url

URL to the directions/map

$name

public string|null $name

Name of the location

$opponent_id

public int|null $opponent_id

Opponent ID associated with this location

$province

public string|null $province

Province

$state_short

public string|null $state_short

State abbreviation

$travel_time

public int|null $travel_time

Travel time (minutes) to the location

$fields

protected static array<string|int, string> $fields = ["id" => "int", "name" => "string", "address_line1" => "string", "address_line2" => "string", "address_line3" => "string", "city" => "string", "state" => "string", "state_short" => "string", "country" => "string", "zip" => "string", "province" => "string", "map_url" => "string", "directions" => "string", "travel_time" => "int", "opponent_id" => "int"]

        
On this page

Search results