public static function fromE6($latE6, $lngE6)
 {
     return new S2LatLng(S1Angle::se6($latE6), S1Angle::se6($lngE6));
 }