getGeometries abstract method
Get all geometries associated with the Base
final geometries = await myBase.getGeometries();
For more information, see Base component.
Implementation
Future<List<common_pb.Geometry>> getGeometries({Map<String, dynamic>? extra});