Class: Enums::DistanceTypes
- Inherits:
-
Object
- Object
- Enums::DistanceTypes
- Defined in:
- lib/enums/distance_types.rb
Overview
Enumerator class for type of measurement of geo distance.
Class Method Summary collapse
-
.arc ⇒ DistanceTypes
default type.
-
.plane ⇒ DistanceTypes
faster, but inaccurate on long distances and close to the poles.
Class Method Details
.plane ⇒ DistanceTypes
faster, but inaccurate on long distances and close to the poles
|
# File 'lib/enums/distance_types.rb', line 25
|