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

withLimit

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

The maximum number of responses that will be returned.

Parameters

limit - Int!: The maximum number of responses that will be returned.

Return
IGeometrySearchQuery: The builder of the GeometrySearchQuery with a new value for the limit being set.