Searched refs:geoUri (Results 1 – 2 of 2) sorted by relevance
| /plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/ |
| D | Room.php | 266 * @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);
|
| D | MatrixHttpApi.php | 400 * @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,
|