sdk-search / com.tomtom.online.sdk.search.data.geometry / IGeometrySearchQuery / withRelatedPois

withRelatedPois

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

Enables the return of related POIs.

Parameters

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

Return
IGeometrySearchQuery: A reference to the builder object.

See Also
PoiRelationType