AGMLLocalGeopackage constructor
AGMLLocalGeopackage({
- required String path,
- required AGMLViewPoint? viewPoint,
Implementation
AGMLLocalGeopackage({required super.path, required super.viewPoint});