-
Notifications
You must be signed in to change notification settings - Fork 8
PictometryViewCone
andy.rothwell edited this page Aug 31, 2018
·
3 revisions
<pictometry-widget v-if="this.shouldLoadPictometryWidget"
slot="pictWidget"
v-show="pictometryActive"
:apiKey="this.ak"
:secretKey="this.sk"
>
<view-cone v-if="this.cyclomediaActive && this.pictometryActive"
:latlng="cycloLatlng"
:rotationAngle="cycloRotationAngle"
:hFov="cycloHFov"
/>
</pictometry-widget>
pictometry: {
enabled: true,
},