TMPFNCMAPS - google maps not working

We have same problem about TMSFNCGoogleMaps and TMSFNCMaps component. The Map screen empty while Map Screen size expand by mouse on design and runtime. In small screen size Appear Map but doesn't search location.


Can you please provide a sample project to help us reproduce the issue?

We setted In TTMSFNCMaps, property set LocalFileAccess to True
and successfull work.

Once again - until 2024-10-16 the application worked correctly on 4.2.0.1 components but as of 2024-10-17 it does not work on either version 4.2.0.1 or version 4.2.1.0. With a google map the map is not initialized - the MapInitialized event is not called. If I switch to e.g. msHere, msLeaflet the MapInitialized event is always called. The initialization problem concerns ONLY the google map.

I have then same problem :(

Same Problem here.
Workaround is a temporary solution but I need a fix ASAP!

2 Likes

I upgraded the delphi version to 11.3 - unfortunately the problem still persists


TMS child.zip (7.9 KB)
Please first use Child button and next Normal button

Please try

procedure TForm2.FormCreate(Sender: TObject);
begin
  WebMap.CacheFolderName := TGUID.NewGuid.ToString;
  inherited;
end;
1 Like

now it's improved but I still need to test it thoroughly

1 Like

Same Problem here.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

This issue has been resolved.
The Google Maps API update causing this issue has been rolled back. The TTMSFNCMaps and TTMSFNCGoogleMaps components should now function as expected with default settings.

https://developers.google.com/maps/documentation/javascript/releases

1 Like