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

withLimit

@NonNull abstract fun withLimit(limit: Int!): IAlongRouteSearchQuery

The upper limit of the number of results.

Parameters

limit - Int!: The upper limit of the number of results.

Return
IAlongRouteSearchQuery: The builder of the query with a new value for the limit set.