Dear All,
I am new to krpano please suggest how to give bounce animation to google map spots using gmAPI
<action name="gmapi_test" type="Javascript"><![CDATA[
var gmAPI = caller.gmAPI;
if (gmAPI) // check if having the gmAPI
{
gmAPI.map.setOptions(...);
}
]]></action>
Please help