public static interface SearchForSuggestionsResult.Builder extends SdkPojo, CopyableBuilder<SearchForSuggestionsResult.Builder,SearchForSuggestionsResult>
| Modifier and Type | Method and Description |
|---|---|
SearchForSuggestionsResult.Builder |
placeId(String placeId)
The unique identifier of the place.
|
SearchForSuggestionsResult.Builder |
text(String text)
The text of the place suggestion, typically formatted as an address string.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchForSuggestionsResult.Builder placeId(String placeId)
The unique identifier of the place. You can use this with the GetPlace operation to find the
place again later.
For SearchPlaceIndexForSuggestions operations, the PlaceId is returned by place
indexes that use Esri, Grab, or HERE as data providers.
placeId - The unique identifier of the place. You can use this with the GetPlace operation to find
the place again later.
For SearchPlaceIndexForSuggestions operations, the PlaceId is returned by
place indexes that use Esri, Grab, or HERE as data providers.
SearchForSuggestionsResult.Builder text(String text)
The text of the place suggestion, typically formatted as an address string.
text - The text of the place suggestion, typically formatted as an address string.Copyright © 2023. All rights reserved.