1
vote
1answer
15 views

Apple Map (MKMapView) Mercator Projection's EPSG

I can't seem to find which projection Apple Map's Mercator Projection uses. Doesn't say on their guide: Location Awareness Guide Anybody know off hand?
0
votes
0answers
12 views

Avoid clossing MKAnnotationView when tapped

I've used a nice and beautiful custom callout as shown in the picture. The callout is just a MKAnnotationView with the shape of a bubble. When I have to show it I add it into the MKMapView's ...
1
vote
1answer
64 views

MKPointAnnotation not working

Hello i got this method: -(void)adresseZeigen { NSLog(@"%s",__PRETTY_FUNCTION__); selectedAnnotation = [[MKPointAnnotation alloc]init]; selectedAnnotation.title = selectedCompanyName; ...
0
votes
0answers
13 views

mkannotationview addannotation with custom animation

MkMapView provides MkPinAnnotationView which can be added to the MkMap in a animated manner(animatedrop). I'm currently working with MKAnnotationView (custom), where I need to add my custom ...
0
votes
0answers
27 views

Why is my MkPointannotation not showing a button?

I am new to Objective-C and IOS programming, so this might sound dumb. I have a MKPointAnnotation with a MKAnnotationView defined like this: -(MKPointAnnotation*)setAnnotation: (NSString*) title ...
0
votes
1answer
18 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 ...
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 ...
-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
36 views

MKOverlayView and changing its alpha

I have a custom MKOverlay and MKOverlayView. When the MKOverlayView is created, I can set the alpha of the view: -(void)drawMapRect:(MKMapRect)mapRect zoomScale:(MKZoomScale)zoomScale ...
-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
0answers
23 views

Double tap with single finger disable zooming from mapview [duplicate]

I am using MKMapView and adding UITapGestureRecognizer for double tab with singer finger. How can I disable map view zooming for double tab with single finger?
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
0answers
14 views

Ractangular overview with specific size, location and heading on MKMapView

I have a question which invloves drawing a rectangular overlay on an MKMAPVIEW. I get the currect user location (Coördinate), then I would like to draw a rectangular overlay on the MKMapView where ...
1
vote
2answers
48 views

Drop a pin on MKMapView

iPhone newbie is here coming from Java. So my objective at this stage is to allow the user to 'drop a pin' on the map. My initialization of the map looks like this: - (void)viewDidLoad { [super ...
1
vote
0answers
45 views

iOS: Understanding how to monitor for regions properly

I would like my app to show an MKMapView with his/her location and a few circular regions on it. The app must warn the user when he/she has stepped into or out of certain regions. I have figured out ...
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: ...
1
vote
1answer
69 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
0answers
26 views

Can I show a map Legend in MKMapView that is parsed from a google map KML file

I am currently using KML files that are generated from google maps. The KML's that have complex polygones have a Legend as well. I would like to display the Legend. I'm wondering if there is a way to ...
0
votes
1answer
58 views

MKMapView region property returning bad struct

I'm working with MKMapKit and setting the region to be a full size United States and it's displaying as expected. However when inspecting the self.mapView.region property I'm getting some weird ...
0
votes
2answers
86 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
vote
1answer
50 views

Remove a custom MKOverlayView

I'm using a subclassed MKOverlay and subclassed MKOverlayView to display WMS tiles. Got it running well. I'm running into the issue of removing the MKOverlayView when I'm done displaying the tiles. I ...
0
votes
0answers
38 views

How to protect pin callout, so it cannot disappear

I have a little method wich do a very simple cluster/grouping: -(void)doCluster { NSMutableSet * coordSet = [[NSMutableSet alloc] init]; for(id<MKAnnotation> an in mapView.annotations) ...
3
votes
0answers
121 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
1answer
32 views

Map may not zoom so far out

Simple question: Is it possible to do a max zoom-level? e.g. region.span.latitudeDelta = 0.02; region.span.longitudeDelta = 0.02; I don't want to do it static. Think about the max possible ...
-1
votes
2answers
28 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
190 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
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 ...
1
vote
2answers
126 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 = ...
0
votes
0answers
81 views

UIImage not displaying properly in MKOverlay

I am trying to display a radar image in an MKOverlay with MKOverlayView using just a center coordinate and a radius. The image is being loaded from a url using the center coordinate and radius in the ...
1
vote
0answers
49 views

MKMapView userLocation return coordinates 0.0;0.0 on app's first launch

I'm currently developing an app that have use an MKMapView control. It is suppose to show the user's location via the blue dot (like the Maps application), but when the app is first installed on the ...

1 2 3 4 5 22
15 30 50 per page