Over the last couple of years, my office has been working on using the Google Maps API to display the Missouri State University campus map. The map is used by campus faculty, staff, students, and visitors and includes buildings, parking and transit system information. Beginning this summer, we started work on incorporating live GPS tracking of our campus buses into the map. Both the idea and GPS application on the buses came from one of our computer science students who wanted more information on the campus transit system.
Using the Google Maps API v3, I was able to create amobile version of our map for use on smartphones. After showing it to my users, one of the first responses I got was, "Are you going to make this available as an application?". After spending many hours developing a feature-rich mobile web version, the thought of investing a large amount of time to code the same experience on multiple platforms was overwhelming. Then I began thinking of the maintenance headaches; even simple changes, such as adding a new sets of icons for custom markers, would be time consuming. All of a sudden the idea sounded much less appealing. I'd spent all this time on the mobile web version of my map, why couldn't I just use that?
So instead of writing the maps application using the SDK of each phone platform, I wrapped my v3 Maps API site into a WebView inside a stub application. Now all the work spent on the web version automatically applies to the "native" application and my users never even know the difference. The Google Maps API team have even provided some great reference articles for Android and iPhone which help get the process started.
Response time in this type of application was a big concern both within an app and within the browser. I saw significant performance gains by usingClosure-Compiler on my JavaScript, using the CSS sprite support in v3 for markers and following most of the suggestions in the Web Performance Best Practices document. To improve the user's initial loading experience I also pre-load the WebView with static HTML that contains a "Loading..." message and use JavaScript to redirect them to the actual map page.
I was initially skeptical of the usefulness of such a project. The mobile version of the map offers users the same functionality that they can get by simply bookmarking the map in their browser. So I was very pleasantly surprised at the both the usage and publicity the application has garnered. Within the first two weeks, the iPhone application was downloaded 1,200 times and the Android application almost 200 times. Both applications are receiving very positive reviews.
We consider this project a huge success. Going forward it will now be a priority to make sure new features work well both on the desktop as well as on mobile devices wherever possible.
Posted by Chad Killingsworth, Assistant Director of Web & New Media, Missouri State University
After a crazy year end and new beginning, I wanted to give you an update on the Google Qualified Developer Program.
As you may be aware, we've been working on building recognition for the most talented developers of our most popular APIs. We initially began the program to identify developers who could create Gadget Ads for advertisers who understood the ads side of the business, but were not comfortable with the technology side. With the success of that program, many other Google API teams expressed an interest in a Qualified Developer Program. We launched the Google JavaScript Maps API qualification at Google I/O last year, and have been busy working on several others since then.
In November I traveled to Europe and was fortunate enough to meet many developers at the Google Developer Days in Prague and Moscow. One aspect of the Qualified Developer program that really resounded with folks was its community focus. Google has long held to the wisdom of the masses, and I knew when we began the program that no one person or even one company would be sufficient to evaluate developers by themselves. I'm happy to report that in the past few months Qualified Developer Proctors from the community have held sole responsibility in evaluating application submissions, evidence of community participation, and requests for professional references that are the cornerstone of the Qualified Developer certification process. With their help, we can accept people into the program much more quickly than before.
We've also had our fair share of Fast Track qualification candidates. This program was announced a few months ago, and has enabled several developers to be recognized on the basis of work already familiar to Google or their developer community. Through the Fast Track process we are able to pay close personal attention to recommended developers to ensure that they receive the recognition they deserve and become qualified as quickly as possible, generally within a week.
Just before the end of the year, we launched our new Developer Directory. While we will continue to recognize accomplished companies who choose to advertise in the Solutions Marketplace, we're very excited to be able to show off our Qualified Developers on this new website, which has also been updated to better convey the benefits of hiring a Qualified Developer.
Currently we are in the process of piloting certifications for several new APIs. We are building out certifications for KML, Google Earth Enterprise, and 3D in preparation for our first master certification, the Google Qualified Geo Web Developer. We're also working on certifications for the AJAX Search API, Enterprise Apps, and Android.
So if you haven't already, come over to Google Code and Get Qualified!
Posted by Shannon Madison, Google Developer Relations team
For Australia Day this year I took a trip with some friends to the beautiful city of Melbourne, Australia. World renowned for the arts, world class sporting events, and a relaxed cafe culture, it's also well known for what Wikipedia tactfully calls "its changeable weather conditions". Or, as Crowded House described it, "Four Seasons in One Day".
This being the case, it's always good to check the weather forecast, and no weather forecast is complete without a map. Now if you're looking for an interactive map, you are spoilt for choice, but if you would prefer a simple static map to print out or view on your phone it's not so easy. Weather maps need weather symbols, and until now the only choices for marker icons on Static Maps have been the regular Google Maps pins.
Although we love our map pins here at Google, we understand that there are times when you need something different, which is why we're happy to announce that the Static Maps API now supports custom marker icons. Just specify the URL of a PNG, GIF, or JPEG icon in the marker definition, and we'll fetch the icon and add it to your map. We'll cache the icons you specify to maintain performance, and even generate shadows for your icons if you wish:
markers=icon:http://maps.google.com/mapfiles/kml/shapes/sunny.png|shadow:false
You can use up to 5 different icons on a single map, each of which can be used for multiple markers, so come rain or shine you can always take the weather with you.
For more details check out the Static Maps v2 API Developer's Guide, and be sure to post any feedback on the Google Maps API Google Group.
Posted by Thor Mitchell, Google Maps Developer Platform team
P.S. Oh, and one more thing. Requests made to the Static Maps API v2 no longer need a Maps API key.
Which is nice.
Opening ceremonies for the 2010 Winter Olympics are just days away and the city of Vancouver glitters in festivity. Its nightly sky has been adorned with 20 robotic searchlights thanks to Rafael Lozano-Hemmer at “Vectorial Elevation” powered by Google Maps and Google Earth APIs.
The user interface for personalization is very intuitive, consisting of an interactive Google Maps view of an overlay of search lights in Vancouver and a 3D view of Vancouver in Google Earth. User selections and configuration of search lights are adjusted using the jQuery JavaScript library and Maps API, and are dynamically reflected in the 3D Earth view using the Earth API.
Find out more on the Google Blog about Google's other offerings like Street View snowmobile for fans of the Games. Or personalize your own Vancouver nightly skyline and let your imaginations and Olympic spirits soar!
Give us feedback in our Product Forums.