views:

23

answers:

1

Hi guys,

I was wondering if it is possible to add an icon (or image) with selected location like it is shown on the attached picture (left top corner) to my app? Maybe such an image could somehow be captured from Google or there is another way to deal with it? Any idea?

Exmple

+1  A: 

Yes, you can use the MKMapView with a small frame size to accomplish this.

David Sowsy
Sure, I also know about this great opportunity ;-) But, what about size of the pin? If I use MKMapView pin will be very big. Do you think Apple use small version of pin?
MinimeDJ
You could create a UIImage of the view and then resize the image down.
David Sowsy