Tagged Questions
0
votes
2answers
85 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 ...
0
votes
1answer
58 views
[iOS][Background] updating map pins | drawing lines
Hy :)
I am trying to update in background the position of the device (iPhone) and it works with the simulator http://grab.by/meLq (the annotations are only added in Background).
But when I am ...
0
votes
0answers
28 views
Render SVG file and display annotation on top of SVG file in iOS
I want to render the SVG file in iOS application, parse the coordinates data and display the annotation on top of SVG image based on coordinates (something similar to display annotation on MKMapView ...
0
votes
0answers
41 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)
...
0
votes
1answer
40 views
Database use in xcode for multiple locations?
I am trying to make annotations on a map in Xcode for every gas station and major grocery store. Does anybody have a clue about how to go about this except for entering them in all by hand? Maybe a ...
1
vote
1answer
62 views
Custom pin on MKMapView in iOS?
I have tried just about everything to get an image displayed instead of the default red pin on my MKMapView.
There are a lot of answers about this on the internet but all of them keep giving me this:
...
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
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
89 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
90 views
viewForAnnotation Is Not Getting Called
Having scanned all the similar problems and tried all possible solutions, I still can't find the solution to my case. I tried to put multiple pins on my MapView but it seems that my pin can't be added ...
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
0answers
62 views
Core Plot annotations appear on simulator but not on device?
I have an issue with my app. The title is self-explanatory. My annotations show up fine on the simulator but when I tried the app on a device today, the annotations did not appear. The app seems to be ...
0
votes
0answers
105 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
124 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 ...
0
votes
1answer
188 views
Map Annotations ars displaying with incorrect custom pin images
This is my first question on this site.
My code is implemented in the following function using iOS 6 Mapkit, Objective-C.
- (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id ...
1
vote
1answer
85 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
3answers
53 views
How to remove annotations that are created in a for loop
I hope you can help me out. I'm working on some homework for school, and we have to create a project that takes an array of objects and create map annotations from those objects on a map. My objects ...
0
votes
0answers
69 views
iOS - Annotation DetailDisclosureButton sends variables to next view
I'm very new to Objective C programming. I have this problem, that I can't find a solution to, even though there are a lot of topics regarding this.
I got these annotations, and it all works ...
-2
votes
1answer
88 views
Showing distance from user location to other mapview annotations, but the calculated distance says 0.0000? [closed]
I'm attempting to display the distance from a user's current location to other mapview annotations (Pulled from my MapViewController) in a label (located on a TableViewController), but for some reason ...
0
votes
1answer
112 views
Pulling coordinates for MapView annotations from MySQL database, but annotations aren't showing?
I'm trying to pull coordinates for my MapView from a MySQL database, but for some reason my coordinates just aren't showing up on the MapView?
See below my code.
MapViewController.h file
#import ...
1
vote
0answers
130 views
CPTPlotSpaceAnnotation not added to exact plot coordinates
I am using Core Plot to plot a bar chart and trying to add an annotation image to the plotSpace by specifying the anchorPlotPoint. The image annotation must be placed exactly on the x-axis at an exact ...
0
votes
1answer
67 views
How can i customize the MKMapview Annotation With Next and Previous Functionality?
HI I have requirement to Implement Next and Previous functionality in the MKMapAnnotationView as shown in the Image.I have got reference from Here for making custom annotation but how can i change ...
2
votes
1answer
263 views
ios: MapView Pin color Annotations keep changing ; why?
Hello and thanks for the help.
I am using the following code to set the pin colors on my MapView annotations ?
- (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id ...
-1
votes
4answers
82 views
Passing data to a method when a button is tapped
I have a button added to an annotation marker for a map view page in my iphone App
UIButton* rightButton = [UIButton buttonWithType:UIButtonTypeDetailDisclosure];
[rightButton addTarget:self
...
1
vote
1answer
184 views
objective c mapkit click button in annotation
Hi i have a map view page in my app where i display 200 + markers.
I initiate these at present with
MapViewAnnotation *newAnnotation = [[MapViewAnnotation alloc] ...
0
votes
1answer
40 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 ...
3
votes
1answer
74 views
Having Trouble Making Map Annotations Appear in MapView
I have an application (Xcode 4.5) which downloads images from Flicker. I have a mapview which drops a pin for the location of each photo. Clicking the pin reveals an annotation which shows the name of ...
0
votes
1answer
91 views
How to Set an Image for an Annotation View off the Main Thread
I have an application (Xcode 4.5) which downloads images from Flicker. I have a mapview which drops a pin for the location of each photo. Clicking the pin reveals an annotation which shows the name of ...
1
vote
0answers
66 views
How can I create my own route using CoreLocation and mapKit?
I know that CoreLocation already has a method that does the difference between two dots that have(Latitude and Longitude), but this route is the closets route between the dots. What I want is to draw ...
0
votes
2answers
143 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 ...
2
votes
1answer
129 views
Annotation with canShowCallout switch viewController
I have a problem. I search with google apis to places and let me create a annotation pin on the map. The data is stored in a dict. I try THESE position to transfer with a callout including the data to ...
0
votes
1answer
186 views
How to access and pass annotation properties to another view controller
So in my app, I have a mapView that drops pins when the screen is pressed. Once the annotations are dropped, they are placed into an array. There will be multiple pins on the map at one time, and each ...
0
votes
1answer
79 views
Passing title of annotation to new view
In my app, I have a mapView that drops a pin with a UILongPressGestureRecognizer. When the screen is pressed, the coordinate is geocoded and a pin is dropped, and the address is set as the title. ...
0
votes
1answer
39 views
Removing annotation with a button
I have annotations on a mapView, and the callout button on the annotation view pushes another view called PinViewController onto the stack. I have a button on PinViewController that I want to remove ...
0
votes
2answers
274 views
MapView with multiple annotations with callouts, how to pass title to next view
I have a mapView where users press to drop a pin. There may be multiple pins at one time, and each annotation view has a callout that pushes a new view to the stack when it is pressed. What I want to ...
1
vote
1answer
212 views
How to reorder MKMapView annotations array
I'd like to reorder the array of annotations shown on a map in order to create a next/prev button for quickly cycling through all annotations (sorted by date) using a simple iterator.
As far as I see ...
1
vote
1answer
147 views
Adding more annotations to UIMapView
I want to add more annotations to my mapview. I'm working with a class Annotation where there is a method addAnnotation. This method is being called in my UIViewController when I want to add a new ...
0
votes
0answers
65 views
freehandwrite on a pdf loaded by CGContextDrawPDFPage() and pdf downloaded CGPDFDocumentCreateWithURL
I have loaded a pdf and now i am trying to freehandwrite on that pdf. And i save the pdf. I loaded the pdf using UIPageViewController. Now what i do at the moment is create a new pdfpage whenever the ...
0
votes
0answers
38 views
What's the equivalent of didaddannotationviews for android?
I used
- (void)mapView:(MKMapView *)mapView didAddAnnotationViews:(NSArray *)views{
...
}
for iPhone
Now I am making android program.
What should I use for android?
0
votes
1answer
598 views
How can I make my MKMapView annotations show up?
I'm new to this, and I'm banging my head on a wall, so any help you can provide would be appreciated.
My app is downloading a series of coordinates and titles which I'm turning into MKAnnotations. ...
1
vote
1answer
165 views
PDF Encoding issue? (objective-c)
I'm developing a tool to annotate PDF's and came across what I think is an encoding issue:
When the user tries to save japanese/arabic/russian/etc text into a text annotation, I'm not really sure how ...
0
votes
1answer
67 views
How do I set the Pin Title with Calendar on the Map?
I'm new to iPhone development.
I have a question that I'm puzzled for a week.
Now I already have a calendar on my view, and I'm trying to add a new view with map and annotation pin, so I want my ...
0
votes
0answers
72 views
Use arraylist to display anotations on google map
I am implementing a program on Objective-C (using Mapkit) for showing about 12 campuses of my university on Google map. I want to show them as annotations.
I was wondering if it is possible to insert ...
0
votes
0answers
81 views
Annotation pin for ArcGIS
I am trying to use NSMutableArray with x and y coordinate with arcgis to put down all the annotation pin on the map is there any guide which i can follow or any help would be nice.
NSMutableArray:
...
0
votes
1answer
181 views
PDF Highlighting above image / below text
i'm trying to highlight text in a pdf, and have the highlighted rectangle to be drawn under the text.
It works fine on most PDF's, but I jumped into a problem when the text I'm trying to highlight ...
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
454 views
Adding annotations to PDF on iOS device programatically and viewing it
I have done a lot of searching for the past couple of weeks for meeting the requirement of my client, annotate the PDF. Lots of pointers but none of them work the way we want. So this question.
...
0
votes
1answer
596 views
iOS 5 custom annotation not showing its title
I wrote this code to create a custom annotation image
- (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id<MKAnnotation>)annotation
{
static NSString *google = ...
0
votes
3answers
1k views
Annotations dont show title/subtitle on MapKit , iOS
I am parsing some data with some points of interests and trying to show them on map using the MapKit framework.
I created a custom class for my objects on the map which i call MyLocation.
...
1
vote
2answers
158 views
annotation pins
So, I have a problem with making positions for annotation pins on MKMapView.
I just write a class heritable from NSObject, called "Annotation", which uses protocol.
so, here's code:
Annotation.h
...



