Map<String, dynamic> toJson() { return { 'coords': kIsWeb ? coords : jsonEncode(coords), 'type': kIsWeb ? type : jsonEncode(type), }; }