public function toDegreesString()
 {
     $s2LatLng = new S2LatLng($this);
     return "(" . $s2LatLng->latDegrees() . ", " . $s2LatLng->lngDegrees() . ")";
 }