AGMLLocalFeatureLayer constructor

AGMLLocalFeatureLayer({
  1. String? id,
  2. required String path,
  3. AGMLViewPoint? viewPoint,
})

Implementation

AGMLLocalFeatureLayer({
  super.id,
  required this.path,
  super.viewPoint
});