I am trying to learn MAP for iPhone.
What I have right now is below.
- Created new project
- Added framework for MAP
- Brought map object on storyboard (UIViewController)
- Run the project.
What I see is, its not showing any location. When I change location in xcode, it shows me the dot at location.
What I wanted is, by default it should show me the PIN to the location that I will set by using latitude and longitude. Also the map should be zoomed. What I meant by zoom is, I should see the location with lets say 13 zoom effect. Right now, I see world map on screen.
Any idea how to get this done?
For creating an application with Map you need to implement the
MKAnnotation,MKMapViewDelegatedelgates.This is a good tutorial for you.