SceneLayer constructor

SceneLayer({
  1. String? id,
  2. List<Graphic>? data,
  3. void onPressed()?,
  4. String? url,
  5. SceneLayerOptions? options,
  6. void onChanged(
    1. LatLng
    )?,
})

Implementation

SceneLayer({
  this.id,
  this.data,
  this.onPressed,
  this.url,
  this.options,
  this.onChanged,
});