buildLayer method

  1. @override
Widget buildLayer({
  1. bool reset = false,
})
override

Builds the widgets to add to the FlutterMap. Note that this method is called on every widget rebuild, which can happen like 60 times a second. Do cache things.

Implementation

@override
Widget buildLayer({bool reset = false}) => Placeholder();