-
Notifications
You must be signed in to change notification settings - Fork 8
CyclomediaRecordingCircle
andy.rothwell edited this page Aug 31, 2018
·
3 revisions
<cyclomedia-recording-circle v-for="recording in cyclomediaRecordings"
v-if="cyclomediaActive"
:key="recording.imageId"
:imageId="recording.imageId"
:latlng="[recording.lat, recording.lng]"
:size="1.2"
:color="'#3388ff'"
:weight="1"
@l-click="handleCyclomediaRecordingClick"
/>
cyclomedia: {
enabled: true,
measurementAllowed: false,
popoutAble: true,
},