AGMLMobileMapPackage constructor
AGMLMobileMapPackage({
- String? id,
- String? path,
- String? url,
- AGMLViewPoint? viewPoint,
Implementation
AGMLMobileMapPackage({
this.id,
this.path,
this.url,
this.viewPoint
});