简体   繁体   English

使用 Delphi 在 ios map 上显示用户位置

[英]Show user location on ios map using Delphi

I wanted to show Apple map on my Delphi multi-device application.我想在我的 Delphi 多设备应用程序上展示 Apple map。 I am using TMapView component to display my map.我正在使用 TMapView 组件来显示我的 map。 It manages to show the map on my application, but it cannot show the user's current location on the map with a marker on it.它设法在我的应用程序上显示 map,但它无法显示用户在 map 上的当前位置并带有标记。 How can I solve this?我该如何解决这个问题? The tutorial I am referencing is from here .我引用的教程来自这里

What you could use is the option UserLocation in the TMapView.LayerOptions property as on the image bellow:您可以使用 TMapView.LayerOptions 属性中的选项 UserLocation ,如下图所示:

Properties window screenshot属性 window 截图

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM