Date Added: 2008-06-23 22:28:11
Google has just released a Flash edition of the Google Maps API. In this tutorial you will how to install the necessary components and build a very basic map.
This tutorial will be done using Adobe Flex Builder, but you are also able to use the Flex SDK if you prefer. Google has information regarding that process on their site.
Coding Library(s):
Flash/Actionscript
Platform(s):
Google Maps
Date Added: 2008-05-15 22:57:55
One useful feature of Google Maps is the ability to generate a static image of any longitude and latitude that you desire, as opposed to using the normal JavaScript-based interactive map. In this article I will show you how to request such static images. We will then combine this technique with the geocoder we created in the article Geocoding with PHP and the Google Maps API.
Coding Library(s):
PHP ,
Javascript/AJAX
Platform(s):
Google Maps
Date Added: 2008-03-29 23:23:04
In this brief tutorial you will learn how to add Google Maps to you WordPress blog.
Coding Library(s):
None
Platform(s):
Google Maps , Wordpress
Date Added: 2008-03-07 23:56:06
I will now describe the process I took from KML file to a fully working (if not quite production ready) Google Maps powered road renderer. It is not a particularly difficult process but there are quite a few steps involved. Whilst conducting my investigations I found that somebody had achieved something similar to this using PHP and output to SVG format.
Coding Library(s):
Java/JSP
Platform(s):
Google Maps
Date Added: 2008-03-06 20:42:55
Maps are cool! Not only do they provide better aerial images, what makes a map even more valuable is to add data to it. This HowTo describes how this can be done and how to overcome the XmlHttpRequest cross-domain restriction.
Coding Library(s):
PHP ,
Javascript/AJAX
Platform(s):
Google Maps
Date Added: 2008-03-06 20:37:46
In this article we will be looking at building a custom ASP.NET server control that would allow a .NET developer to harness the power of Google Maps in the code-behind model. We will see how to accomplish most of the functionality exposed by Google Maps using this control, and we'll also see how to data bind the control, thereby allowing developers to easily build data-driven custom ASP.NET Web applications.
Coding Library(s):
ASP/ASP.net
Platform(s):
Google Maps
Date Added: 2008-02-26 09:50:29
This tutorial will show how the YM4R/GM plugin can be used to easily manipulate Google Maps from your Rails application, via the Google Map API v2. The map will be updated through AJAX (using the RJS functionality) without writing a single line of JavaScript. I will also show the integration between GeoRuby, the Spatial Adapter and YM4R/GM. This tutorial can use both MySQL and PostGIS as the target DB.
Coding Library(s):
Ruby
Platform(s):
Google Maps
Date Added: 2008-02-26 09:48:50
Here is a quick tutorial showing how to display markers on a Google map with the YM4R/GM plugin. We will also see how to use the Traffic functionnality of the YM4R gem, which connects to the Yahoo! Map Traffic API, to display some traffic data on the map.
Coding Library(s):
Ruby
Platform(s):
Google Maps , Yahoo Maps
Date Added: 2008-01-31 16:48:20
How difficult is it to convert KML (or GPX for that matter) into the Google Maps API. I wrote two stylesheets that generate the Google Maps JavaScript that make a map containing a "GPolyline" of a route. I used a GPS text file of walk around the Lake District in Cumbria (in England). Surprisingly it is *much* easier to transform GPX to Google Maps than the KML format.
Coding Library(s):
None
Platform(s):
Google Maps , Google Earth
Date Added: 2008-01-31 16:26:20
Using the Google Maps API, you can embed the popular Google Maps into your Web pages using Javascript. In this article, I will show you how to get started with the API.
Coding Library(s):
Javascript/AJAX ,
ASP/ASP.net
Platform(s):
Google Maps