Basic Google Map of Address
When doing basic mapping of a single address with a google map component, should you always get coordinates (via google geo service) before displaying mapping or should it be ok to map address only with no service calls to get longitude and latitude?
I ask this because when you simply add google map to page with default adress (aka San Francisco) and then test, I get the error in console:
Uncaught TypeError: Cannot call method 'getBounds' of undefined
The map displays correctly however.
I never noticed this when using some months ago. I do not see the error on other tutorials when I used geocoord service to map multiple locations.