<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>
-
URL
<The URL Structure (path only, no root url)>
-
Method:
| import 'package:flutter/material.dart'; | |
| import 'dart:typed_data'; | |
| import 'package:flutter/rendering.dart'; | |
| import 'dart:ui' as ui; | |
| /// This just adds overlay and builds [_MarkerHelper] on that overlay. | |
| /// [_MarkerHelper] does all the heavy work of creating and getting bitmaps | |
| class MarkerGenerator { | |
| final Function(List<Uint8List>) callback; | |
| final List<Widget> markerWidgets; |