public static interface GeospatialCoordinateBounds.Builder extends SdkPojo, CopyableBuilder<GeospatialCoordinateBounds.Builder,GeospatialCoordinateBounds>
| Modifier and Type | Method and Description |
|---|---|
GeospatialCoordinateBounds.Builder |
east(Double east)
The longitude of the east bound of the geospatial coordinate bounds.
|
GeospatialCoordinateBounds.Builder |
north(Double north)
The latitude of the north bound of the geospatial coordinate bounds.
|
GeospatialCoordinateBounds.Builder |
south(Double south)
The latitude of the south bound of the geospatial coordinate bounds.
|
GeospatialCoordinateBounds.Builder |
west(Double west)
The longitude of the west bound of the geospatial coordinate bounds.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGeospatialCoordinateBounds.Builder north(Double north)
The latitude of the north bound of the geospatial coordinate bounds.
north - The latitude of the north bound of the geospatial coordinate bounds.GeospatialCoordinateBounds.Builder south(Double south)
The latitude of the south bound of the geospatial coordinate bounds.
south - The latitude of the south bound of the geospatial coordinate bounds.GeospatialCoordinateBounds.Builder west(Double west)
The longitude of the west bound of the geospatial coordinate bounds.
west - The longitude of the west bound of the geospatial coordinate bounds.GeospatialCoordinateBounds.Builder east(Double east)
The longitude of the east bound of the geospatial coordinate bounds.
east - The longitude of the east bound of the geospatial coordinate bounds.Copyright © 2023. All rights reserved.