PipelineBase.geodist

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Response!(Double) geodist(const(ubyte)[] key, const(ubyte)[] member1, const(ubyte)[] member2)
  2. Response!(Double) geodist(const(ubyte)[] key, const(ubyte)[] member1, const(ubyte)[] member2, GeoUnit unit)
    class PipelineBase
    Response!(Double)
    geodist
    (
    const(ubyte)[] key
    ,
    const(ubyte)[] member1
    ,
    const(ubyte)[] member2
    ,)
  3. Response!(Double) geodist(string key, string member1, string member2)
  4. Response!(Double) geodist(string key, string member1, string member2, GeoUnit unit)

Meta