In the constructor of the form you can use the following code:
if TMSFMXWebGMaps1.NativeBrowser <> NIL then
begin
CallInUIThread(procedure
begin
try
TJWebBrowser.Wrap(TMSFMXWebGMaps1.NativeBrowser).getSettings.setDisplayZoomControls(True);
except
end;
end);
end;