Could not initilize map

This was translated in google translate.

When initializing the map with the TMSFNCGoogleMaps component, it only makes the screen black, it loads the polygons that I command to create.

Attached an example of the error

We don't experience issues here. Can you test with a blank application, does the a new TMS FNC Maps instance load?

Same issue here. It is caused after this code:

if (Maps.Polygons.Count > 0) then
  begin
    Maps.ZoomToBounds(Maps.Polygons[0].Coordinates.ToArray);
  end;

Extra info: this application runs on remote desktop.

Does the code run on a normal machine without remote desktop?