\OpenEstate\PhpExport\ProviderAbstractMapProvider

An abstract provider for a map view.

Summary

Methods
Properties
Constants
__construct()
__destruct()
getHeaderElements()
init()
getBody()
getLatitude()
getLongitude()
getName()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct() 

AbstractMapProvider constructor.

__destruct()

__destruct() 

AbstractMapProvider destructor.

getHeaderElements()

getHeaderElements() : array

Get HTML header elements for the embedded view.

Returns

array —

header elements

init()

init(array  $object) : boolean

Initialize the map provider for an object.

Parameters

array $object

object data

Returns

boolean —

true, if a map is shown for the object

getBody()

getBody(array  $object) : string

Get HTML code for the map.

Parameters

array $object

object data

Returns

string —

generated HTML code

getLatitude()

getLatitude(array  $object) : float|null

Get latitude value from a real estate object.

Parameters

array $object

object data

Returns

float|null —

latitude value or null, if not found

getLongitude()

getLongitude(array  $object) : float|null

Get longitude value from a real estate object.

Parameters

array $object

object data

Returns

float|null —

longitude value or null, if not found

getName()

getName() : string

Get internal name for the map.

Returns

string —

internal name