map_content/flutter_map/src/core/util library

Functions

template(String str, Map<String, String> data) String
Replaces the templating placeholders with the provided data map.
throttleStreamTransformerWithTrailingCall<T>(Duration? duration) StreamTransformer<T, T>
wrapNum(double x, Tuple2<double, double> range, [bool? includeMax]) double