Home
last modified time | relevance | path

Searched refs:geoUri (Results 1 – 2 of 2) sorted by relevance

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DRoom.php266 * @param string $geoUri The geo uri representing the location.
275 …public function sendLocation(string $geoUri, string $name, ?array $thumbInfo, ?string $thumbUrl = … argument
276 return $this->api()->sendLocation($this->roomId, $geoUri, $name, $thumbUrl, $thumbInfo);
DMatrixHttpApi.php400 * @param string $geoUri The geo uri representing the location.
410 …public function sendLocation(string $roomId, string $geoUri, string $name, string $thumbUrl = null, argument
413 "geo_uri" => $geoUri,