Tmcs.fromJson(Map<String, dynamic> json) { status = json['status']; distance = json['distance']; polyline = json['polyline']; }