Searched refs:findTimeZonesForLatLng (Results 1 – 5 of 5) sorted by relevance
80 geoTimeZonesFinder.findTimeZonesForLatLng(latDegrees, lngDegrees)); in sampleLookups()95 geoTimeZonesFinder.findTimeZonesForLatLng(greenwichLat, greenwichLng)); in locationTokenBehavior()118 assertEquals(geoTimeZonesFinder.findTimeZonesForLatLng(greenwichLat, greenwichLng), in locationTokenBehavior()119 geoTimeZonesFinder.findTimeZonesForLatLng(greenwichLat2, greenwichLng2)); in locationTokenBehavior()
66 public abstract List<String> findTimeZonesForLatLng(double latDegrees, double lngDegrees) in findTimeZonesForLatLng() method in GeoTimeZonesFinder
66 public List<String> findTimeZonesForLatLng(double latDegrees, double lngDegrees) in findTimeZonesForLatLng() method in S2RangeFileBasedGeoTimeZonesFinder
128 List<String> cityTimeZoneIds = geoTzFinder.findTimeZonesForLatLng( in main()
520 public List<String> findTimeZonesForLatLng(double latDegrees, double lngDegrees)