From ae9f3892c709bce6393e31aeb92a49ecd2229021 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Mon, 9 Jul 2018 15:25:18 +0200 Subject: [PATCH] Display a polyline with the previous positions --- src/components/Map.vue | 2 ++ src/views/Map.vue | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/Map.vue b/src/components/Map.vue index 6946bcb..87dfcbc 100644 --- a/src/components/Map.vue +++ b/src/components/Map.vue @@ -7,6 +7,7 @@ + @@ -58,6 +59,7 @@ export default { heading: Number, markers: Array, onPress: Function, + polyline: Array, positionLatLng: Array, }, computed: { diff --git a/src/views/Map.vue b/src/views/Map.vue index c9f1e66..a1a7d1c 100644 --- a/src/views/Map.vue +++ b/src/views/Map.vue @@ -10,7 +10,7 @@ - +