ZoneWeightMap typedef

ZoneWeightMap = Map<String, double>

Alias for Map<String, double>.

Maps the zone names to their relative weight.

Implementation

typedef ZoneWeightMap = Map<String, double>;