distanceToLatitudeDegrees static method

double distanceToLatitudeDegrees(
  1. double distance
)

Implementation

static double distanceToLatitudeDegrees(double distance) =>
    distance / METERS_PER_DEGREE_LATITUDE;