tileSize property

  1. @Deprecated('`tileSize` is deprecated. Use `tileDimension` instead.')
double? tileSize
latefinal

Size in pixels of each tile image

Should be a positive integer power of 2. If not an integer, it may be truncated to the nearest integer.

If increasing past 256(px) (default), adjust zoomOffset as necessary, for example 512px: -1.

Prefer tileDimension. If null (default), tileDimension is used.

Implementation

@Deprecated('`tileSize` is deprecated. Use `tileDimension` instead.')
late final double? tileSize;