RouteSection
class RouteSection(val type: RouteSectionType, val indexRange: IntRange, val textureUri: Uri? = null)
Represent the Route section.
Properties
Link copied to clipboard
The range of indexes in a RouteOptions.geometry covered by this section.
Link copied to clipboard
The URI of the texture. The protocol should be one of "asset" or "file".
Can also reset texture for particular segments when empty string provided.
Link copied to clipboard
The type for the section.