public static function fromE5($latE5, $lngE5)
 {
     return new S2LatLng(S1Angle::se5($latE5), S1Angle::se5($lngE5));
 }