简体   繁体   中英

Show user location on ios map using Delphi

I wanted to show Apple map on my Delphi multi-device application. I am using TMapView component to display my 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. 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:

Properties window screenshot

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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