GeoAnnotationdata constructor

GeoAnnotationdata({
  1. String? annotationType,
  2. Geolayerdata? data,
  3. String? encodedData,
  4. String? id,
  5. String? kind,
  6. String? layerId,
  7. String? selfLink,
  8. String? updated,
  9. String? volumeId,
})

Implementation

GeoAnnotationdata({
  this.annotationType,
  this.data,
  this.encodedData,
  this.id,
  this.kind,
  this.layerId,
  this.selfLink,
  this.updated,
  this.volumeId,
});