sdk-search / com.tomtom.online.sdk.search.data.alongroute / IAlongRouteSearchQuery / withRelatedPois

withRelatedPois

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

Enables the return of related POIs.

Parameters

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

Return
IAlongRouteSearchQuery: A reference to the builder object.

See Also
PoiRelationType