MapboxField
extends TextField
Table of Contents
Properties
-
$accessToken
: mixed
-
$locationObject
: mixed
-
$record_fields
: mixed
Methods
-
__construct()
: mixed
-
forTemplate()
: mixed
-
getHiddenFields()
: mixed
-
getLocationObject()
: mixed
-
setLocationObject()
: self
$accessToken
protected
mixed
$accessToken
$locationObject
protected
mixed
$locationObject
$record_fields
private
static mixed
$record_fields
= ['Address', 'City', 'Country', 'Latitude', 'Longitude']
__construct()
public
__construct(mixed $name[, mixed $title = null ][, mixed $value = '' ][, mixed $maxLength = null ][, mixed $form = null ][, mixed $object = null ]) : mixed
Parameters
-
$name
: mixed
-
-
$title
: mixed
= null
-
-
$value
: mixed
= ''
-
-
$maxLength
: mixed
= null
-
-
$form
: mixed
= null
-
-
$object
: mixed
= null
-
forTemplate()
public
forTemplate() : mixed
getHiddenFields()
public
getHiddenFields() : mixed
getLocationObject()
public
getLocationObject() : mixed
setLocationObject()
public
setLocationObject(mixed $locationObject) : self
Parameters
-
$locationObject
: mixed
-