Skip to content
Snippets Groups Projects
Commit 51f54c39 authored by Sara Savanovic Djordjevic's avatar Sara Savanovic Djordjevic
Browse files

add: polygon to map, markers gone...

parent 0760fd30
No related branches found
No related tags found
1 merge request!1Server
......@@ -173,7 +173,20 @@ class _DefaultPageState extends State<DefaultPage> {
);
}).toList(),
),
PolygonLayer(
polygons: [
Polygon(
points: [
LatLng(60.7600, 10.8000),
LatLng(60.7600, 11.0000),
LatLng(60.7000, 11.0000),
LatLng(60.7000, 10.8000),
],
color: Colors.blue,
isFilled: true,
),
],
),
],
),
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment