Skip to content

Releases: EtheaDev/DelphiGoogleMap

Official 2.0.0 version

25 Mar 17:38

Choose a tag to compare

  • Added Support for Delphi 13.1
  • Added AdvancedMarkerElement support with automatic fallback to legacy Marker
  • Added MapColorScheme property (csLIGHT, csDARK) for light/dark map themes
  • Added PutMarker overload with AInfoTitle for InfoWindow header (setHeaderContent API)
  • Added PutMarkerByAddress method with geocoding throttling (batch 5, delay 300ms)
  • Google Maps API now loaded dynamically with loading=async and callback
  • Fixed HideMap to properly clear the map view (navigates to about:blank)
  • Updated Demo with Color Scheme selector and "By Address" marker tab

Official 1.6.4 version

05 Nov 09:18

Choose a tag to compare

  • Added new properties inherited from TEdgeBrowser
  • Added new published property MapAPIKey
  • Added support for Delphi 13 - 32 and 64bit IDE
  • Updated DelphiGoogleMaps_Setup.exe

Official 1.6.1 version

12 Mar 19:27

Choose a tag to compare

Version 1.6.1

  • Added support for Delphi 12 64bit IDE
  • Added easy DelphiGoogleMaps_Setup.exe

Official 1.6.0 version

24 Apr 15:16

Choose a tag to compare

Version 1.6.0

  • Added functions to add Circles, Polylines or Polygons to map
  • Added function ComputeDistanceBetween
  • Enabled component into IDE using Win64 Platform

Official 1.5.0 version

21 Aug 10:16

Choose a tag to compare

  • Changed Packages: separated Run-Time and Design-Time Packages
  • Added "Show Print UI" Panel command
  • Added support for Delphi 12

Official 1.4.0 version

29 Nov 14:55

Choose a tag to compare

Official Release 1.3.0

09 Apr 15:38

Choose a tag to compare

Fixed error building package for Delphi 10.4.2.

Fixed #3
Fixed #4