Lines Matching full:point
23 use geoPHP\Geometry\Point; alias
80 $geometry = new Point($lon, $lat);
89 * @param Point|null $p
90 * optional point
94 final public function findNearby(string $geohash, Point $p = null): array
97 if (!$p instanceof Point) {
140 $point = $indexer->getCoordsFromExif($id);
144 $point
148 'lat' => $point->y(), 'lon' => $point->x()];
152 $point = new Point($geotags ['lon'], $geotags ['lat']);
156 $point