I'm working on a 'Place your Marker and get its URL' function for a Google Maps Page. The URLs produced are similar to :
I'd like to somehow have the URL automatically shortened using the Google URL Shortener so that the URL the user needs to copy is just: http://goo.gl/ZEQ7u
I've looked at the documentation but it assumes greater knowledge than I possess. Unlike the Maps Api documentation there are no simple examples for me to adapt.
Can anyone point me to a simple Google URL Shortener demo please?