public static interface CfnSegment.CoordinatesProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.pinpoint.*; CoordinatesProperty coordinatesProperty = CoordinatesProperty.builder() .latitude(123) .longitude(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnSegment.CoordinatesProperty.Builder
A builder for
CfnSegment.CoordinatesProperty |
static class |
CfnSegment.CoordinatesProperty.Jsii$Proxy
An implementation for
CfnSegment.CoordinatesProperty |
Modifier and Type | Method and Description |
---|---|
static CfnSegment.CoordinatesProperty.Builder |
builder() |
java.lang.Number |
getLatitude()
The latitude coordinate of the location.
|
java.lang.Number |
getLongitude()
The longitude coordinate of the location.
|
java.lang.Number getLatitude()
java.lang.Number getLongitude()
static CfnSegment.CoordinatesProperty.Builder builder()