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

withHeading

@NonNull abstract fun withHeading(heading: Float!): IReverseGeocoderSearchQuery

The directional heading of the vehicle in degrees while traveling along a segment of roadway. 0 is North, 90 is East, and so on. Values range from -360 to 360. The precision can include up to one decimal place.

Parameters

heading - Float!:

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