Map<String, dynamic> toJson() => { 'type': 'Feature', if (id != null) 'id': id, 'geometry': geometry?.toJson(), 'properties': properties, };