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