GridLayerOptions constructor

GridLayerOptions({
  1. String? pane,
  2. String? attribution,
  3. Point? tileSize,
  4. double? opacity,
  5. bool? updateWhenIdle,
  6. bool? updateWhenZooming,
  7. double? updateInterval,
  8. double? zIndex,
  9. LatLngBounds? bounds,
  10. double? minZoom,
  11. double? maxZoom,
  12. double? maxNativeZoom,
  13. double? minNativeZoom,
  14. bool? noWrap,
  15. String? className,
  16. double? keepBuffer,
})

Implementation

external factory GridLayerOptions({
  String? pane,
  String? attribution,
  Point? tileSize,
  double? opacity,
  bool? updateWhenIdle,
  bool? updateWhenZooming,
  double? updateInterval,
  double? zIndex,
  LatLngBounds? bounds,
  double? minZoom,
  double? maxZoom,
  double? maxNativeZoom,
  double? minNativeZoom,
  bool? noWrap,
  String? className,
  double? keepBuffer,
});