buildLayer method
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();