Worker
Worker

Reputation: 2409

How to add locationPreview icon of the certain location in iPhone app?

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 http://img156.imageshack.us/img156/8376/img0044z.png

Upvotes: 0

Views: 89

Answers (1)

David Sowsy
David Sowsy

Reputation: 1680

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

Upvotes: 1

Related Questions