Tribe__Events__Pro__Geo_Loc::clear_min_max_coords_cache()
Deletes the cached value for the min/max lat/lng.
Return
(bool) Indicates success.
Source
File: src/Tribe/Geo_Loc.php
public function clear_min_max_coords_cache() {
return delete_transient( self::ESTIMATION_CACHE_KEY );
}