MapMeasure (API Reference)
Package com.here.sdk.mapview
Class MapMeasure
java.lang.Object
com.here.sdk.mapview.MapMeasure
A map measure.
Check MapCamera for more details on each supported measure.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal MapMeasure.KindThe kind of measure represented by value.final doubleThe measure value. -
Constructor Summary
ConstructorsConstructorDescriptionMapMeasure(MapMeasure.Kind kind, double value) Constructs a MapMeasure from the kind and value. -
Method Summary
-
Field Details
-
kind
The kind of measure represented by value.
-
value
public final double valueThe measure value.
-
-
Constructor Details
-
MapMeasure
Constructs a MapMeasure from the kind and value.
- Parameters:
kind-The measure kind.
value-The measure value.
-
-
Method Details