tileDimension property

int tileDimension
latefinal

Size in pixels of each tile image

Should be a positive power of 2. Defaults to 256px.

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

Implementation

late final int tileDimension;