Tagged Questions
0
votes
1answer
19 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 ...
0
votes
1answer
150 views
How to get separate alerts for different monitored regions on iPhone?
I am trying to create different alerts when entering 5 different regions. I'm currently setting up the regions like this...
//Monitoring a Region
CLLocationCoordinate2D layerCoords =
...
1
vote
0answers
72 views
How to Customize HazardMap?
I have downloaded sample code from http://developer.apple.com/library/ios/#samplecode/HazardMap/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010049
but it takes everything from some specific ...
0
votes
1answer
350 views
pass location data from uitableview to mapview
I'm developing an app which parse a xml file and then the content is populated in a uitablaview. This xml file contains geospatial data with information about the location, speed, latitude, longitude ...
1
vote
1answer
299 views
mkmapview thumbnail image
I am creating thumbnail image in MKMAPView without Google logo ,Is it Acceptable by Apple?
like below Example Thumbnail
CGPoint annotationPoint = [mapView convertCoordinate:view.annotation.
...
1
vote
1answer
816 views
How to add Streetview function in my MKMapView?
I'm looking to add Streetview function to my current iphone app maps I made with MKMapView.
Any idea how to do this?
Thx for helping,
Stephane
6
votes
1answer
328 views
Physical movement tracking on Live Mapview in Iphone sdk?
I want to track a person's movement on mapview in my iphone. I am using mapview which shows user's current location as well as one more pin which denotes another persons location say person A.I want ...
1
vote
2answers
4k views
In MkMapview calculate distance between two points
Hi in iPhone App How to calculate distance between two points in MKMapView
as shown in image
first point would be center point of visible map in mapview
2nd point would be any of corner of ...
1
vote
1answer
161 views
MKMapView hides all controls on the view
I have added UIButton, UITextField and MKMapView in UIViewController. I bind all controls to properties. But when I run application there is no button and textField, only map. I have navigation ...
5
votes
2answers
257 views
Iphone sdk save drawings without whole context
I want to capture screen of my view from my iPhone app. I have white background view and on that I draw a lines on that view's layer using this method .
- (void)draw {
CGContextRef context = ...
4
votes
0answers
221 views
From rectangle Get Latitude n Longitude of MKMapView [closed]
In my Ipad application I am drawing a rectangle for x height and y Width on MapView. I want the latitude n longitude of that four Vertices. How can I get that latitude n longitude for those four ...
2
votes
1answer
172 views
How to make the MapView a button (iPhone/iPad)?
I currently have a map view in my app that is locked so that the user can't interact with it (i.e. scroll, zoom etc.), however I want to make it into a UIButton. The idea being the the can press the ...
2
votes
1answer
1k views
Updating the centre point & zoom of MKMapView (iPhone)
I have been trying to centre the map view on the users location. This should also update as and when a change in location is registered. The issue I'm having is upon loading the app I can't get hold ...
0
votes
1answer
218 views
MKMap annotation selection
I want to check when he user presses the annotation (the bubble on top of the pin). I tried the following :
-(void)mapView:(MKMapView *)mapView didSelectAnnotationView:(MKAnnotationView *)view{}
...
2
votes
2answers
1k views
How can i draw direction (route) using google map api?
I want to draw a route using google api please suggest me is there any google api is available for drawing route between 2 latitude and Longitude.
1
vote
2answers
690 views
How can i get any information like lat,long when i touch on MKMapView in iPhone/iPad?
I have a mapView using xib file now when i touch in the mapview i want the latitude and longitude of that particular area so there any whey or any sample code which help me in this task.Thanks in ...
1
vote
0answers
218 views
iPhone SDK - get/calculate camera field of view (FOV)
I'm working on a simple augmented reality application with camera overlay in detecting nearby stores. Anyways, I have three latitude/longitude points 'A','B' and 'C' using core data. Point 'A' is the ...
1
vote
1answer
309 views
how to detect when a MKAnnotation is tapped
i have a mapView, which shows many pins (MKAnnotation objects). i want to get the detail of each pin by tapping (clicking ) on it. please refer me to some tutorials or provide some sample code. thanks ...
0
votes
1answer
300 views
how to know viewForAnnotation is no more being called?
I'm wondering...how to know that that method is no more being called?
method:
mapView:(MKMapView *)mapView viewForAnnotation:(id <MKAnnotation>)annotation
{
}
How to know the above method ...
0
votes
2answers
1k views
MKMapView doesn't show current location
I'm trying to get an MKMapView show my current location. I managed to get this working in an application with a single view, but now I'm trying to implement the same view inside a UITabBarController. ...
2
votes
1answer
597 views
MKMapView removeAnnotation is not removing the selected annotation
When I call removeAnnotation and pass it a pointer to the annotation I had added, it is not removing the annotation... Is this because it had made a copy of the annotation when I added it?
Thanks
...
5
votes
1answer
1k views
UIModalTransitionStylePartialCurl with UITabBarController
This question has been asked a lot e.g. here but as far as I can see is yet to be answered in full.
I have a UITabBarController with a UINavigationController as the root vc for one of the tabs, which ...
0
votes
1answer
821 views
Map Callouts from plist in Xcode?
I was looking at the following discussion of a question to try and understand how to read locations from a plist and drop pins an Map view accordingly:
MapKit based app crashing when loading from ...
1
vote
1answer
232 views
is the iphone MkMapView multithreaded?
Is MKMapView multithreaded? That is, can I receive events while my main thread is processing something?
0
votes
1answer
55 views
Have UIButton showDetails take in an argument
I have many UIButton elements on my MKMapView. When the user clicks on a button I get a showDetails notification. But how do I tell which button the user clicked on? The only hack I know of is to ...
2
votes
2answers
1k views
selectAnnotation does not show callout
I want to change the callout shown on the MKMapView. When I call
[self.mapView selectAnnotation:annotation animated:YES];
it pans the map to the annotation, but does not show its callout. How ...
-1
votes
3answers
1k views
On mkuserlocation, how do I show my own custom message in viewForAnnotation
I want to show a custom message instead of "My Location" in viewForAnnotation. How do I do this?
Thanks
Deshawn
0
votes
1answer
315 views
Location Specification with an iOS MapView
Using an iOS device, I am interested in tapping a mapview and getting back the lat / long coordinates of that spot. Is this possible?
2
votes
1answer
171 views
How do I test if a CLLocationCoordinate2D is visible in the current MKMapView?
I have many pins on my map and I want to animate the callout for the most visible pin. How can I check to see if the CLLocationCoordinate2D of a pin is visible or closest to the center?
1
vote
1answer
388 views
How do I show multiple MKAnnotations with the callout?
I want to add multiple MKAnnotations with the callout showing. I searched a few different threads on S.O and could not find a way to do it. Has anyone figured out how to add multiple pins with the ...
2
votes
2answers
942 views
CLLocationManager didUpdateToLocation versus MKMapView's didUpdateUserLocation
I get the user's location from both CLLocationManager and MKMapView. Which one should I use to set the Map's center coordinate?
Also, the two methods in the simulator differ in their answers. The ...
0
votes
1answer
198 views
MKMapKit PushPin on Tap
I need to place a pushpin where a user taps on the MKMapView. Any ideas/clues/links for the purpose are requested to be shared. Thanks.
2
votes
3answers
2k views
Rotating MapView according to compass
I'm working on Map application that needs to work like original MapView on iOS.
I need to rotate mapview according to compass heading value. I tried MTLocation example also I also tried this answer ...
1
vote
2answers
619 views
MKMapKit - EXC_BAD_ACCESS when looping through MKAnnotations
I've been stuck on this EXC_BAD_ACCESS error 2 days now. I have a reloadAnnotations method that removes all annotations before adding new annotations. Before removing the annotation this method ...
0
votes
1answer
97 views
MapView with iframe code
Can anyone guide how to display map on MapView with iframe code. I try to search in google and this site and there still no guide for me.
My app is get iframe from server and need to show map into ...
1
vote
1answer
194 views
How do you measure how far the map moved?
In my mapView:regionDidChangeAnimated method I'm making a call to find places on the map but I only want to make the call if the map has moved a significant amount.
Here is scenario:
User moves map ...
2
votes
2answers
1k views
What is the difference between MKOverlay and MKAnnotation?
I am new to MKMapView. I implemented a mapView which is looking good. But i was planning to add points or custom image as point in MapView. I can implement it with the help of MKAnnotation, ...
1
vote
3answers
2k views
iOS - MKOverlayView custom view rect fills works, but line draws do not
New to Map Overlays, but this is a really weird problem.
I pass in the mapView.visibleMapRect to my overlay implementation and return that as the boundingMapRect, which is fine for now - just trying ...
2
votes
2answers
2k views
I have 30 annotations, and growing. Looking for a simpler way to code this?
I am coding multiple annotations into a project. Currently I have 30 annotations, and growing. I'm wondering if there is a simplier way of having to create a annotation.h and annotation.m classes for ...
0
votes
2answers
948 views
Override viewForAnnotation method in iOS SDK
I want to override the viewForAnnotation method provided by the delegate.
I want to pass 1 more argument, type, so that I can change the color of pins according to the kind of annotation.
For ex: I ...
4
votes
3answers
1k views
Page Curl Transition Animation in iPhone Doesn't Leave Toolbar Untouched
Hey guys, I am attempting to mimic the partial page curl animation that can be found in the Map app that comes on the iPhone. I am able to get it to partially curl, but the toolbar curls with the ...
0
votes
1answer
137 views
Accessing Custom Annotation Enumerator Type Not Working
Hey, I am having problems accessing a variable within a custom annotation class I defined. Here is the relevant code:
ArboretumAnnotation.h(custom annotation class header):
#import ...
1
vote
1answer
233 views
MKReverseGeocoder updating text field
I have the same solution like in Uber app. I want to locate myself (this is simple) and put some pin on the center of screen. When I scroll map, red pin stays in center of screen, and in text field is ...
0
votes
3answers
696 views
NavigationController with search, map and table: how to
Since I am a newbie in iPhone development, I need some advice on how to structure my xib file in order to get the following (essentially, it should be very similar to Google Places app).
I need a ...
1
vote
1answer
3k views
CLLocationCoordinate2DMake behaviour
ok im trying to deal with something strange and i don't know if its just me
im trying to use
CLLocationCoordinate2D newCoord = CLLocationCoordinate2DMake(54.607313, -1.292585);
if i write it ...
0
votes
2answers
470 views
MKMapView Funny Buissness
im trying to create a show on map section in my app, but for some reason the annotations will not place correctly
MKMapView *mapView = (MKMapView*)self.view;
CLLocationCoordinate2D coordinate;
...
0
votes
2answers
1k views
Loading Annotations to Map View From Plist Not Working
Hey fellas, so I am able to display annotations (2) from the source code found at this link (and within the commented-out code post below).
However, I load annotation information from a plist and ...
0
votes
1answer
529 views
Getting wrong annotation from MapView Delegate method
I have declared the following in my .h file:
Annotation *annoForMoreDetails.
However when I try to set it to the current annotation in the method
- (MKAnnotationView *)mapView:(MKMapView ...
1
vote
2answers
2k views
Load only five annotations to MKMapVIew
I have a MKMapView, and I would like to know how I can find the nearest 5 annotations to the user, and only display them on the MKMapView.
My code currently is:
- (void)loadFiveAnnotations {
...
2
votes
2answers
9k views
CLLocation distanceFromLocation
I am using CLLocation to work out the distance from the current user location, and an annotation. However I just wanted to know if this would be correct. I am currently using iPhone Simulator for this ...


