I wanted to build a basic maps app using google latitude data, this involves the same OAuth process as used by Facebook, Instagram and loads of other social networks.
There are issues with safari and IE, they suffer a infinite loop once you receive the token, this is a issue with Andreas Solbergs JSO project on github and it needs looking into or bypassing completely, when i find the time this is what i will do as Andreas has ignored my communication (you can't blame him)
Other than that it seems fine you can find a demo on method7.co.uk/latitiude
- Andreas Solberg JSO: https://github.com/andreassolberg/jso
- latitude developers: https://developers.google.com/latitude/
- api access: https://code.google.com/apis/console/#project:592724387191:access
- api Explorer: https://developers.google.com/apis-explorer/#s/latitude/v1/latitude.location.list?granularity=best&max-results=30&_h=3&
- maps api: https://developers.google.com/maps/documentation/javascript/reference
- maps add markers: http://stackoverflow.com/questions/7844626/dynamically-add-google-map-v3-markers-using-jquery
- maps add layers: http://pietervogelaar.nl/google-maps-api-v3-traffic-toggle-button/#.UQatq2dZ98E
- maps layers: https://developers.google.com/maps/documentation/javascript/layers
The software can be used free of charge for both non-commercial and commercial projects. The software is licenced with The GNU Lesser General Public License, version 2.1 (LGPL-2.1)