placeStations

fun placeStations(distancesModel: DistancesModel, margin: Double = 60.0)(source)

Deprecated

Distance-model places are locations, not network stations; prefer placeLocations.

MDS-places a DistancesModel's named places as station(...) markers. Deprecated: these are locations, not network stations — use placeLocations (its markers are read back with a location accessor, not stationPosition). Kept station-emitting so existing layouts that read positions back still work.