gmlib_v2 icon indicating copy to clipboard operation
gmlib_v2 copied to clipboard

Delphi 10.4 x Delphi 11

Open AleCaram opened this issue 1 year ago • 2 comments

Hi, I am aware that markers are still under development, but I can not see any of them on my installed Delphi 10.4 when I am running Markers example. Are they being correctly plotted on the map in Delphi 11? Best regards, Alexandre

AleCaram avatar Dec 30 '22 18:12 AleCaram

Hi Alexander

Makers don't funtion yet. I'm still searching a good way to deserialize an object without memory leaks.

I need to exclude some properties (for example FOwnerInterface from TInterfacedPersistent) to avoid infinite recursive deserialization. If I use TJSONMarshal, I get memory leaks. If I use TJson I dont know how exclude these properties from the ancestor class (and thus avoid recursion in deserialization). I am looking for the best way to avoid memory leaks and to be able to skip some properties

That is for simplifies the pass parameters between Delphi and JavaScript

cadetill avatar Jan 01 '23 09:01 cadetill

I am using Delphi Seattle and executing demos SimpleChromium.dproj, but don´t showing map of google. It´s showing html text.

gmlib

sandroeller avatar Oct 19 '23 12:10 sandroeller