1
vote
2answers
42 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
38 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 ...
1
vote
0answers
44 views

Add UISlider in Google Maps in iPhone

I am new to iOS Programming and have very little knowledge about COCOA Touch. I am trying to make a Slider on the screen at the bottom over Google maps for giving an option to a user. I just know that ...
2
votes
1answer
30 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
36 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
25 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
50 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
38 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
56 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
51 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
49 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
60 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
54 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
43 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]; ...

1 2 3 4 5 79
15 30 50 per page