AGMLMobileMapPackage constructor

AGMLMobileMapPackage({
  1. String? id,
  2. String? path,
  3. String? url,
  4. AGMLViewPoint? viewPoint,
})

Implementation

AGMLMobileMapPackage({
  this.id,
  this.path,
  this.url,
  this.viewPoint
});