Restore accuracy

This commit is contained in:
Lucas Verney 2018-08-15 12:38:03 +02:00
parent 2ca1cc56ed
commit d9ec9219f9

View File

@ -4,7 +4,7 @@
<ReportCard></ReportCard> <ReportCard></ReportCard>
<v-flex xs12 fill-height v-if="mapCenter"> <v-flex xs12 fill-height v-if="mapCenter">
<Map <Map
:accuracy="currentLocation.accuracy" :accuracy="currentLocation.hdop"
:center="mapCenter" :center="mapCenter"
:heading="currentLocation.heading" :heading="currentLocation.heading"
:markers="reportsMarkers" :markers="reportsMarkers"