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, sdkFieldscopyapplyMutation, buildPoint.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 polygonPoint.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 polygonCopyright © 2023. All rights reserved.