static String eventPositionTemplate(double x, double y) { return "{\"x\":${x.toStringAsFixed(3)}, \"y\":${y.toStringAsFixed(3)}}"; }