MapMeasureRange (API Reference)
Package com.here.sdk.mapview
Class MapMeasureRange
java.lang.Object
com.here.sdk.mapview.MapMeasureRange
A map measure range.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal MapMeasure.KindThe kind of measure represented by value.final doubleThe maximum measure value.final doubleThe minimum measure value. -
Constructor Summary
ConstructorsConstructorDescriptionMapMeasureRange(MapMeasure.Kind kind, double minimumValue, double maximumValue) Constructs a MapMeasureRange from the kind and range values. -
Method Summary
-
Field Details
-
kind
The kind of measure represented by value.
-
minimumValue
public final double minimumValueThe minimum measure value.
-
maximumValue
public final double maximumValueThe maximum measure value.
-
-
Constructor Details
-
MapMeasureRange
Constructs a MapMeasureRange from the kind and range values.
- Parameters:
kind-The measure kind.
minimumValue-The minimum measure value.
maximumValue-The maximum measure value.
-
-
Method Details