javascript - Google Map API, what url's does it load? -


i working on locked down server every url need access needs whitelisted before can access it.

currently struggling google map api url i.e.

https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&libraries=places

i takes around 35 seconds load, guessing there url somewhere can't access hitting above url timing out. idea's of domains need opened load above file correctly ?


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -