public static function fromE7($latE7, $lngE7)
 {
     return new S2LatLng(S1Angle::se7($latE7), S1Angle::se7($lngE7));
 }