templateFunction property

  1. @Deprecated('Prefer creating a custom `TileProvider` instead. ' 'This option has been deprecated as it is out of scope for the `TileLayer`. ' 'This option is deprecated since v6.')
TemplateFunction? templateFunction
final

Implementation

@Deprecated(
  'Prefer creating a custom `TileProvider` instead. '
  'This option has been deprecated as it is out of scope for the `TileLayer`. '
  'This option is deprecated since v6.',
)
final TemplateFunction? templateFunction;