menu
flutter_map package
documentation
flutter_map.dart
Polygon<R extends Object>
points property
points property
dark_mode
light_mode
points
property
List
<
LatLng
>
points
final
The points for the outline of the
Polygon
.
Implementation
final List<LatLng> points;
flutter_map package
documentation
flutter_map
Polygon<R extends Object>
points property
Polygon class