menu
flutter_map_heatmap_plus package
documentation
flutter_map_heatmap.dart
DataPoint
DataPoint.new constructor
DataPoint.new constructor
dark_mode
light_mode
DataPoint
constructor
DataPoint
(
double
x
,
double
y
,
double
z
)
Implementation
DataPoint(this.x, this.y, this.z);
flutter_map_heatmap_plus package
documentation
flutter_map_heatmap
DataPoint
DataPoint.new constructor
DataPoint class