public function Point::haversineLength in geoPHP 8
Same name and namespace in other branches
- 7 geoPHP/lib/geometry/Point.class.php \Point::haversineLength()
Overrides Geometry::haversineLength
File
- geoPHP/
lib/ geometry/ Point.class.php, line 108
Class
- Point
- Point: The most basic geometry type. All other geometries are built out of Points.
Code
public function haversineLength() {
return 0;
}