Geo constant
int
const Geo
For geospatial coordinates aka latitude/longitude pairs. Note, that the vector dimension must be 2, with the latitude being the first element and longitude the second. Internally, this uses haversine distance.
Implementation
static const int Geo = 6;