Google Maps Mashup Sample
From Oxygen.next Wiki
|
This javascript/php example queries the Oxygen.next REST-API via a small php proxy script and displays the user's stations in google maps. The current state of a station is shown as a colored marker [red/green]. This marker can also be clicked to show more information and to display the last screenshot from a specific station.
Sources can be found here: http://oxygennext.codeplex.com/
A working installation can be found here: http://42mediagroup.com/api_samples/GoogleMapsSample/index.htm
This script does the following:
- Initialize Google Maps API
- Find user's stationlist
- Get stationlist
- Fetch screenshots and alerts
- Geocode station addresses
- Create and display overlays (stations)
Requires a valid Google Maps API key!

