0
votes
1answer
19 views

App crash while loading MKAnnotation in map view

In my application i have integrated a view controller like container (split view). Controller view controller container two view. Detail view and selection view(table view). While selecting the ...
1
vote
1answer
40 views

Is there a way to restrict MKMapView Zoomlevel in iOS6

In one of my iPad apps, I use MKMapView to show regions and I have a weird issue. I use setRegion: animated: method to set a particular region from a noOf points. When I zoom from that particular ...
0
votes
1answer
54 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.
0
votes
0answers
48 views

Adding annotation to iPad MKMapView fails in MonoTouch

I try to add an annotation to the my map view by this code: for( int i = 0; i < GetApp .Delegate .typeOfShow .Content .Properties.Count ; i++){ Property p = GetApp ...
0
votes
2answers
71 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 ...
0
votes
2answers
90 views

Draw on UIImageView over MKMapView

I have searched a lot an answer for this question, but none of them seem to do exactly what I want. A lot of tutorials show me how to add lines and polygons in code, but not with freehand drawing. I ...
-1
votes
1answer
30 views

how to convert MKMapPoint to CGPoint

Can any one explain how to convert MKMapPoint to CGPoint ? I need to draw path using latitude and longitude on a UIView.
0
votes
0answers
30 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
56 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
1answer
46 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, ...
2
votes
2answers
115 views

How to handle multiple annotations with same long and lat in MapView

I am dropping pins for contacts and some have the same longitude and latitude. When the Pins are dropped on to the map they show up but when I touch once that has more than two contacts I only see ...
0
votes
1answer
169 views

PopOver frame issue in iPhone SDK

I display a popover in map view as follows: But when i rotate the device, It shows Like: as you see it covers the annotation instead of showing just beside the annotation. My code is as as ...
2
votes
1answer
147 views

MKMapView doesn't zoom and animate on iPad REAL DEVICE with iOS6

I have UITableView with coordinates (stored in arrays) showed on every row, and I want to center (zooming and animating) my MKMapView on these coordinates when I tap table rows. This is the simple ...
0
votes
1answer
235 views

MKMapView overlays everything except view when loaded? Only iOS5<

For some reason my MKMapView gets an overlay sometimes that covers everything except the view when loaded. You can scroll off to the side after the view loads and view the overlay. Additionally, this ...
1
vote
0answers
42 views

Rotate MKMapView? [duplicate]

Possible Duplicate: Rotate the content of a MKMapView I was wondering if there is a way to rotate a MKMapView. By default north is locked up and south down, is there a way to unlock this ...
0
votes
2answers
140 views

Multiple annotations not showing in Iphone mapview

I have looked at other questions in stackoverflow that are closely related to my question however my issue is a bit different. Here, the code works fine on iPad but not my iPhone. My iPad will load ...
0
votes
1answer
91 views

MapView annotation not pointing to correct location on app start up

I have a mkmapview that i create at run time. First i have to tell that my actual problem is on the ipad but not on the simulator. On view did load i am calling two functions. fillValues and ...
0
votes
1answer
263 views

MKMapView not zooming to region

I have an MKMapView, and I'm trying to set the map, so that when you first load the application it goes to a user set location, and if the user hasn't set one, to a default one. The problem is that it ...
1
vote
5answers
290 views

How to add UIImage in MKMapView in iPhone?

I want to add a UIImage in MKMapview. i.e.: One a particular location, I want to add an image called "apple.jpg". I don't know how to do that. As I have already added a draggable pin as an ...
2
votes
0answers
312 views

MKMapView iOS6 - buggy and slow on scroll and zoom

with the iOS5 MKMapView (google maps) i could zoom and scroll fine on any device. Now with iOS6 MKMapView (apple maps) when I start scrolling around the app ends up hanging pretty much every time. ...
1
vote
1answer
417 views

Add Satellite View to MKMapKit IOS 6 with 3D Capability

Does anyone know how to grant an application's mapView access to the Satellite View (like in the Apple Maps application)? I currently have a working MKMapView for ios6 and would like to allow the user ...
0
votes
1answer
56 views

handleLongPressGesture: set only one pin when moving mouse

I am using the handleLongPressGesture-function to set a pin on a MKMap. But when I am pressing long and move the move a lot of pins appears on my map. What can I do to forbit this? Best regards
0
votes
0answers
100 views

HandleLongPressGesture is only called once when adding a subview

I am using the handleLongPressGesture to add an annotation and to create a textfield next my MapView. My problem is, that the function is only called once when I am inserting a subview: [self ...
3
votes
2answers
297 views

Searchbar suggestions with google maps in MKMapView [duplicate]

Possible Duplicate: How to search MKMapView with UISearchBar? I have one UISearchBar with MKMapView with google maps. I need suggestions whenever i started typing. So what should i need to ...
0
votes
4answers
65 views

Store iPhone Location

I am trying to write an iPhone app that will store a user's initial location with the touch of a button. Then, they can press a button later that will show them their final location in relation to ...
0
votes
2answers
71 views

Custom MKAnnotations sometimes not displaying

I have an iPad app that displays a map with about 5000 POIs broken up into about 6 categories. Instead of the red pin, I am using my own annotation image. I use a different image for each category. ...
2
votes
1answer
234 views

MKAnnotation not responding on tap

I am displaying several pins on map just like this: for (int i = 0; i < points.count; i++) { if([[[points objectAtIndex:i] objectForKey:@"lat"] class] != [NSNull class]) { ...
0
votes
2answers
241 views

Set Frame of MKMapView causes resignFirstResponder, but only on iPad in Landscape with a Split Keyboard

This is a little weird and I'm not sure what the heck is going on. I'm using a MKMapView that has a custom annotation on it. In that annotation I have a text field that is editable. When the user ...
0
votes
0answers
105 views

MKMapView is not calling delegate method

I am trying to drop pins on map but it is not calling delegate method (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id )annotation{ My app is universal so when i am ...
15
votes
3answers
1k views

Prevent scrolling in a MKMapView, also when zooming

The scrollEnabled seems to be breakable once the user starts pinching in a MKMapView. You still can't scroll with one finger, but if you scroll with two fingers while zooming in and out, you can move ...
0
votes
1answer
256 views

center a mapkit map on a country

In my ipad app, i need to put a map of one country, so there are two parts in my question: 1: how to center the map on a country? 2: how to set the initial Scale of the map? thank you
0
votes
1answer
276 views

Adding and removing annotations from MapView leads to a blink

in my app I'm adding and removing annotations to my map view, but actually even if I first add the new ones and then remove the old ones there is a blink of the annotations The new annotations are ...
0
votes
2answers
125 views

MKAnnotations not reloading correctly

Having trouble with MKAnnotation. Have a custom pinview and works fine for the first loading. Go to remove pins and then reload same pins they change colors. Im adding pins from two different DB's ...
-1
votes
1answer
120 views

mkannotaionview display all callouts at once

Hi Can any one tell me how to show all callouts in mapview to show at once .I tried many ways but not displaying at once. I have more than 1 annotaion on mapview for example 7 depends on search i want ...
0
votes
0answers
115 views

mkannotation view Frame size and subtitle in 2 lines

Hi can any one tell me how can i change the view size of mkannotaion and also how to change the title and subtitle font size with line wrapping please help some one i tried many way but not satisfied ...
1
vote
0answers
696 views

Emulate Apple's custom map annotation callout in Photos app

In Apple's built in Photos app on the iPad, if you select the Places tab you'll see a map with pins (annotations) showing where you took photos. If you select a pin, instead of the standard, text ...
3
votes
1answer
377 views

How make Popover from annotation on MKMapView scroll with map like Apple?

If you touch an annotation on Apple's built in Maps app on the iPad you get a standard callout with a "reveal" callout accessory. When you press the accessory you get a nice Popover view with further ...
0
votes
1answer
312 views

problems converting data in cllocationdistance

Im trying to add to a mutable array and can not figure this out. Throws error for incompatable data types double to id. question is how do i convert distance and store it in my array. for (int i = ...
1
vote
2answers
191 views

Is it permitted to take a ''screenshot'' of an MKMapView and allow users to post to twitter, facebook, etc. ? (iPhone / iPad)

I'm trying to get some clarity on whether or not Google permits the use of screenshots of the MKMapView to be used elsewhere. I have looked around and found the following way of creating a UIImage ...
3
votes
2answers
834 views

Load MKMapView in background and create UIImage from it (iPhone & iPad)

I have a situation whereby I need a way of loading an MKMapView with several overlays. This map view shouldn't be shown onscreen, the only reason I require it to load is in order to create an image ...
0
votes
2answers
266 views

Google Maps native directions iphone MKMapView

Can I to open a MKMapView with directions from multiple places. I do not want to call the google maps api where it will open is a separate window. I want to place info on the stops if possible.
1
vote
2answers
481 views

How to display several MKPinAnnotation with same Latitude / Longitude?

My iPad App is retrieving geographical objects from a database. In this database some objects have the same longitude / Latitude. As a consequence in the MkMapView I'm adding several MKPinAnnotation ...
0
votes
1answer
270 views

iPad can't find current location

I am displaying current location for iPad in map view for this i am using following code if ([CLLocationManager locationServicesEnabled]) { lm = [[CLLocationManager alloc] init]; ...
0
votes
2answers
519 views

MKMapView Placing a pin on a country using its name

I have an array of country names and wish to place them on a MKMapView as Placemarks. So for example if France is in the countryName array I would like a pin placed on the center of France. Is there ...
6
votes
2answers
812 views

How can i integrate Radar Overlay on MapView?

I want to Integrate Weather radar on my MapView.Please anyone help on doing this task.I have done so many googling but not get succeed.Please check this image i wanted to do like this.
0
votes
2answers
293 views

MapView return to the current location annotation?

I'm asking my MapView to show the current location of the user that i get it from CLLocationManager using the delegate of startUpdatingLocation and also i add to the MapView some annotations but the ...
4
votes
2answers
681 views

MKMapView is not deallocating memory for MKUserLocation

I have a navigation controller in which VC1 pushes VC2 onto the navigation stack. VC2 has a MKMapView in a tab based view, with user location turned on. When I check for repeat allocations with ...
0
votes
0answers
1k views

Drawing polyline on mapview does not show

I am trying to connect my pins using MKPolyline on my MKMapView. It gives no errors, but the line does not show up on my map. I have tried everything almost but still can't get it to work. [NEW] I ...
27
votes
2answers
10k views

Customize the MKAnnotationView callout

I want to create a custom MKAnnotationView callout as shown in this image. I have tested several solutions but they only allow customization of the left/right images and title/subtitle. Can anybody ...
4
votes
2answers
1k views

Optimizing Code for MKMapView - Large Number of Annotations

I have a modal view in my app which displays a UIMapView. I then add a large number of annotations (over 800) to this map view (code below). The problem is that the user is forced to wait a minute or ...

1 2