Java org.springframework.data.geo Distance fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.geo Distance fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.geo Distance.

The text is from its open source code.

Constructor

Distance(double value, Metric metric)
Creates a new Distance with the given Metric .
Distance(double value)
Creates a new Distance with a neutral metric.