示例#1
0
 /** Return the leaf cell containing the given S2LatLng. */
 public static function fromLatLng(S2LatLng $ll)
 {
     return self::fromPoint($ll->toPoint());
 }