New Map

TitelKategoriAdressBeskrivningLänk

Få vägbeskrivningar

Visa alternativ dölj alternativ
jQuery(function($){
    WPGMZA.DirectionsBox.prototype.onGetDirections = function(event)
    {
        if(this.openExternal)
        {
            window.open(this.getExternalURL(), "_blank");
            return;
        }

        this.reset();
        this.route();

        setTimeout(function(){
            let distance = $('.wpgmza-directions-output-panel span[jstcache="25"]').html();
            let time = $('.wpgmza-directions-output-panel span[jstcache="51"]').html();

            console.log(distance);
            console.log(time);
        }, 1500);
    }
})
Rulla till toppen