Interface PlaceGeometry.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<PlaceGeometry.Builder,,PlaceGeometry> SdkBuilder<PlaceGeometry.Builder,,PlaceGeometry> SdkPojo
- Enclosing class:
 PlaceGeometry
public static interface PlaceGeometry.Builder
extends SdkPojo, CopyableBuilder<PlaceGeometry.Builder,PlaceGeometry> 
- 
Method Summary
Modifier and TypeMethodDescriptionA single point geometry specifies a location for a Place using WGS 84 coordinates:point(Collection<Double> point) A single point geometry specifies a location for a Place using WGS 84 coordinates:Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
point
A single point geometry specifies a location for a Place using WGS 84 coordinates:
- 
 
x — Specifies the x coordinate or longitude.
 - 
 
y — Specifies the y coordinate or latitude.
 
- Parameters:
 point- A single point geometry specifies a location for a Place using WGS 84 coordinates:- 
        
x — Specifies the x coordinate or longitude.
 - 
        
y — Specifies the y coordinate or latitude.
 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 - 
point
A single point geometry specifies a location for a Place using WGS 84 coordinates:
- 
 
x — Specifies the x coordinate or longitude.
 - 
 
y — Specifies the y coordinate or latitude.
 
- Parameters:
 point- A single point geometry specifies a location for a Place using WGS 84 coordinates:- 
        
x — Specifies the x coordinate or longitude.
 - 
        
y — Specifies the y coordinate or latitude.
 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 
 -