__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
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
getHeaderElements() getHeaderElements() : array Get HTML header elements for the embedded view. Returns array — header elements