I'm adding several annotations to a MapView and using a custom image instead of the default pins. I am using the viewForAnnotation delegate method to set the custom image like this:
I'm displaying custom images on a map (instead of the default pins) using the code below. However, when I tap on an item (and the callout appears), the image reverts to ...
I am using
- (MKAnnotationView *) mapView:(MKMapView *)mapView viewForAnnotation:(id <MKAnnotation>) annotation{
to draw my own image for a custom pin. I would like to use a different image for different pins. I was ...
I have a segmented controller which sits on a MKMapView. When I change MKMapType, the image of my custom pins revert to the default red. The title and subtitle, along with ...
Hello i have been trying to find a tutorial that show how to setup an array of locations with details and images and drop the array of pins on the map. ...
For map-view the pin pointer..
It show's title... for location... and subtitle ...
Now for the same box in pin point.
Need to show image. how to show image on pin.. pointer.[any static image.]
I am trying to change the pin colour from the default red to a custom image but whatever I am trying just isn't working.
I have downloaded the sample code from this ...
In my application i have to image based on the current location, for this i am using CLLlocationManager to update the current location. in the "didUpdateLocation" delegate method i wrote code ...
I am just loading a simple map with customize pin images on pin annotations. First time it loads the pin images in map correctly. When i change map type the pins ...
I have an imageview which displays a part of the human body. What I want to do is to assign names to specific regions on the image. I would like to ...