hi, its solved. Thanks!!

the error came from this function
without this function the map run. but now i have to check the 
functionality of site, because i do not understand this function.....

Function.prototype.bind = function (object) {
    var method = this;
    var wrapper = function () {
        var args = Array.prototype.slice.apply(arguments);
        return method.apply(object, args);
    };
    return wrapper;
}

Am Dienstag, 15. Mai 2012 17:27:39 UTC+2 schrieb bdp:
>
> hello,
> was there a update on v2.310? 
> we have a js-error on 
> http://www.stadtplaene.com/stadtplan.php?ort=Mannheim&top=true
> "undefined is not a function" on main.js line 334
> the script stop at the call off getLocations on 
> http://www.stadtplaene.com/scripts/googleMaps.js in line 123.
> I can not find the error. one of you has an idea?
>

Am Dienstag, 15. Mai 2012 17:27:39 UTC+2 schrieb bdp:
>
> hello,
> was there a update on v2.310? 
> we have a js-error on 
> http://www.stadtplaene.com/stadtplan.php?ort=Mannheim&top=true
> "undefined is not a function" on main.js line 334
> the script stop at the call off getLocations on 
> http://www.stadtplaene.com/scripts/googleMaps.js in line 123.
> I can not find the error. one of you has an idea?
>

Am Dienstag, 15. Mai 2012 17:27:39 UTC+2 schrieb bdp:
>
> hello,
> was there a update on v2.310? 
> we have a js-error on 
> http://www.stadtplaene.com/stadtplan.php?ort=Mannheim&top=true
> "undefined is not a function" on main.js line 334
> the script stop at the call off getLocations on 
> http://www.stadtplaene.com/scripts/googleMaps.js in line 123.
> I can not find the error. one of you has an idea?
>

Am Dienstag, 15. Mai 2012 17:27:39 UTC+2 schrieb bdp:
>
> hello,
> was there a update on v2.310? 
> we have a js-error on 
> http://www.stadtplaene.com/stadtplan.php?ort=Mannheim&top=true
> "undefined is not a function" on main.js line 334
> the script stop at the call off getLocations on 
> http://www.stadtplaene.com/scripts/googleMaps.js in line 123.
> I can not find the error. one of you has an idea?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-api/-/ApXBrPP02qUJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to