@NonNull abstract fun withLimit(limit: Int!): IGeometrySearchQuery
The maximum number of responses that will be returned.
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.