TileMapWidget constructor
- {Key key,
- MapProvider provider = const GoogleMapProvider(),
- @required MapController controller,
- void onTap(
- void onTapDown( ),
- void onTapUp(
- LatLng
- void onLongPress(
- void onLongPressUp(
- Widget viewForAnnotation(
- LatLng
Implementation
TileMapWidget({
Key key,
this.provider = const GoogleMapProvider(),
@required this.controller,
this.onTap,
this.onTapDown,
this.onTapUp,
this.onLongPress,
this.onLongPressUp,
this.viewForAnnotation,
}) : super(key: key);