Google maps is changing the url with an 'at' @ (not %40) instead of the 'hash' # without a page reload. All the newest browsers are supporting it.
I haven't see this before and I couldn't find any information on this topic (probably because 'at' is a common word).
What is the browser support for the `@ sign?
Why use an
@instead of#?Is there a default Javascript/JQuery function like
window.location.hash?
Example:
https://www.google.nl/maps/@52.4989114,5.2799319,11z
When you move the map around the url will changes without a reload.