Search found 4 matches

Go to advanced search

by Sudeep
Wed Jul 01, 2015 7:36 pm
Forum: Issues
Topic: Problem with calling google API from server script: "...google is not defined..."
Replies: 9
Views: 1815
 
Jump to post

Problem with calling google API from server script: "...google is not defined..."

I'm sorry but there is no document/window in the JS code that I've coded as a library (not sure where you see it). The JS code has this among other lines of code: "var service = new google.maps.DistanceMatrixService();" I created a new server script and just have one JS line in it: initial...
by Sudeep
Sun Jun 28, 2015 12:53 am
Forum: Issues
Topic: Problem with calling google API from server script: "...google is not defined..."
Replies: 9
Views: 1815
 
Jump to post

Problem with calling google API from server script: "...google is not defined..."

Hi,

Yes, I've included my newly added library to this server script wthin the 'dependencies' tab.

Regards,
Sudeep

by Sudeep
Sat Jun 27, 2015 2:17 pm
Forum: Issues
Topic: Problem with calling google API from server script: "...google is not defined..."
Replies: 9
Views: 1815
 
Jump to post

Problem with calling google API from server script: "...google is not defined..."

Hi, I'm not seeing how adding the JS code in Library would help. I created a new library and wrote two JS functions there: initialize() & callback(). initialize() contains the call to google API among few other lines: "var service = new google.maps.DistanceMatrixService();" I created a...
by Sudeep
Fri Jun 26, 2015 5:24 pm
Forum: Issues
Topic: Problem with calling google API from server script: "...google is not defined..."
Replies: 9
Views: 1815
 
Jump to post

Problem with calling google API from server script: "...google is not defined..."

I'm trying to create a server code to call Google API (DistanceMatrix Service). But I'm getting an error: "google is not defined ( @ 6 : 18 ) - var service = new google.maps.DistanceMatrixService();" For a browser page, I would code window.onload or code a script to load https://maps.googl...

Go to advanced search