Tagged Questions
0
votes
1answer
35 views
Change color of pin on map after pressing button on another screen
I need to find a way to change the pin color when the map is loaded by pushing a button from another screen.
For example, the original pins are all red, but when I go to a page and push the map ...
0
votes
1answer
27 views
Custom annotations not loading into array?
Below is my code for loading my custom annotations into an array and then adding this array to my map using addAnnotations. I am not getting any pins on my map. If I replace [annotations ...
0
votes
1answer
27 views
Update annotation's subtitle
I'm struggling with setting the subtitle of an annotation in MapView, once it has been clicked.
.m:
MKCoordinateRegion England = { {0.0, 0.0} , {0.0, 0.0} };
England.center.latitude = 51.50063;
...
1
vote
1answer
64 views
Can I programmatically add link annotation to PDFs?
I am making an iPad app that uses UIWebView to display PDFs. I have a PDF that I would like to programmatically add links to. For simplicity, lets say there are 10 paragraphs. They are all numbered ...
2
votes
1answer
33 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
52 views
[iOS][Background][CLLocationManager]Bad map accuracy
I am working on an application which aims to display on a map the position of the iPhone during an activity (adding annotations and drawing line between them).
To do this, I use a Location Manager ...
0
votes
2answers
89 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
59 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
1answer
89 views
iOS Mapkit - Annotations disappear on map scroll/zoom
On initial load, the annotations show just fine. But if I scroll the map, they all disappear and the code is only called for the user location, not the other annotations in the viewForAnnotation ...
0
votes
0answers
29 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 ...
1
vote
2answers
66 views
iOS Map Kit Locations read from database
I have been tasked with creating an iPhone application for a client.
I have some coding experience but only in C# so it doesn't really help here but other than that I am a complete novice on iPhone ...
0
votes
0answers
29 views
Annotations are not dropping on map when i run the app in device?
When i run the app in iPad,The annotation pins are not displaying on map.But when i run the app using simulator All annotations are displaying on map?
Actually my situation is when user opens the map ...
0
votes
0answers
50 views
Adding annotation to iPad MKMapView fails in MonoTouch
I try to add an annotation to the my map view by this code:
for( int i = 0; i < GetApp .Delegate .typeOfShow .Content .Properties.Count ; i++){
Property p = GetApp ...
1
vote
1answer
225 views
adding multiple pins on google map in ios
I want to add multiple pins on a google map, while it is being loaded.
I have a list of Latitude and Longitude values of nearby locations.
How can I show all these locations on the map with a pin. I ...
0
votes
1answer
24 views
Telling the difference between UserLocation Pin and user added pins
I am trying to solve a problem that I'm not sure how to solve. In my app, when the mapkit launches, I drop a pin at the user's current location. The mapkit delegates to viewForAnnotation which sets ...
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
34 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
41 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 ...
0
votes
2answers
66 views
How can I load a new view when a user clicks the detail disclosure button on map?
I am making an App that shows annotations on a map using the iOS MapKit. When a user taps an annotation the callout window pops up and shows the Tile, Subtitle and a Detail Disclosure Button. I need ...
0
votes
1answer
89 views
Clustered annotations overwrite unclustered annotations
I have about 500 annotations on my MKMapView and I clustered them with OCMapView wich replace the normal MKMapView. Anyway my annotation are clustered but not very well that why I need a little bit ...
0
votes
2answers
32 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. ...
0
votes
1answer
45 views
iOS How to open pdf, not from NSBundle
I have an app where I need to annotate a pdf. I have been using code from how to edit a PDF in objective-c? and it's great, except the file location part. I was getting the pdf from using
NSString ...
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
93 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
0answers
58 views
Custom Annotation Show or Hide Zoom Level
I'm working on an application in which I have a Custom Annotation. Depending on the zoom level, it will appear or disappear automatically.
This is the method:
- (void)mapView:(MKMapView *)map ...
0
votes
1answer
25 views
Searching for annotations in a map
I wonder if anyone know if it's possible to have a search function in a mapview?
I want to be able to search/filter annotations with a UISearchbar, just like it's done in the tableview UI. The ...
0
votes
1answer
92 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
1answer
79 views
mapView to show a specific location and annotationin IOs
i'd like to create a mapView that show an exact location (coordinates: latitude 45.733333° and longitude 9.133333°) adding a simple annotation with a title and a subtitle.
The ma must be static, no ...
1
vote
3answers
187 views
iOS : Why can't I get mapkit to display a custom annotation pin image?
figured that using my own custom pin image for annotations would be super easy.
But I have never been able to get it to work, and I have no idea why!
I am simply using:
- (MKAnnotationView ...
0
votes
0answers
64 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
63 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
68 views
iOS- Storing page location of DOC and PPT files
I am looking for a way to save page location data from a DOC or PPT file opened within an app (iOS). With a PDF file, it knows and displays the current page when viewing. Is this feature possible for ...
0
votes
1answer
24 views
How can i show the info on annotation,without click on it?
for (MyAnnotation *a in dealerMapView.annotations) {
// Your current position (if shown) is an annotation as well. Thus check for the right class!
if ([a ...
0
votes
1answer
136 views
Migrating to Google maps from iOS maps
I have an app in the app store which I use iOS/ Apple maps. Now with google maps sdk 1.1 I decided to migrate form Apple maps to Google maps. Is there an easy way to do this without re-writing most of ...
0
votes
1answer
102 views
Make path with RMShape and RMMapView
I implementing map application using mapbox sdk. I need to show marker and path together, I google around but still not get main idea to do this.
So far I have done...
- (RMMapLayer ...
1
vote
1answer
117 views
Show Pins on Map for Current Region
I am working with Maps and i have 2 thousand latitudes and longitudes of germany specific locations in CSV file. It take 3-4 mins to drop all the pins on map when clicked.
I want to that map should ...
0
votes
1answer
86 views
Bring ios mapview in zoomed in mode during first load
Hello i am doing an iOS6 in-house iPad app. On my ViewController i have a scroll view. On that at the bottom left i have a map view (20,594,360,347).Mapview location on my scroll view. I have a get ...
0
votes
0answers
128 views
How to add multiple annotations (with coordinates from NSMutableArray [closed]
I have a loop in which I tried to add annotations from array. But on map creating only one annotation with coordinates from last object. Here is my code:
for (NSDictionary *d in filtered ) {
...
0
votes
2answers
160 views
Showing multiple annotation with user location at center
all
I need to show multiple annotations within a mapview and zoom to show all this annotations.
I have the code fore that
MKMapRect zoomRect = MKMapRectNull;
int i = 0;
for (Post *post in ...
5
votes
1answer
128 views
Adding annotations to a map are too slow - iOS
I've got a performance problem regarding adding annotations to maps in iOS (using the standard mapkit methods - hence using Apple maps). I'm trying to add a large number of annotations (10000+) in ...
1
vote
0answers
67 views
Click the annotation and change color
I want to change the anntation color when user click it . my code just like that
- (MKAnnotationView *) mapView:(MKMapView *)mapView viewForAnnotation:(id <MKAnnotation>) annotation
...
0
votes
2answers
171 views
MapView Annotations Not Showing Up
I can't figure out why my annotations aren't showing up on my mapview. The coordinates are correct when I log it, but no "pin" show up on the map. I don't have a MapView delegate, but I don't see ...
0
votes
1answer
333 views
iOS refresh annotations on mapview
I have a mapview where the annotation's coordinates are constantly being updated but when I use setCoordinate, the annotation does not move. How do I refresh the annotations to reflect their ...
0
votes
0answers
53 views
iOS creating a MKAnnotation class similar to UserLocation
I have an application that fetches an array of coordinates from a db every second. The coordinates are constantly changing because they are the location of another device, and every time that device ...
0
votes
3answers
140 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 ...
1
vote
2answers
517 views
MapView regions zoom level different in IOS 6
I have an app that uses MapKit to layout a map with annotations. I have a method that creates an MKCoordinateRegion that I assign to setRegion to adjust the zoom level of the map appropriately. But ...
2
votes
1answer
265 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
...
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 ...
0
votes
1answer
173 views
Why does the CPTPlotSpaceAnnotation appear far from the plot symbol
I made annotations appear when clicking on the plot symbols using plotSymbolWasSelectedAtRecordIndex, but for some plot symbols they appear very far and for some near the symbol, like it should. For ...





