|
Legend: [+] add feature, [-] remove feature, [&] change feature, [#] bug fixed.

Version 1.6.0 (2010-02-XX)
- [+] Travelling Salesman Problem solver;
- [+] TSP solver for TDirection;
- [+] proxy connection;
- [+] Layers (wikipedia, youtube, panoramio, webcams);
- [+] Aerial Perspective Imagery;
- [+] Screenshot for Google Earth;
- [+] Walking travel mode for TDirections;
- [&] new gateway file;
The information about the next version should be used as a guide only and is subject to change at any time.
Version 1.5.5 (2009-12-09)
- [+] GeoXMLLoad event;
- [#] fixed problem with GeoXML load at runtime;
- [#] fixed problem with zoom for GeoXML not loaded;
Version 1.5.4 (2009-12-02)
- [#] Satellite map type if you don't have Google Earth Plugin installed;
Version 1.5.3 (2009-12-01)
- [+] GoogleEarthPluginVersion function;
- [&] IsGoogleEarthPluginInstalled function to prevent problem with PC without the plugin;
- [&] new gateway file;
Version 1.5.2 (2009-11-30)
- [+] working mode: on fly or with gateway file;
- [+] TGeoXML object with support for KML and XML files (remote url for Maps, remote and local for Earth);
- [+] new functions to set StreetView POV (point of view);
- [+] handle javascript errors;
- [+] MapSettings.UseEarthCompatibilyMode to prevent problems with Google Earth.
- [+] IsGoogleEarthPluginInstalled function to know if Google Earth Plugin is installed;
- [+] show/hide Earth controls;
- [+] show/hide Earth layers;
- [&] rename some events;
- [#] fixed many problems with Google Earth;
- [#] fixed MarkerManager problem with BeginUpdate procedure;
Version 1.5.1 (2009-11-04)
- [#] solve Delphi 7 compile error;
- [#] upgrade Delphi demo;
- [#] change map type name from mtSalettate3D to mtSatellite3D;
Version 1.5.0 (2009-11-02)
- [+] BeginUpdate an EndUpdate for all objects (TMarkers, TPolygons, TPolylines, TLabels, TCircles);
- [+] first support for Google Earth (support a limited TGoogleMaps features);
- [+] support for StreetView!;
- [+] support for C++ Builder;
- [+] save and load all map data and objects data from/to file;
- [+] custom popup menu for map;
- [+] 3D controls for the map;
- [+] NavLabel and GoogleBar controls;
- [+] Hint property for TMarker;
- [+] MapRightClick, MapMouseOver, MapMouseOut, MapTilesLoaded, MarkerRightClick, MarkerMouseOut, MarkerMouseOver, CircleRightClick, PolygonRightClick, PolylineRightClick events;
- [+] functions to convert from/to degree from/to decinal coordinates;
- [+] function GetAltitude to get point altitude;
- [+] function PanAndZoomTo to move the map and change zoom level in the same time;
- [+] procedures SavePosition and RetutnToSavedPosition to save and restore map view status;
- [+] MapSettings.AllAlwaysPopupMenu;
- [&] check all code to increase performance;
- [#] many memory leaks fixed;
- [#] fixed TDirections markers bug (when TDirection is remove);
- [#] fixed MapDblClick event;
- [#] fixed CircleStyleChange event;
Version 1.4.1 (2009-08-21)
- [+] Delphi 2010 support;
- [&] edit coordinates precision from 6 to 15 (where it is possible);
- [#] fixed ZoomCircle function error;
Version 1.4.0 (2009-07-18)
- [+] Draggable directions markers (only a first support of draggable directions: can not be added new waypoints);
- [+] Map draging zoom;
- [+] Marker Manager: show or hide markers with zoom change;
- [+] PolygonMouseOver, PolygonMouseOut, PolylineMouseOver, PolylineMouseOut, CircleMouseOver and CircleMouseOut events;
- [+] MarkerDblClick event;
- [+] Map continuous zoom;
- [#] Map zoom and move bugs with TLabel hide;
- [#] fixed add vertex at runtime for TPolygon;
- [#] fixed Delphi 2009 compile error;
Version 1.3.1 (2009-03-21)
- [+] TDirections.GetRouteStatus();
- [#] multiple TWayPoints and TSteps if user call route update function more that one time;
- [#] remove item bug from Markers, Polygons, Polylines, Circles, Labels and Directions tabs of Demo Application;
Version 1.3.0 (2009-03-16)
- [+] first support for "routes" with TDirections property;
- [+] new "address" parameter for UpdateMap() function;
- [+] traffic data;
- [+] traffic button (with key button);
- [+] DirectionLoad event;
- [+] DirectionError event;
- [+] DirectionMapBlowup event;
- [+] MapMoveStart event;
- [+] MapSettings.EnableDragging property;
- [+] MapSettings.DefaultMapCursor property (this property sometimes may be problem, but this is a limit of Google Map and IE);
- [+] MapSettings.DragMapCursor property (this property sometimes may be problem, but this is a limit of Google Map and IE);
- [#] map refresh with CTRL-F5 key;
- [#] right click problem;
- [#] visible property problem;
In this version all units of TGoogleMaps have been renamed to avoid problems. You must change the names of the unit in your old projects before they are completed.
Version 1.2.2 (2008-11-28)
- [+] click event for TPolygon , TPolyline and TCircle objects;
- [+] charset on gateway file;
- [&] renamed MapInizializeStatusEvent event in MapInizializeStatus;
- [#] problem with TMarker.show property at run time;
- [#] map refresh with F5 key;
- [#] map resize before map inizialize;
- [#] small problems with TPolyline objects;
- [#] TPolyline vertexs problem on Demo Application.
Version 1.2.1 (2008-11-20)
- [+] getBounds function for TPolygon , TPolyline and TCircle objects;
- [+] getArea function for TPolygon and TCircle objects;
- [+] PolygonChange, PolylineChange, CircleChange events;
- [+] MarkerStyleChange, PolygonStyleChange, PolylineStyleChange, CircleStyleChange events;
- [#] with point "." char as decimal separator;
- [#] with polygon add vertex.
Version 1.2.0 (2008-11-18)
- [+] top, bottom, left, right coordinates limits;
- [+] MapInizializeStatusEvent for status of map inizialize;
- [+] georeverse function to convert point coordinates in address;
- [+] TMarker.Zoom() function to autozoom of a marker;
- [+] TMarkers.Zoom() function to autozoom of all markers;
- [+] MapConnection.Attemps and MapConnection.TimeOut property;
- [&] new map inizialize procedure to prevent application freeze with connection problem;
- [&] MapSettings.UrlHTMLRemoteFile renamed in MapSettings.HTMLGatewayFile.
Version 1.1.1 (2008-11-12)
- [+] X and Y pixer coordinates of mouse;
- [#] inizialize map bug fixed.
Version 1.1.0 (2008-11-11)
- [+] address search support;
- [+] geocode support;
- [+] label object (write long string on the map);
- [+] link function between labels and markers;
- [+] automatic map resize;
- [+] pixel coordinates;
- [&] now to use TGoogleMaps you need to upload a small gateway file on your server;
- [#] strong code optimize.
Version 1.0.0 (2008-10-27)
Version 1.4.0 (2009-07-18)
- [+] Draggable directions markers (only a first support of draggable directions: can not be added new waypoints);
|