You are here

public function IpGeoLocAPI::earthFlattening in IP Geolocation Views & Maps 8

Flatten the earth.

File

src/Services/IpGeoLocAPI.php, line 791

Class

IpGeoLocAPI
Class IpGeoAPI to interact with other modules.

Namespace

Drupal\ip_geoloc\Services

Code

public function earthFlattening() {
  return 1.0 / 298.257223563;
}