factory IACoordinate.fromMap(Map<String, dynamic> map) { return IACoordinate( map['latitude'] as double, map['longitude'] as double, ); }