Find more Examples here

Near By Search (FlexView-API)

Version reduced to minimal set of HTML Read Example Description

Description

Use the FlexView API to show tours found inside a radius around a location on a map and other views.

var fvp = oa.api.flexviewpage( { 
    center: [10.2210235, 47.560012],
    initDataPointList : { searchNearby : { radius : 5000 } },

    zoom : 15
} );