-1
votes
2answers
43 views

iphone 5 retina 4 inch mapview

I'm trying to adapt my app to retina 4 screen for iPhone 5, and adding the png archive and everything resizes but the map view, that moves to the top and leaves a white square on the bottom. I'd like ...
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 ...
0
votes
1answer
44 views

Annotated pins are not getting loaded during reloading of map

I have used apple maps in my application for implementing maps.I used the following code for that. My problem is that,It is showing the pins only when it is loading for the first time. I have ...
0
votes
3answers
51 views

Can iOS 6+ MKMapView display whole world view

Pre-iOS 6.0 I was able to display the full globe on an MKMapView (using the old google maps). On iOS 6.0+ (using apple maps) I cannot zoom fully out (e.g. I cannot display USA and Russia in the same ...
0
votes
2answers
24 views

Dropping Placemark on current location and seperate location mkmapview

I'm having a few issues with MKMapView! I'm new to the mapping! What i'm trying to do: Mapview loads up and drops a placemarker on user's current location, and on the address of the selected ...
0
votes
0answers
35 views

Set different actions for different annotations in MKMapView

I am trying to find a way to make multiple annotation disclosure buttons open other views. For example, annotation1 disclosure button needs to open ViewController 1.xib, annotation2 needs to open ...
0
votes
1answer
18 views

MapView showing unmatched data on annotatioin?

I am new to iPhone programming and i was practicing MKMapView.But it is showing unappropriated data. I have two ViewControllers. On the first ViewController , We have a button with this below written ...
2
votes
0answers
41 views

Custom “Callouts” for MKPolyline

I have an app to which I display routes on a map as MKPolyline. I made my search but I was unable to find a sample code on how to display custom MKPolyline callouts as Apple does on the ios6 maps: ...
0
votes
1answer
28 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 ...
0
votes
1answer
31 views

Problems with Zooming in on Map on View enter [closed]

I have two map views: mapView and mallMapView. I have the code: - (void)mapView:(MKMapView *)mapView didUpdateUserLocation:(MKUserLocation *)userLocation { MKCoordinateRegion region = ...
0
votes
1answer
47 views

MKMapView removeOverlay crashes in adhoc distribution - not in dev build

I'm having trouble finding a bug in my app because it only presents itself after an adhoc installation. I have narrowed it down to [self.mapview removeOverlay:overlay]; and '[self.mapview ...
0
votes
0answers
24 views

MapView and Point on map/ view

I'm adding a pan gesture recognizer on a customView on a mapView by [self.view addSubview: customView]; instead of [self.mapView addSubview: customView];. However the CGPoint on view when is ...
0
votes
3answers
91 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
2answers
31 views

iOS mapView animatesDrop

In my mapview, I currently have the bool animatesDrop for the annotations set to NO. This is because when the mapView annotations are plotted during viewWillAppear, I don't when them animated. ...
1
vote
1answer
75 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
0answers
59 views

IOS MapKit - How to put an image near the annotation description

I have created a custom MKAnnotation. and manage to put a custom pin also. But I couldn't find where can I put an image near the text (In the attached image - the red circle). The code for the ...
1
vote
0answers
37 views

MKMapView: There A Way To Detect Whether Satellite Imagery Has Loaded?

Pretty simple question, when using an MKMapView (MapKit), and you're using MKMapTypeSatellite, sometimes, especially in rural areas, you can zoom in further than the available satellite imagery. Is ...
0
votes
1answer
24 views

Clustered Annotations

My app displays some locations on the map using annoations. The annotations also have a custom image and some important annotations are really close to each other which makes it hard to click them. I ...
0
votes
1answer
52 views

Show transit stations, restaurants and other places on iOS 6 MKMapView

Is it possible to show businesses, restaurants, transit stations, parks, etc. on an MKMapView in your own app? Below is a picture of how this looks in the iOS 6 Maps app. Can I do the same in my own ...
0
votes
1answer
105 views

Customize Annotation Pin in MKMapKit

I'm trying to customize pins on my map working on -(MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id)annotation method in ColonnineController class but it doesn't work, how can ...
0
votes
1answer
80 views

MapView Problems - Pin change color when map reloded

I have a problem with the PIn color mapView when a refresh is done. In my I app i display some point with two color in order to identify if a service is available. On the first start, no problems ...
1
vote
2answers
49 views

addAnnotation crash

I have crash in my project. I use MKMapView and sometimes it crashes in addAnnotation(s) method. I get message from XCode that crash stating method _insert(objc_object*, MKQuadTrieNode*, ...
1
vote
1answer
39 views

MapView does not show proper point

I have just started to use MapKit framework, and my first practice did not go well :) Everything seems to be works fine except MapView showing somewhere in ocean and it did not find any place (ex: ...
0
votes
1answer
89 views

How to create a folded map in monotouch iPhone like what is in map application of iPhone

This is a screen shot of map application of iPhone: How we can implement shuch page in our application. I am a new on iphone and monotouch and don't know whether this is a component that give the ...
1
vote
0answers
75 views

Screenshot of MKMapView doesn't work

This is my code: What am I doing wrong?? I simply want to take a screenshot of an MKMapView displaying a given Location. Taking the screenshot and placing it in an UIImage works fine, but the ...
0
votes
0answers
87 views

iOS memory problems with mapView

I create very simple project with NAvigation controller which root controller is viewController with only one button that point on new mapViewControler that contains mapView. NavigatioController --> ...
0
votes
0answers
103 views

Get coordinates at a distance - ObjC [closed]

How can find the coordinates at a specific distance having in mind that I already know the trueHeading? I need to find the coordinates on map to add an annotation which is at a specific distance. I ...
1
vote
1answer
115 views

Check if mapView already contains an annotation

I have a method of adding secondary nearby annotations (ann2) when I tap on another annotation (ann1). But when I deselect and re-select the exact same annotation (ann1) the ann2 re-creates it self ...
1
vote
1answer
84 views

Activity indicator as annotation accessory

I have a mapView with annotations which they have a button as right accessory view. If you press the button as soon as the annotation details appear then details appear to be empty because there was ...
0
votes
1answer
112 views

MKMapView “Shows User Location” Causing Crash when Foregrounded [closed]

My app crashes when I have the "Shows User Location" setting checked in my MKMapView. The map crashes when I bring it to the foreground. It doesn't seem to crash If I just keep using it, only when I ...

1 2 3 4 5 8
15 30 50 per page