Definition at line 9 of file Locatable.php.
Locatable::getLatitude |
( |
| ) |
|
Get the contents of the ->geo:lat field.
- Returns
- int
Implemented in ElggEntity.
Locatable::getLocation |
( |
| ) |
|
Get the ->location metadata.
- Returns
- string
Implemented in ElggEntity.
Locatable::getLongitude |
( |
| ) |
|
Get the contents of the ->geo:lat field.
- Returns
- int
Implemented in ElggEntity.
Locatable::setLatLong |
( |
|
$lat, |
|
|
|
$long |
|
) |
| |
Set latitude and longitude tags for a given entity.
- Parameters
-
float | $lat | Latitude |
float | $long | Longitude |
- Returns
- void
Implemented in ElggEntity.
Locatable::setLocation |
( |
|
$location | ) |
|
Set a location text.
- Parameters
-
string | $location | Textual representation of location |
- Returns
- void
Implemented in ElggEntity.
The documentation for this interface was generated from the following file: