exportGeometry method
Exports current geometry data to GeoJSON. (Alias for getGeoJSON)
Implementation
Future<Map<String, dynamic>?> exportGeometry([
String? id,
Map<String, dynamic>? options,
]) async {
return await geometry.export(id, options);
}