-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a search enabled map view. When user hits search, my custom annotations are added to the map view. The search returns 20 results with a 'load more' link. When I hit load more, more annotations should be added to map view.
The problem is - annotations gets added to the map view but is not…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I'm trying to find a way to search for a business, such as "grocery stores" and display them on a google map around the users current location. This used to be pretty simple with the old URL style of launching the apple map location but I can't find out how to do it with the MKMapView. I…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Some interface objects like UILabel and MKMapView appear ok in interface builder when inside a UITableViewCell but when the program is running they are wider than shown in IB. I solved this by setting a smaller width for these objects in IB but i'm curious why is this happening.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I don't know what's make wrong, my map can load, but the image on the map is not completely load. plx help. thz a lot. Here is the simulate map from the iPhone: (Added more example image.)
http://img689.imageshack.us/img689/8476/screenshot20100309at841.jpg
Here is the code:
MKCoordinateRegion…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am working on an iPhone application which uses MKMapView and shows userlocation. I am getting memory leaks where leaked object is NSCFArray of size 128 Bytes, GeneralBlock-16, GenralBlock-8 when is set MKMapView's showUserLocation property as TRUE. If is set it as NO then i dont get this leak. Can…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Can I create an MKAnnotation, or is it read only? I have coordinates, but I am not finding it easy to manually create an MKAnnotation with using setCoordinate.
Ideas?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all, i'm developing an application for iPad. I have a mapview with several annotations. I need to show a pop-over when the accessory callout method is called, so that the arrow of the popover will point towards the annotation. I am trying to use 'initWithRect' method of the popover, but i'm not…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi everyone, i'm having problems trying to update an annotation location with different coordinates. Is there any way I can change de location property without having to create another annotation? I've tried the code below with no luck. The annotation i'm trying to get is not updating its location…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have two views, the first view has an MKMapView on it named ridesMap. The second view is just a view with a UITableView in it. When you click the save button in the second view, it calls a method from the first view:
// Get my first views class
MyRidesMapViewController *rideMapView = [[MyRidesMapViewController…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a MKMapView that has a pin and when pressed shows the annotiona Title and SubTitle.
Is there a way in code to have this text shown automatically so the user need not click it?
If I have many pins, can the all appear as well?
>>> More