You are here

public function RealEstateInterface::getLocation in Styled Google Map 8.2

Gets the Real estate location.

Return value

array Location of the Real estate as array('lat' => ..., 'lon' => ...).

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

File

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

Class

RealEstateInterface
Provides an interface for defining Real estate entities.

Namespace

Drupal\styled_google_map_demo\Entity

Code

public function getLocation();