sizes property - MapMeasureDependentRenderSize class - mapview library - Dart API
sizes
sizes property
final
The dictionary describing the size (value) per map measure (key).
Units of keys and values are defined in MapMeasureDependentRenderSize.measureKind and MapMeasureDependentRenderSize.sizeUnit.
sizes with a single entry indicates using a fixed size value across all map measures.
Implementation
final Map<double, double> sizes;