tileLodMinRadius property

double get tileLodMinRadius

Camera based tile level of detail controls

Minimum radius around the view point in unit of tiles in which the fine grained zoom level tiles are always used when performing LOD radius must be greater than 1 (At least 1 fine detailed tile is present) A smaller radius value may improve performance at the cost of quality (tiles away from camera use lower Zoom levels)

Implementation

double get tileLodMinRadius {
  return objc.useMsgSendVariants ? _objc_msgSend_1ukqyt8Fpret(this.ref.pointer, _sel_tileLodMinRadius) : _objc_msgSend_1ukqyt8(this.ref.pointer, _sel_tileLodMinRadius);

}
set tileLodMinRadius (double value)

Camera based tile level of detail controls

Minimum radius around the view point in unit of tiles in which the fine grained zoom level tiles are always used when performing LOD radius must be greater than 1 (At least 1 fine detailed tile is present) A smaller radius value may improve performance at the cost of quality (tiles away from camera use lower Zoom levels)

Implementation

set tileLodMinRadius(double value) {
_objc_msgSend_hwm8nu(this.ref.pointer, _sel_setTileLodMinRadius_, value);

}