Roads Description
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())