Searched refs:fromLatLngDegrees (Results 1 – 2 of 2) sorted by relevance
90 long s2CellId = S2CellIdUtils.fromLatLngDegrees(location.getLatitude(), in findMapSquare()175 long s2CellId = S2CellIdUtils.fromLatLngDegrees(location.getLatitude(), in addMslAltitude()296 long s2CellId = S2CellIdUtils.fromLatLngDegrees(location.getLatitude(), in getGeoidHeight()
69 public static long fromLatLngDegrees(double latDegrees, double lngDegrees) { in fromLatLngDegrees() method in S2CellIdUtils