class FlowSegmentDataQueryBuilder : IFlowSegmentDataQuery
The default builder for FlowSegmentDataQuery objects.
FlowSegmentDataQueryBuilder(style: FlowSegmentStyle, zoomLevel: Int, position: LatLng)
The default builder for FlowSegmentDataQuery objects. |
fun build(): FlowSegmentDataQuery
Creates new instance of FlowSegmentDataQuery. |
|
fun withIncludeOpenLR(includeOpenLR: Boolean): FlowSegmentDataQueryBuilder
Defines if the Response should include OpenLR code. |
|
fun withSpeedUnit(speedUnit: FlowSegmentSpeedUnit): FlowSegmentDataQueryBuilder
The representation of Speed units. All values regarding speed in the Response will be recalculated to this unit. |
|
fun withThickness(thickness: Int): FlowSegmentDataQueryBuilder
Thickness segment width multiplier. |
fun create(style: FlowSegmentStyle, zoomLevel: Int, position: LatLng): FlowSegmentDataQueryBuilder
Builder used to create an instance of FlowSegmentDataQuery, once constructed, the user cannot change the field values. |