Tagged Questions
2
votes
1answer
31 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
1answer
29 views
Add image to the left of my annotations
Hi i have created annotations that show up perfectly on my map but i am not sure how to implement the leftCalloutAccessoryView to show images any guidance would be much appreciated
...
0
votes
2answers
81 views
Multiple Annotations ( MKAnnotationView ) in the same location Coordinates
Hi I am trying to implement Annotations grouping and animation if the user touch.
I did look a the different cluster Library solution but this wont work for my because I have multiple Annotations in ...
1
vote
1answer
25 views
iphone passing annotation to array
I am trying to pass custom annotation to a NSMutableArra in order to use it to populate a table view.
The code is:
in .h I define a NSMutableArray *mapViewAnnotations;
then in the .m
- ...
0
votes
1answer
30 views
Show an alert view when current location is near pin location
I've the user current loaction, and the annotation pin location.
When the user clicks on a button, the app starts to calculate the distance between the user current location and the pin location.
This ...
0
votes
3answers
94 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 ...
1
vote
1answer
77 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
1answer
42 views
MKMapview customannotationview
Iam working in MKMapview customannotationview, and succeeded in customizing the pin drop to my own image using the below code,
-(MKAnnotationView *)mapView:(MKMapView *)mapView ...
1
vote
1answer
86 views
how to Drop multiple pin's on same Location
Hi is that possible to display multiple User Pin's on MKMapView at same location Lat Long. see this Bellow Image:-
in This above image i can there is a Two user location pin but Because of same ...
0
votes
1answer
25 views
Different callOut in annotationView
I am working on Map iOS6, and I got some troubles:
As the images below, the annotation of current location and placeMark also have the callOut button but I need the button do different task, how can I ...
0
votes
1answer
57 views
Customizing annotations pop up in iPhone?
I'm building an app for iPhone in which I need to customize the poped up annotation whenever the user clicks on the pin. But the point is I don't wanna use the default annotation view and I have ...
0
votes
0answers
63 views
iPhone device does not match simulator - Annotations
Ive been working on an app and have run into a problem. I use coreplot to graph information in the form of a stacked bar graph. There is an if statement that triggers the creation of an annotation in ...
0
votes
1answer
72 views
Displaying Annotations on Map on viewing region only with Titanium SDK
I have locally stored about 1200 anotation data in an array. Now I want to add/set only annotation to region that is presently viewing. When user updates the region this will add/set new annotations. ...
0
votes
0answers
226 views
How to use overlays or Annotation to adding Images in MKMapView
I found these links
Adding Image with Overlays
Image with overlays in monotouch
and this movie:
developing map applications in monotouch
That specify how to use overlays and annotations to add ...
0
votes
1answer
145 views
My Map Annotations in iOS 6 do not stay rotated when the user pans the map
In the answer to a similar question the user said to do the following:
The fix for this is to do the following in the viewForAnnotation method:
// iOS6 BUG WORKAROUND !!!!!!!
if (is6orMore) {
...
1
vote
1answer
83 views
How to manage a huge amount of MapViewAnnotations
I have a MapView with a huge amount of annotations (8000+). The performance is going down by scrolling the map while all annotations are visible. So, I had the idea to hide some annotations when the ...
0
votes
3answers
134 views
Not able to remove all Annotation from mapview
I am getting problem while removing annotations from MKMapView. I have already search for same and found so many answers but couldn't find satisfactory ans. Below is my code summary:
I have created ...
0
votes
1answer
39 views
Group annotations with same name
I'm currently developing an iOS app which shows realtime data, now I receive 33,265 timingpoints from the API, which are all stops. So stops on opposite sides of the street are counted as 2, bus ...
0
votes
1answer
130 views
how to add multiple pin at the same lat/long
I am trying to add multiple pin at the same location.
for (int i = 0; i < [arrListing count]; i++) {
List *obj = [arrListing objectAtIndex:i];
NSLog(@"Title ...
0
votes
2answers
142 views
how to display multiple locations in a single map view in iphone application
i have NSMutableArray that contains multiple places- name,latitude and longitude. those location values are within the range of 5000 meter from current location. i need to display the annotation pins ...
0
votes
1answer
48 views
What method makes MKPinAnnotaionView to stake to the north?
I'm rotating the MapView according to device's heading and MKPinAnnotationView always stakes to the north.
I want to change it, what method should i change?
Thanks
0
votes
1answer
162 views
Rotate MKAnnotationPinView according to the device heading
In my app I'm rotating the MapView according to the device heading, I have only one annotation and i'm rotating it's pin and it's pinView too.
My rotation method is inside the next function
- ...
0
votes
1answer
81 views
How to remove pin view?
In my app i have a MapView and one annotation. The first touch on the pin showing it's view, but i can't find the to remove/hide it on another touch.
Thanks
0
votes
1answer
63 views
mac graphics software for iPhone app Map annotations [closed]
does anybody know of a simple-to-use graphics software for Mac? I need it to create icons for my iPhone applications. Some of the icons will be used on MKMapView therefore I need to be able to set ...
1
vote
1answer
105 views
MKMapView annotations changing order/sequence
I replaced the annotations with specific pictures in map view by the method as follow:
(MKAnnotationView *) mapView:(MKMapView *)mapView viewForAnnotation:(id)annotation
but this method is not ...
0
votes
2answers
137 views
Why have only one view pin annotation display?
I am using following code and it display only one pin(annotation) on Map view. Please help me to figure out my mistake.
- (void)mapView:(MKMapView *)mapView didAddAnnotationViews:(NSArray *)views
...
0
votes
1answer
250 views
Add location Specific Tap functionality to didSelectAnnotation MapKit
I have a number of annotations I put on a mapView. This works fine with the code below
float userLatitude = [[userDict objectForKey:@"lat"]floatValue];
float userLongitude = [[userDict ...
0
votes
0answers
86 views
How can i have 2 subtitles on a map annotation , iOS?
What I need is just use one more line to my annotation on the map.
I just have a title and a subtitle so what i would like is to have one more line like a subtitle. All the code i have found , many ...
0
votes
1answer
105 views
User Location Strange Issue
I have all concept of Maps how it works but I am stuck in very strange issue.
As soon as open my Map Controller my default blue is visible (MKUserLocation) but when I am loading custom pins ...
0
votes
1answer
118 views
'MyAnnotation' may not respond to 'initWithDictionary:'
I keep getting this semantic issue with this code ('MyAnnotation' may not respond to 'initWithDictionary:'), im adding annotations to a map using a plist.
Even though it displays the pin and ...
0
votes
0answers
113 views
Searching Map Annotations with UISearchBar
First of all, sorry about my bad english. I`m from Brazil.
So, I have a MapView with multiple pins (annotations) and I want to search for specific pins (the title of them) using a UISearchBar.
Any ...
0
votes
1answer
277 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
1answer
858 views
calloutaccessorycontroltapped or prepareForSegue
i have a map and the map have annotation , and i can see these annotation in table view as a cells then i can see the details for any cell i selected like the master details project in the xcode
like ...
0
votes
0answers
152 views
Mapkit annotationc custom image doesn't work
I have a problema with the custom image on mapkit annotation. Building a sample project where I am performing same test, It work properly (althoug the drop effect and the custom image do not work).
...
0
votes
2answers
2k views
Pass data to detailView when annotation tapped on mapview
I have a map view and there are 10 store locations which data comes via webservice. I just want to push to my detail view to show address, telephone and other informations of the clicked store.
I ...
0
votes
4answers
709 views
Highlighting the Selected text in pdf
I am working on an iPad application in which I have to select the text from pdf file and then highlight it. Can anybody tell me how can I select the text in pdf file just like the UITextView do?
0
votes
1answer
83 views
Custom annotation error
I have an custom annotation set up in my mapview using below code. Problem is that the position of the annotation image is incorrect, it put's it a bit to the right of the actual location instead of ...
0
votes
1answer
89 views
Compare gps positions
i have never worked with MKMapView or CoreLocation before so I need some help.
I want to get my current position (maybe show this position in a mapView) and update my position periodically and compare ...
0
votes
2answers
385 views
Managing thousands of annotation's in iOS
So im making an iOS application where I have a map that contains thousands of annotations. And my question is the following:
The annotations are loaded from a site database and i query for new ones ...
-1
votes
1answer
206 views
How to add annotation on pdf in ipad
I have to develop an e-book application just like "kindle" for i-pad with the functionality to add custom text annotation and also these annotations gets updated on server file. The data that I will ...
0
votes
1answer
206 views
unable to display custom Annotations on the map in iPhone
I am trying to add annotations on my mapview but I am not able to add them. Can someone suggest me where I am doing wrong? Code: Code to add the map:
mapview = [[MKMapView alloc] ...
0
votes
0answers
148 views
Mapkit annotation image resolution
I've changed the annotation pin to a custome image, and it works great. However the image looks a little rough around the edges when it drops in the mapview. Does anyone know how to sharpen the image ...
0
votes
1answer
363 views
Popup on touch of annotation iphone
I have developed some code that displays annotation on the map. Now the problem is I have multiple annotations ( of my 10 products ) on one point of map. If user touches on the this point, I want to ...
0
votes
1answer
376 views
multiple pins on mapview is not displayed in expected location in iphone sdk
Here I am facing a problem with the displaying of multiple pins at time on mapview. I am having 10 annotations with different location values instead the pins displaying at different places all are ...
1
vote
1answer
869 views
iPhone - adding custom MKAnnotation to MapView does not get added
for some reason I am having some problems with my custom MKAnnotation class and having it added to the map. I have also attempted to use the basic MKPointAnnotation to see if this would work, however ...
0
votes
1answer
1k views
How to add annotation in mkmapview
I have created a person object
ABRecordRef person = ABPersonCreate();
I set the properties of person from my web services. person has all the properties set, like first name, last name, email id, ...
0
votes
2answers
298 views
How to change View while we touch any annotation
I want to add a functionality in MKMapView .
I have a mapView with many annotations now I want that .. when I touch any annotation the whole view should be focus on that annotation . i.e. annotation ...
-1
votes
1answer
260 views
Button to drop pin in MKMapView
I want to have a button that says "WARN" and when the user pushes the button a pin will drop down on his location. But I can't figure out how to do that. It must be possible to halve multiple pins at ...
0
votes
1answer
132 views
Problems with AnnotationView and Close button
I need help with MKMapView .In map i show pictures after click on picture shows popUp wih biggest picture and title (AnnotationView) but i cannot added any buttons ... they just dont work.Then i try ...
1
vote
2answers
295 views
How to add annotations to UIImageview iPhone programming
I am trying to solve this but don't know where to start. I have a image of a map of let's say a mall loaded into a uiimageview and would like to add annotations over the imagview not over a map view. ...



