export function canInterpolateCamera()

in src/atoms/default/stores/camera.js [210:212]


export function canInterpolateCamera(camera) {
    return camera.center && camera.zoom && camera.bearing
}