/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.map.home/StopLoaderArgs/CELLS_PER_DEGREE
CELLS_PER_DEGREE
\ const val CELLS_PER_DEGREE: Int = 75
FIXME: Why 75? This was taken from the iOS impl. If we change into something else rather than 75, it might produce cell ids incompatible with locations.json API.
See also
iOS impl |