Size2D (API Reference)
Package com.here.sdk.core
Class Size2D
java.lang.Object
com.here.sdk.core.Size2D
Represents the size of a 2D structure.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
width
public double widthThe width represents the size along the X axis. Default is 0.0.
-
height
public double heightThe height represents the size along the Y axis. Default is 0.0.
-
-
Constructor Details
-
Size2D
public Size2D()Creates a new instance.
-
Size2D
public Size2D(double width, double height) Creates a new instance.
- Parameters:
width-The width represents the size along the X axis. Default is 0.0.
height-The height represents the size along the Y axis. Default is 0.0.
-
-
Method Details