->

28 May 2009

Brand New Google Maps API v3

Brand New Google Maps API v3 (in Labs)

Just released... and its even faster....lots of code changes...
Google Maps API version 3 - Brand New

"Welcome to the release of version 3 of the Google Maps API. This JavaScript API will look similar to the existing version 2 of the Google Maps API. However, much has changed under the hood: Version 3 (called V3 within this document) has been designed to load fast, especially on mobile browsers such as Android-based devices and the iPhone™. The initial launch has a smaller feature set than that available in the V2 API. We will migrate additional features from V2 while working to keep the size of the JavaScript code small and maintain our optimized loading speeds. We welcome your feedback and comments on this version of the Google Maps API within the Google Maps API V3 discussion group."


Major Changes:
  • No API keys required! so can embed in RSS readers
  • Geocoding API has been overhauled!
  • Model–view–controller (MVC) based - so faster downloading javascript!

example of code changes:

function initialize() {
var myOptions = {
zoom
: 4,
center
: new google.maps.LatLng(-33, 151),
navigationControl
= false,
scaleControl
: true,
mapTypeId
: google.maps.MapTypeId.ROADMAP
}
var map = new google.maps.Map(document.getElementById("map_canvas"),
myOptions
);

More Information:
http://code.google.com/apis/maps/documentation/v3/
Official Blog Post:
http://googlegeodevelopers.blogspot.com/2009/05/announcing-google-maps-api-v3.html

Labels: , , , , , ,

14 April 2009

Dual Maps Version 3

Dual Maps Version 3


Panda watching cricket - Dual maps Version 3
Features:
  • Dual maps combine Google Maps, Google Street View and Microsoft Virtual Earth into one embeddable control.
  • Free to use, no registration required.
  • Many customizable settings
  • New: View Google Search results in Street View (where available)
  • New: Option to supply an address instead of co-ordinates to generate a Dual Map.
  • New: Choose your street view icon:
    Car

    Peg Man

    Leprechaun

    Panda

    Gachapeg

Labels: , , , ,

04 February 2009

Google Maps Mobile Version 3 - With Latitude

Google Maps Mobile Version 3 - With Latitude

Join Google LatitudeGoogle Maps Mobile V3 with  Latitude
Easy to install and easy to use - if you have a google account.

Locate with Google Latitude Active
Not Competley Invisable now you have been spatially found.

Google Maps for Mobile v3.00 is now available to download.
Google Latitude, a spatial way to find your friends/contact on the map.

Google Maps v3.00 download (mobile/cell users only)
m.google.com/maps
Non-mobile users will be directed to
http://www.google.com/mobile/default/maps.html

Mapperz tested and installed on a Nokia N82 - without any issues.

Go Play - Go locate..

Source and More Information
http://www.allaboutsymbian.com/news/item/8887_Exclusive_Google_Maps_for_Mobi.php

Labels: , , , , ,