I am trying to build a custom map that allows me to draw polygons and place text in the center of the polygon like so:
I have managed to create the polygons in my custom renderer, but have not been able to find any info on how to create a custom view and place its center at a specific gps location.
Here is the app running in the simulator with 2 separate polygons drawn. I want to place text in the center of each one:
Ideally I could create a Label and set its center to a certain GPS coordinate. I know this is not supported, but that is what Im trying to do. The circle around the text is optional.
Any suggestions?