sdk-search / com.tomtom.online.sdk.search.data.reversegeocoder / IReverseGeocoderSearchQuery / withReturnSpeedLimit

withReturnSpeedLimit

@NonNull abstract fun withReturnSpeedLimit(returnSpeedLimit: Boolean!): IReverseGeocoderSearchQuery

Enables the return of the posted speedlimit (where available).

Parameters

returnSpeedLimit - Boolean!: The speed limit at a reverse geocoded location.

Return
IReverseGeocoderSearchQuery: The builder of the ReverseGeocoderSearchQuery with a new value for returnSpeedLimit being set.