@override Map<String, dynamic> toJson() => <String, dynamic>{ 'location': location?.toJson(), 'zoom': zoom, 'width': width, 'height': height, 'scale': scale, 'chat_id': chatId, '@type': constructor, };