Show user location on ios map using Delphi

151 views Asked by At

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.

1

There are 1 answers

0
Openware On

What you could use is the option UserLocation in the TMapView.LayerOptions property as on the image below:

Properties window screenshot