You are here

public function RealEstateInterface::setLocation in Styled Google Map 8.2

Sets the Real estate location.

Parameters

array $location: The Real estate location as array('lat' => ..., 'lon' => ...).

Return value

\Drupal\styled_google_map_demo\Entity\RealEstateInterface The called Real estate entity.

1 method overrides RealEstateInterface::setLocation()
RealEstate::setLocation in modules/demo/src/Entity/RealEstate.php
Sets the Real estate location.

File

modules/demo/src/Entity/RealEstateInterface.php, line 92

Class

RealEstateInterface
Provides an interface for defining Real estate entities.

Namespace

Drupal\styled_google_map_demo\Entity

Code

public function setLocation($location);