public static interface Point.Builder extends SdkPojo, CopyableBuilder<Point.Builder,Point>
Modifier and Type | Method and Description |
---|---|
Point.Builder |
x(Float x)
The value of the X coordinate for a point on a
Polygon . |
Point.Builder |
y(Float y)
The value of the Y coordinate for a point on a
Polygon . |
equalsBySdkFields, sdkFields
copy
applyMutation, build
Point.Builder x(Float x)
The value of the X coordinate for a point on a Polygon
.
x
- The value of the X coordinate for a point on a Polygon
.Point.Builder y(Float y)
The value of the Y coordinate for a point on a Polygon
.
y
- The value of the Y coordinate for a point on a Polygon
.Copyright © 2020. All rights reserved.