pub fn get_medoid(
    route_ctx: &RouteContext,
    transport: &(dyn TransportCost + Send + Sync)
) -> Option<usize>
Expand description

Gets medoid location of given route context.