Google Maps and the MarkerClusterer solution

Hi everyone, today I'll be writing a small post about a problem that most people who write maps application deal with: add thousands of markers in you map. A known solution to manage your marker is GMarkerManager. However, today I read about the MarkerClusterer solution in GeoGoogleDevelopers Blog. "MarkerClusterer collects markers into different clusters and … Continue reading Google Maps and the MarkerClusterer solution

Google Maps API: Rendering GPolylines and GSteps

Hello everybody, due to the success of the last 2 posts (here and here) related to ASP.NET and Google Maps API, I decided to dedicated one more post to this topic. Today, we are going to work on GRoute, GPolyline and GStep objects for creating customized maps. Maybe you are going to say that this … Continue reading Google Maps API: Rendering GPolylines and GSteps

Google Maps API Library for GWT

Hello everybody, 2009 starts with a very good news for Java web developers interested in Google Maps services. This week, the Google Geo Developers Blog published about the announcement of  the Google API Libraries for Google Web Toolkit. They're a collection of libraries that provide Java language bindings for popular Google JavaScript APIs, facilitating its use with GWT, which translates your … Continue reading Google Maps API Library for GWT

Walking Routes on Google Maps

Hi, this week Google announced a new feature in the most famous web mapping service throughout the world. Until now, google maps enabled just car routes tracing, but at this moment you will be able to trace walking directions also. For that, you will need just to select the option in the search result box: … Continue reading Walking Routes on Google Maps