RoadsDescription

data class RoadsDescription(val nearestRoad: Feature? = null, val userGeometry: GeoEngine.UserGeometry = GeoEngine.UserGeometry(), val intersection: Feature? = null, val intersectionRoads: FeatureCollection = FeatureCollection())

Constructors

Link copied to clipboard
constructor(nearestRoad: Feature? = null, userGeometry: GeoEngine.UserGeometry = GeoEngine.UserGeometry(), intersection: Feature? = null, intersectionRoads: FeatureCollection = FeatureCollection())

Properties

Link copied to clipboard
val intersection: Feature? = null
Link copied to clipboard
Link copied to clipboard
val nearestRoad: Feature? = null
Link copied to clipboard