SectionLocation

class SectionLocation(val startPointIndex: Int, val endPointIndex: Int, geometry: List<GeoPoint>)

Contains information about the location of a section on a route's geometry.

Parameters

geometry

List of GeoPoints representing the section.

Constructors

Link copied to clipboard
constructor(startPointIndex: Int, endPointIndex: Int, geometry: List<GeoPoint>)

Properties

Link copied to clipboard

End point of a section.

Link copied to clipboard

Index of the endPoint on the route's geometry.

Link copied to clipboard

Start point of a section.

Link copied to clipboard

Index of the startPoint on the route's geometry.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.