Find more Examples here

Asynchronous Loading (FlexView-API)

Version reduced to minimal set of HTML Read Example Description

Description

function initOA() {
    var conf = {
        frontendtype:   "tour",          // choose content type
        zoom:           11,              // set initial zoom level
        center:       [ 10.292, 47.546 ] // set initial map center
    };
    
    var fvp = oa.api.flexviewpage( conf );
}