@NonNull abstract fun withNumber(number: String!): IReverseGeocoderSearchQuery
If a number is sent in along with the Request, the Response may include the side of the street (Left/Right) and also an offset position for that number.
number
- String!: The side of the street.
Return
IReverseGeocoderSearchQuery: The builder of the ReverseGeocoderSearchQuery with a new value for number being set.