sdk-search / com.tomtom.online.sdk.search.data.fuzzy / IFuzzySearchQuery / withRelatedPois

withRelatedPois

@NonNull abstract fun withRelatedPois(poiRelationType: PoiRelationType!): IFuzzySearchQuery

Enables the return of related POIs.

Parameters

poiRelationType - PoiRelationType!: The enum type indicating supported related POIs.

Return
IFuzzySearchQuery: A reference to the builder object.

See Also
PoiRelationType