TwebGmap组件未在UI中显示Map

时间:2018-05-24 18:30:15

标签: delphi

我想在我的delphi 10.2东京应用程序上显示谷歌地图。为此,我安装了TMS VCL WebGMaps组件。我在我的应用程序中使用了twebgmap组件。我为“https://developers.google.com/maps/documentation/javascript/get-api-key”中的组件添加了Google地图apk,并将此键设置为:

procedure TForm1.FormCreate(Sender: TObject);               
begin   
 WebGMaps1.APIKey := 'myAPIKey';  
end;  

但是在运行应用程序后没有在UI上显示地图,我将webgmaps1.lunch;放在我的fromshow事件中。我搜索了许多网站但找不到任何解决方案。任何人都可以帮我解决这个问题吗?提前致谢。

0 个答案:

没有答案