-1
votes
0answers
32 views

mapView:viewForAnnotation called after 2s delay

When my mapView is showing up, there is a 2s delay until mapView:viewForAnnotation: returns a pin on iPhone 3GS and in simulator too (iOS 5). But when i test this app in my iPhone 5 (iOS 6.1) there is ...
1
vote
2answers
17 views

How to add a uitexfield & a uibutton in MKPinAnnotationView callout?

Hello there i was wondering if there is any way to add a UITextField & a UIButton in MKPinAnnotationView callout bubble and in turn if the user clicked button it will call some method?
0
votes
1answer
35 views

Change color of pin on map after pressing button on another screen

I need to find a way to change the pin color when the map is loaded by pushing a button from another screen. For example, the original pins are all red, but when I go to a page and push the map ...
1
vote
2answers
36 views

Increase maximum zoom *out* of MKMapView in iPhone/iPad

I'm having trouble getting an MKMapView to zoom far enough out (I need to see every continent i.e. the entire world in one MKMapView) on the iPhone/iPad. The maximum "out" zoom seems to be hard ...
0
votes
1answer
37 views

Centering MKMapView on an annotation

Although the process for doing this is well documented, I am unable to solve this problem. All I want to do is to take the coordinate at which I have just created an annotation and have the map zoom ...
1
vote
0answers
30 views

MKMapView doesn't display tiles on highest zoom - appears to be related to iOS 6.1.4

I'm working on an app that is heavily GPS-based. Everything worked fantastically, specifically meaning my app's display of map tiles worked great, seemingly until I updated my iPhone5 (test device) ...
0
votes
2answers
34 views

MKMapView display route

Im pretty new to mkmapview so I'll hope my question will be clear enough. Let's say I have a code where im saving the userLocation in an array (MKuserLocation type). im saving this for every step the ...
1
vote
2answers
48 views

How to add annotations to MKMapView asyncronously?

I have alot of annotations to be added to a mkmapview. When i add the annotations, the app freezes for a short period of time. I have understand that the main thread is the only thread allowed to add ...
0
votes
2answers
39 views

MapView not showing - Objective C

I'm trying to get the map view in my app by creating it dynamically but the map view is just showing the pale yellow coloured view. I imported the MKMapView and CoreLocation frameworks. Here is my ...
0
votes
0answers
15 views

Fluctuation in iPhone Screen when trying to open mapview

I have an app which has a functionality such that when a certain button is pressed, an alert view pops up asking for certain login credentials. When submitted, a web is called which returns that ...
2
votes
1answer
100 views

Adding a subview like UISlider or UIButtom in Google Maps in iPhone

I am new to iOS Programming and have very little knowledge about COCOA Touch. I am trying to add a button on the screen at the bottom over Google maps for giving an option to the user to go back to ...
2
votes
1answer
32 views

How to set a scope to click on Annotation on an iOS map

I'm developing an iOS game with a Mapview, where I want to select an opponent from the multiple annotations on Map then I'll hit him. In the Map first user will select a range where he/she will find ...
0
votes
0answers
40 views

MKMapView not showing correct location on map

I am using MKMapView in UITableView to display user's current location and the event location. It is not displaying correct location in it. Like when address is given sec 35 chandigarh or nehru ...
0
votes
1answer
36 views

In MKMapview how to get the list of driving direction in ios

In Map-view i got the route from source to destination properly. But i want to get list of route direction in map-view.I added below one sample link,likewise i need. Is it possible in iphone?if yes ...
0
votes
1answer
65 views

MKMapView warning : “default.styleproto”

What is "default.styleproto" ? I searched the web and there seems to be quite a lot who are having the same warning : Couldn't find default.styleproto in framework It should be related to iOS6 ...
-1
votes
1answer
47 views

objective c - starting Apples Maps or Google Maps on MapView [closed]

i want to know how I can start other apps from my app. Here the situation: I have a MapView pointing to a specific longitude/latidude. I want to give the user the chance to navigate (Google Maps or ...
0
votes
2answers
61 views

Custom annotations with same image

As you can see in the image below that all annotations have same image and discount which is not correct, they should have different image and discount. How can I fix this? I am using a custom ...
0
votes
0answers
62 views

MKMapView callout with White background and multiline label and button [closed]

Edited for more clarification: I am developing an application which deals with map, Now what I need is the same callout like the mapkit provides but with some different view. For Eg: The default ...
0
votes
1answer
62 views

iOS App crashing on Region Format change

My iOS App(based on Maps) is working fine, but when I change Region Format to Malay(in iOS 6), app is crashing. It works fine in previous versions of iOS.
2
votes
0answers
69 views

how to show current location at bottom center of iOS map in compass mode

I have a map app of iPhone, I'm facing an issue that I want to show my current location at center bottom of the screen, and also in that I'hve added compass mode so I can only see locations/people in ...
0
votes
1answer
58 views

Add a subview to MKMapView (not an overlay)

I want to add a small subview at tap point on an iOS map view in such a way that added subview also zooms and scrolls when I scroll and zoom the map view. Any help? The code I have tried is below: - ...
0
votes
1answer
45 views

iphone - come to the annotation when cell is clicked

In my mapview project, I have passed an NSMutableArray of my custom annotation to a table view. in tha mapview .m code: MyLocation *nota =[[MyLocation alloc] initWithName:name time:horario]; ...
0
votes
2answers
78 views

How can hide legal link of the mkmapview monotouch iPhone

MKMapview have legal link on its bottomright point. I want to add a button on this place. the button have some kind of transparency. can I hide the legal link? Or if i set my buttons in a way that ...
1
vote
1answer
75 views

Move custom annotation to display user location

I have replaced the blue dot for user location in mapview with my custom annotation view, How can I make my custom annotation to follow user's location like the default blue dot does? When I replace ...
0
votes
2answers
79 views

Drawing a line between the coordinates in MKMapView

I want to draw the lines between the coordinates in MKMapView..Here is the code aRoute=[NSArray arrayWithObjects:[[CLLocation alloc] initWithLatitude:40.445418 longitude:-79.942714],[[CLLocation ...
0
votes
1answer
29 views

Build fails due to errors in CLErrorDomain.h

I've been able to build my iOS app in XCode without problems, until suddenly this started happening. On build, I get 2 errors in CLErrorDomain.h- Redefinition of 'NSString' as different kind of ...
1
vote
0answers
20 views

How do I position correctly a weather radar image (taken from Met Office DataPoint API) in MKMapView?

here http://www.metoffice.gov.uk/datapoint/product/precipitation-forecast-map-layer it says that the image tile i am trying to overlay in MKMapView is: provided without a map, the boundary box for ...
3
votes
0answers
144 views

MKMapView setRegion animated does not show animation

I've got MKMapView with annotation pins. When the view loaded the nearest pin gets searched and the map will get zoomed so it shows both, the user's location and the pin. I do that with [map ...
0
votes
2answers
100 views

Get Location information Using CLPlaceMark And CLGeocoder

I have been completed drawing the route between two places using ClLocationCoordinate2D on map in ios 6 dynamically.Can anyone please help me out in getting the location name using CLPlacemark and ...
-1
votes
2answers
30 views

Reloading data in MKMapView [closed]

Im using a MKMapView and I made MKCoordinateRegion a global variable and I'm changing its attributes in the IBAction called by the UISlider but it doesn't change in the simulator? Is there anything I ...
4
votes
3answers
228 views

How to keep MKMapView in iOS 6 North oriented always when switching mode from MKUserTrackingModeFollowWithHeading

I am switching between the three different map orientation modes using MKUserTrackingModeNone, MKUserTrackingModeFollow, MKUserTrackingModeFollowWithHeading and this works. However I have a problem ...
0
votes
0answers
34 views

Auto zooming out mkmapview

I have included the Mkmakview in my application ,Im not showing the user current location,just showing only the gps device data.Now the problem when i zoom in to the map after a particular seconds its ...
0
votes
1answer
52 views

Compass Mode on MapView

I want to add Compass to my Map to get the people around me, like If I faced to North then I can only see those people who r in North and next to me, see in image I m on a Map view at particular ...
0
votes
3answers
99 views

Detail Disclosure Indicator MKMap to Custom View Controller

EXTRA CODE ADDED I am new to xcode. I have managed to create annotations on my map in various different colours. What I would like to do is have each annotation lead to somewhere new with a ...
0
votes
1answer
62 views

how to hide current Location annotation from mkmapview

In my application i have used the MKmapview,I want to hide the user current location annotation point,Here my code - (void)viewDidLoad { [super viewDidLoad]; appDel=(AppDelegate ...
0
votes
0answers
55 views

Map crash ios6 “Received memory warning”

In my application when i tried to open the map view ,it being crashed with ios6 ipod with log of 2013-04-10 15:33:30.398 Finder[4682:907] Received memory warning. 2013-04-10 15:33:30.860 ...
1
vote
2answers
151 views

Issues in getting directions in mkmapview

I'm working with getting directions in mkmapview, I got code from this answer. In the function - (NSArray*)getRoutePointFrom:(Annotation *)origin to:(Annotation *)destination { NSString* saddr = ...
1
vote
1answer
81 views

MKMap Pin Colour

I am new to Xcode and basically I have an MKMapView and would like to add individual colours to each of my pins. I currently have marked pins with annotations. LocationAnnotation.h: @interface ...
0
votes
1answer
49 views

ios6 map not refreshing [closed]

In my application i used to MKmapview to show the current pet position using gps device , While the pet in moving condition the postion of the pet is not refreshing in ios6.1 accesses by apple MAP, ...
0
votes
1answer
105 views

custom callout in Mkmapview in ios

I have to display custom view on annotation click in ios, I have to display 7 images, name and detail disclosure button in custom view. On click of detail disclosure button , i have to call new view ...
1
vote
1answer
129 views

Mapkit draw route problems

I am developing an application in which I need to draw a route between two points using lat/long. I have used google API to get polylines and drawing it after decoding it. Problems: Route is not ...
2
votes
1answer
70 views

MKMapView maximized, but I do not want it

I got an issue and I don't know why I have it and how to fix it! Maybe it is only a simple problem. Here are two screens: There is something missing! Where is the Button? And why is the Map at ...
1
vote
0answers
105 views

Mapkit Point Arrow Indicator in iOS Map

I use MapKit to view the map and put the annotations. I need an arrow which will point from blue dot to selected annotation with specified coordinates. When blue dot moving as user moving, the arrow ...
0
votes
1answer
42 views

MKMapview customannotationview

Iam working in MKMapview customannotationview, and succeeded in customizing the pin drop to my own image using the below code, -(MKAnnotationView *)mapView:(MKMapView *)mapView ...
4
votes
1answer
148 views

How to select a map pin programmatically

I am new to Maps Concept. Please find the attached image once. when i click the "pin" i am getting message says "Admire your smile" or any text..... Now i want like... when we select the table ...
2
votes
1answer
39 views

Type of property does not match type of accessor mkmapview

I am more of a java person and I am just starting out with Objective C and iPhone programming. I have been trying this code to (Xcode iPhone programming) to make the iPhone switch between map types ...
0
votes
0answers
37 views

How to bring MKMapView top on MKPolygonView

I am adding coloured polygons of all country boundaries shape on MKMapView,but my problem is that I want after adding polygons on map the names of cities and places should look clear and top of the ...
1
vote
1answer
89 views

how to Drop multiple pin's on same Location

Hi is that possible to display multiple User Pin's on MKMapView at same location Lat Long. see this Bellow Image:- in This above image i can there is a Two user location pin but Because of same ...
0
votes
3answers
120 views

How to make Maps in iOS6 same as iOS5

I have an app where where i am using MkMapView and its showing differently for iOS6 and iOS5. I have attached the screenShots below iOS 6 iOS 5 Can Anyone tell me how can i solve this issue ?
1
vote
2answers
179 views

How to add button on an MKMapView?

I'm trying to make an iPhone app where the map has buttons, how do I do that? I've already implemented MKMapView and set its longitude/latitude and centered it where I want it.

1 2 3 4 5 24