OnMapTypeChange call after EndUpdate

Hallo support team,

is it normal behavior that the MapTypeChanged routine is called after TMSFNCGoogleMaps1.BeginUpdate;
TMSFNCGoogleMaps1.EndUpdate;

Windows 10 x64 / Delphi 10.4.2 / TTMSFNCGoogleMaps 1.0.4.1

Yes, because this is asynchronous JavaScript behavior.

If I switch to satellite view in "Google Maps Feature Demo" and than click MC Cluster Button the map chaneges back to "gmtDefault". How can i get the choosen Maptype.

Hi,

Unfortunately it's currently not supported to get the selected MapType.
However this feature will be available with the next release of TMS FNC Maps.
You'll be able to get the selected MapType from the OnMapTypeChanged event.