\OpenEstate\PhpExport\ProviderOpenStreetMap

A map provided by OpenStreetMaps.org.

Summary

Methods
Properties
Constants
__construct()
__destruct()
init()
getBody()
getLatitude()
getLongitude()
getName()
getHeaderElements()
$showPositionMarker
$showDirectLink
NAME
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

NAME

NAME

Provider name.

Properties

$showPositionMarker

$showPositionMarker : boolean

Enable position marker on the map.

Type

boolean

$showDirectLink

$showDirectLink : boolean

Enable direct link below the map.

Type

boolean

Methods

__construct()

__construct(boolean  $showPositionMarker = true, boolean  $showDirectLink = true) 

OpenStreetMap constructor.

Parameters

boolean $showPositionMarker

enable position marker on the map

boolean $showDirectLink

enable direct link below the map

__destruct()

__destruct() 

AbstractProvider destructor.

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

getHeaderElements()

getHeaderElements() : array

Get HTML header elements for the embedded view.

Returns

array —

header elements