Google Maps

TwitterFacebook
Get flash to fully experience Pearltrees

Récupérer les coordonnées d’une adresse avec google map » Api Google Map

http://www.weboblog.fr/recuperer-les-coordonnees-dune-adresse Voir aussi : comment récupérer les coordonnées GPS d’une adresse . Voici un outil développé avec l’ api Google Map . Cet outil permet de récupérer les coordonnées géographiques d’un point à partir de son adresse en l’utilisant l’api Google. Il existe d’autres moyens de récupérer ces coordonnées , notamment en développant un script qui appelle l’ api Google Map . Cette méthode peut s’avérer très efficace surtout lorsque l’on a besoin de récupérer beaucoup de coordonnées.
Basic Examples How to load and display data using different map providers and Timeline versions. Basic Example, Google v2 Basic Example, Google v3 Basic Example, OpenLayers Basic Example, Bing Maps Basic Example, Timeline v2.3.0 Other Loaders

Timemap.js Examples

http://timemap.googlecode.com/svn/trunk/examples/index.html
The EWindow extension provides some of the functionality of custom info windows. Here's an example with a single EWindow that behaves something like the Google info window. Here's a similar example but now the EWindow has a close icon. Here's an example with multiple info windows that are permanently open. Here's a rather messy example with tabbed EWindows.

Google Maps API Tutorial

http://econym.org.uk/gmap/ewindows.htm
To use markers in Google Maps is fairly trivial, at least when you have a reasonable amount of them. But once you have more than a few hundred of them, performance quickly starts to degrade. In this article I will show you a few approaches to speed up performance. I’ve also put together a test page to compare them. Update [2009-05-06]: This article has been updated with the addition of the utility library MarkerClusterer . http://www.svennerberg.com/2009/01/handling-large-amounts-of-markers-in-google-maps/

Handling Large Amounts of Markers in Google Maps | In usability we trust

https://developers.google.com/maps/documentation/javascript/overlays?hl=fr#SimpleIcons

Maps Javascript API V3 Overlays - Google Maps JavaScript API V3 - Google Code

Overlays Overview Overlays are objects on the map that are tied to latitude/longitude coordinates, so they move when you drag or zoom the map. Overlays reflect objects that you "add" to the map to designate points, lines, areas, or collections of objects. The Maps API has several types of overlays:
https://developers.google.com/maps/documentation/javascript/v2/introduction?hl=fr Note: The Google Maps JavaScript API Version 2 has been officially deprecated as of May 19, 2010. The V2 API will continue to work until May 19, 2013. We encourage you to migrate your code to version 3 of the Maps JavaScript API. The fundamental element in any Google Maps API application is the "map" itself. This document discusses usage of the fundamental GMap2 object and the basics of map operations. All Maps API applications should load the Maps API using an API key.

Maps JavaScript API V2 Basics - Google Maps JavaScript API V2 - Google Code

Written by Brian Cray on April 1st, 2009 This article focuses on straight line distance.

How to calculate distance with javascript and Google Maps API

http://briancray.com/posts/how-to-calculate-the-distance-between-two-addresses-with-javascript-and-google-maps-api/