Solution found after several trials (and plenty of errors)... The "trick" is to include the callback parameter when injecting the google maps api into the head section of the document, ie: http://maps.googleapis.com/maps/api/js?v=3.5&sensor=false&callback=your_callback_function In the javascript module, (expose) the callback function in a returned object and everything works like a charm.
-- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/OkKcfioOMVEJ. 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-js-api-v3?hl=en.
