rapid-sdk
Toggle table of contents
5.3.1
Select version
5.4.0
5.3.1
5.3.0
5.1.0
5.0.1
5.0.0
4.3.0
4.2.0
4.1.3
4.1.2
4.1.1
4.1.0
3.2.2
JVM
Platform filter
JVM
Switch theme
Search in API
rapid-sdk
rapid-sdk
/
com.expediagroup.sdk.rapid.models
/
MultiPolygon
Multi
Polygon
public
final
class
MultiPolygon
implements
BoundingPolygon
Parameters
coordinates
An array of multiple polygon(s) that combine to make a full
MultiPolygon
in geojson format.
Members
Constructors
Multi
Polygon
Link copied to clipboard
public
MultiPolygon
MultiPolygon
(
List
<
List
<
List
<
List
<
BigDecimal
>
>
>
>
coordinates
)
Types
Builder
Link copied to clipboard
public
final
class
Builder
Properties
coordinates
Link copied to clipboard
@
Valid
(
)
private
final
List
<
List
<
List
<
List
<
BigDecimal
>
>
>
>
coordinates
type
Link copied to clipboard
private
final
String
type
Functions
builder
Link copied to clipboard
public
final
static
MultiPolygon.Builder
builder
(
)
get
Coordinates
Link copied to clipboard
public
final
List
<
List
<
List
<
List
<
BigDecimal
>
>
>
>
getCoordinates
(
)
get
Type
Link copied to clipboard
public
String
getType
(
)
to
Builder
Link copied to clipboard
public
final
MultiPolygon.Builder
toBuilder
(
)