php_geoclasses

phpGoogleMaps - php class for displaying Google Map (with or without KML as overlay)

author : Thailon 2007, hosted by misovic.net
[phpGoogleMaps release notes] [phpGoogleMaps sample] [phpGoogleMaps source] [phpGoogleMaps documentation] [phpGoogleMaps download]
[online demo - KML overlay] [online demo - no KML overlay] [online demo - map info] [online demo - hide controls]
RELEASE NOTES
ver 0.7 - 01.06.2009
+ $my_map->GMapType updated to use following map types : [SATELLITE/HYBRID/NORMAL/PHYSICAL/3D]. Default value is PHYSICAL.

ver 0.6 - 10.12.2007
+ var $this->GTerrainControl[true/false] property added. It enables/disables the terrain map type button. 
+ var $this->GHierarchical[true/false] property added. It enables/disables (default false) the new type of map type button menu because the Hybrid button was removed, and was replaced with a drop-down menu under the Satellite button with a Show Labels checkbox. This new UI reflects the fact that the hybrid layer really just consists of satellite tiles combined with a transparent tile layer of information from the standard map tiles.
  When GHierarchical is set to true, set GMapTypeControl propery to false => it enables the new type of map type button menu. 
  When GHierarchical is set to false, set GMapTypeControl propery to true => it enables the old type of map type button menu.

ver 0.5 - 22.06.2007
+ var $this->HidingControls [true/false] property added. It enables/disables hiding of controls when you mouseover the map. 

ver 0.4 - 30.05.2007
+ $my_map->GDoubleClickZoom [true/false] property added. It enables/disables zooming by mouse scroll.  

ver 0.3 - 29.05.2007
+ $my_map->GenerateMap() udpated. Now you can also define the size by %. Previous $my_map->GenerateMap(800,500); actual $my_map->GenerateMap('90%','58px');
* fix : bogus parameter has been added to avoid kml file caching. 

ver 0.3 - 28.05.2007
+ $my_map->GPanTo [true/false] attribute added. Set to true to enable info window to display several map parameters (false is default)
+ $my_map->GMapType [SATELLITE/HYBRID/NORMAL] attribute added for setting the map type. Possible values are SATELLITE, HYBRID or NORMAL. Default map is NORMAL.
+ $my_map->GetHeaderTag_PointView() method added. It can be used for displaying the simple point from url.

ver 0.2 - 10.05.2007
+ KML overlay added as custom parameter

ver 0.1 - 01.05.2007 - initial version
+ generate only point palcemarks