Search found 5 matches

Go to advanced search

by Jeff W
Sun Oct 20, 2013 4:54 pm
Forum: Issues
Topic: Google Maps throwing Uncaught TypeError for no clear reason
Replies: 7
Views: 492
 
Jump to post

Google Maps throwing Uncaught TypeError for no clear reason

Sorry for the runaround; here is the current Load Event: var map = Appery('multiGoogleMap'); map.options['address'] = 'Pittsburgh, PA'; var myLatlng = new google.maps.LatLng(40.363882,-80.044922); var marker = new google.maps.Marker({ position: myLatlng, map: map, title: 'Hello World!' }); map.refre...
by Jeff W
Sun Oct 20, 2013 4:27 pm
Forum: Issues
Topic: Google Maps throwing Uncaught TypeError for no clear reason
Replies: 7
Views: 492
 
Jump to post

Google Maps throwing Uncaught TypeError for no clear reason

At this point we are able to move the map by setting the address option of the map, but cannot place points. My concern was that we were moving the map prior to initialization, but now I'm not convinced this is the case.

by Jeff W
Sun Oct 20, 2013 1:09 pm
Forum: Issues
Topic: Google Maps throwing Uncaught TypeError for no clear reason
Replies: 7
Views: 492
 
Jump to post

Google Maps throwing Uncaught TypeError for no clear reason

Hi Alena, This happens even when I don't add markers - I'll try and use a simplified example so that the problem is easier to discern. The only event on my page (which occurs on a load) contains the following code: function initialize() { var map = Appery('multiGoogleMap'); map.options['address'] = ...
by Jeff W
Sun Oct 20, 2013 8:03 am
Forum: Issues
Topic: Google Maps throwing Uncaught TypeError for no clear reason
Replies: 7
Views: 492
 
Jump to post

Google Maps throwing Uncaught TypeError for no clear reason

I'm completely stumped on this one, and we really need to get around this issue in order for our team to make progress and demo our app in the morning. I have a page that contain nothing other than a Google Map control (and the accompanying marker). Whenever I try to boot up the map, I receive the f...

Go to advanced search