Interface IsolineSideOfStreetOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IsolineSideOfStreetOptions.Builder,,IsolineSideOfStreetOptions> SdkBuilder<IsolineSideOfStreetOptions.Builder,,IsolineSideOfStreetOptions> SdkPojo
- Enclosing class:
IsolineSideOfStreetOptions
-
Method Summary
Modifier and TypeMethodDescriptionThe[longitude, latitude]coordinates of the point that should be matched to a specific side of the street.position(Collection<Double> position) The[longitude, latitude]coordinates of the point that should be matched to a specific side of the street.Controls whether side-of-street matching is applied to any street (AnyStreet) or only to divided roads (DividedStreetOnly).useWith(SideOfStreetMatchingStrategy useWith) Controls whether side-of-street matching is applied to any street (AnyStreet) or only to divided roads (DividedStreetOnly).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, sdkFieldNameToField, sdkFields
-
Method Details
-
position
The
[longitude, latitude]coordinates of the point that should be matched to a specific side of the street.- Parameters:
position- The[longitude, latitude]coordinates of the point that should be matched to a specific side of the street.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
position
The
[longitude, latitude]coordinates of the point that should be matched to a specific side of the street.- Parameters:
position- The[longitude, latitude]coordinates of the point that should be matched to a specific side of the street.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
useWith
Controls whether side-of-street matching is applied to any street (
AnyStreet) or only to divided roads (DividedStreetOnly). This is important when the exact side of the street matters - for example, if a building entrance is only accessible from one side of a divided highway, or if a parking lot can only be entered from northbound lanes. Without correct side-of-street matching, travel time estimates may be inaccurate because they don't account for necessary U-turns or detours to reach the correct side.Default value:
DividedStreetOnly- Parameters:
useWith- Controls whether side-of-street matching is applied to any street (AnyStreet) or only to divided roads (DividedStreetOnly). This is important when the exact side of the street matters - for example, if a building entrance is only accessible from one side of a divided highway, or if a parking lot can only be entered from northbound lanes. Without correct side-of-street matching, travel time estimates may be inaccurate because they don't account for necessary U-turns or detours to reach the correct side.Default value:
DividedStreetOnly- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
useWith
Controls whether side-of-street matching is applied to any street (
AnyStreet) or only to divided roads (DividedStreetOnly). This is important when the exact side of the street matters - for example, if a building entrance is only accessible from one side of a divided highway, or if a parking lot can only be entered from northbound lanes. Without correct side-of-street matching, travel time estimates may be inaccurate because they don't account for necessary U-turns or detours to reach the correct side.Default value:
DividedStreetOnly- Parameters:
useWith- Controls whether side-of-street matching is applied to any street (AnyStreet) or only to divided roads (DividedStreetOnly). This is important when the exact side of the street matters - for example, if a building entrance is only accessible from one side of a divided highway, or if a parking lot can only be entered from northbound lanes. Without correct side-of-street matching, travel time estimates may be inaccurate because they don't account for necessary U-turns or detours to reach the correct side.Default value:
DividedStreetOnly- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-