Problems with Google Maps component (ppGmap.pas)
I have detected a problem in the component to see Google Maps. In the BuildApicall function of the ppGMap.pas unit, on the line where it says (lsAPICall: = lsAPICall + '& key = {' + APIKey + '}';) it should say (lsAPICall: = lsAPICall + '& key =' + APIKey + '';) otherwise it gives a syntax error when the call to the Google API is executed. On the other hand when you add a marker in design mode, if you want to then modify or delete it, you can not, since it gives an error of memory invasion. If you can help me with these issues I would be very grateful.
Comments
The Delphi design-time errors will be fixed for the next minor release.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com