I want to load the Google Maps JavaScript API, and I want it to be accessible from within the Great Firewall of China.
Google recommends http://maps.google.cn
, but if I use this it might be slower for people in other parts of the world.
From what I've read, The Great Firewall of China doesn't block http://
addresses from Google, so I might be able to use http://maps.googleapis.com/
also.
Has anyone tried this out and can you offer advice on which one is better to use, in terms of reliability and speed?
N.B. I don't want to use Baidu Maps.