I'm developing an indoor map app. it's for ipad devices. I'm using objective-c.
I have an overlay inside a boundingMapRect, it’s an image (floorplan) from a PDF File.
It’s shown with the correct size.
but one issue for me is the origin for the rectangle.
i want the rect to be rotated a little bit because It’s not shown on top of the building i wanted.
Here is how it’s shown :
here is how i want it:
is there a way to rotate the overly with a specific angle?
or can i rotate the mapView before adding the overlay to it so it can fit the overlay
Thank you,