Home General

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

  • It appears Google recently changed their Maps API to require an API Key. They also changed some of the syntax. There is a patch available for RB 19.03 that solves the API Key issue. All registered users with an active subscription can email support@ to receive the patch.

    The Delphi design-time errors will be fixed for the next minor release.


    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
Sign In or Register to comment.