AGMLLocalShapefile constructor

AGMLLocalShapefile({
  1. required String path,
  2. required AGMLViewPoint? viewPoint,
})

Implementation

AGMLLocalShapefile({required super.path, required super.viewPoint});