Skip to content

PictometryViewCone

andy.rothwell edited this page Aug 31, 2018 · 3 revisions

Pictometry/ViewCone

In a Vue template

<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>

In a Mapboard config file

pictometry: {
  enabled: true,
},