The callouts tag has no wiki summary.
1
vote
2answers
18 views
How to add a uitexfield & a uibutton in MKPinAnnotationView callout?
Hello there i was wondering if there is any way to add a UITextField & a UIButton in MKPinAnnotationView callout bubble and in turn if the user clicked button it will call some method?
0
votes
0answers
8 views
Getting the frame of Rect MKPinAnnotationView
I am writing an iPad app with an MKMapView which add adds a new annotation pin to the map with every tap of the user. I add the annotation (MKPinAnnotationView) to my MKMapView in the ...
1
vote
2answers
46 views
Repeating functions in Javascript
I'm looking for some newbie Javascript help.
I've got a series of simple functions which add and remove some slider content using JQuery, following a click from a callout. How can this be rewritten ...
1
vote
1answer
134 views
Apex type not found for element : userDetails
I m getting the following response from the webservice
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" ...
0
votes
1answer
94 views
Callout from Core Plot doesn't follow scrolling
I'm using a modified version of the code here to display callout popups from points along the plot in a graph. I've got it mostly working, but the problem I have is that when I scroll or zoom the ...
0
votes
1answer
235 views
Placing callouts over bootstrap carousel
i would like an effect like on this site http://demo.grandpixels.com/ where the divs .callout are layered over the carousel.
I'm trying to do this in bootstrap. But my divs always go under the ...
0
votes
2answers
82 views
How to make MKAnnotationView more sensitive in the MapKit?
I have a custom MKAnnotationView appear with a UIImageView by the size 16*16, and when user tap on it, I use the protocol
- (void)mapView:(MKMapView *)mapView ...
0
votes
1answer
94 views
iPhone Mapview update Callout View
Wonder how I can change the callout view of the pins, depending on my different current userLocation. The Pin stay still at some place.
For example, a pin is settled at the church.
If I am at home, I ...
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 ...
2
votes
2answers
484 views
Map callout expansion animation like the one in Maps when the disclosure button is pressed
When selecting the disclosure button on a callout, the callout animates to the slide over and expand into larger area with more information.
Besides making this component from scratch, does anyone ...
-2
votes
1answer
347 views
CSS or Javascript for callouts [closed]
Is there a good CSS, Javascript or jQuery library for callouts? I need to display callouts to direct users' attention to particular elements of webpages like the following "Output" callout:
...
0
votes
0answers
53 views
multiple annotationviews having the issue of selection
I want to show the title of two MKAnnotationview like the following image
so how to customize the MKannotationview?Please help me to solve.Thanks in advance.
0
votes
1answer
159 views
MKAnnotationView not displaying the title
I am setting the title for two annotationviews using the following code.
-(MKAnnotationView *)mapView:(MKMapView *)mV viewForAnnotation:
(id <MKAnnotation>)annotation
{
if(([annotation ...
0
votes
0answers
42 views
Implement the effect of callouts in Maps.app on iPad over EAGLView instead of over MapView?
When tap an object in EAGLView, a callout pops, and tap the right button of callout ,a detail view shows.
Like this:gik-animated-callout screenshots:Image1 Image2 but replace the MapView of GLView
...
1
vote
0answers
318 views
Showing callouts and selecting annotations in iOS
I have been dealing with one problem for many hours and still cannot find out where's the problem. I have a mapView application in iOS where I show some polygons(zones) with a pin inside. After ...
1
vote
1answer
595 views
How to call a method in WSDL from Salesforce callout
I m a new bie to the salesforce, and I m trying to get the response by calling a wsdl file from the salesforce.
I dont know how to call a method of the WSDL from HTTP callouts
The code is something ...
0
votes
1answer
858 views
MSChart Callout horizontal alignment to datapoint WinForms
I'm in need of help please, I'm using MSChart for .NET4.0 WinForms in C Sharp and right now when I plot my chart the annotations are all over the place.
What I really like is for this (I manually ...
-2
votes
1answer
95 views
Java standalone application for callout [closed]
I need some help to develop an application where I can create interactive callout for an image. Is there any framework, by which I can do this. I've used swing and awt but couldn't make it anyway.
...
0
votes
1answer
73 views
Timer in mapViews callout
I have map with multiple pins (2 types of pins). I them to have timer as subtitle (how much time passed since something). The problem is that i'm not sure how to do it. Surely timer should be placed ...
2
votes
2answers
957 views
How to save the selected MKAnnotation?
I have an app that has a mapview, and it shows 20 pins (from an Array) on the map. When the user clicks on it, it can show a bubble with a right accessory button.
Here come my problem: How do I know ...
0
votes
1answer
742 views
MKPinAnnotationView Callout button should pass custom object to Details ViewController
I have an annotation class that conforms to the MKAnnotation protocol. The class has an init method which sets coordinates, title, and subtitle.
I create an array of these annotations and add them ...
2
votes
0answers
163 views
Why am I getting memory leaks iOS5 ARC project on UICalloutView?
I'm getting memory leaks on an ARC iOS5 project which appear to be from my map annotation callouts. When I track the leaks they appear to be internal to QuartzCore, MapKit, UIKit -- none of them ...
0
votes
2answers
136 views
Callout accessory on tapping images
I have some images in my viewcontroller's view. When I tap on each image I need to have a callout accessory, just like the one we get when we tap on a pin in the mapview. I read that this is normally ...
0
votes
1answer
443 views
MKAnnotation Custom Callout button general action — how to know which Annotation it's coming from? (iPhone)
I'm developing a MapKit app which uses a whole bunch of MKAnnotations to mark locations. What I want is to put buttons into the callouts which the user can press to perform an action on the selected ...
1
vote
1answer
549 views
MKMapView shows same title for multiple MKPlacemarks
I have a mkmapview that I'm dropping several placemark pins on, however I've not been able to get the pins to show the correct title on the callouts, seems to randomly show a title from the collection ...
1
vote
2answers
1k views
Mapcall out in IOS5 with storyboard
I am working on an iphone app in IOS5 that user storyboards. I have created a storyboard that uses mapkit with annotation callouts. I was able to wire up push segues for buttons and table row ...
0
votes
1answer
81 views
How to avoid the default CallOutView to appear?
I'm trying to make a custom Callout view for AnnotationView. I had seen this answer.
And please see the other question
I'm able to load the custom view.
But How to avoid the default CallOutView to ...
0
votes
2answers
657 views
How to add a custom CalloutView loaded from nib file
I'm trying to make a custom Callout view for AnnotationView. I had seen this answer, and seems a good solution (it works). I'm trying to load a UIView from a nib file, and the UIView appears, but his ...
0
votes
2answers
854 views
local.xml for magento custom package isnt loading
Im having a problem with loading local.xml of my custom package and custom theme. Im trying to remove call outs like dog, poll etc...
My package name is "color" and my theme name is "red"
<?xml ...
3
votes
2answers
2k views
setting canShowCallOut = NO for current location annotation, iPhone
I am using custom call out (title and subtitle)for Current location icon. I tried following to disable default annotation but it does not work.
- (MKAnnotationView *) mapView:(MKMapView *)mapView ...
0
votes
1answer
1k views
Creating Custom Call out View with button on it
I am stuck with a map View problem for which I was surfing the internet from the last three days but still not find any appropiate solution.
My problem is When I click on my pin which is customized, ...
0
votes
0answers
175 views
MKAnnotationView, The pin is there, but there is no callout
I'm trying to get an MKMapView to show a pin with a callout bubble. I get the pin to display, but I just cant figure out how to display the callout.
I have a mapView property that I set up like this:
...
0
votes
1answer
363 views
Creating an Array of Annotations In Order To Make Different Callout Views On A Map
I'm working with a MapView and have 30 pin locations placed and everything's working great. I added a button in the callout with a rightCalloutAccessoryView. Here's the button code:
UIButton ...
1
vote
0answers
356 views
Standard Settings for UILabel in MKAnnotation Callout Bubble
I am showing customized Callout Bubbles with the help of this tutorial tutorial
If I show a custom Callout Bubble I add a view Labels into that bubble and I want them to look exactly like the ...
4
votes
2answers
762 views
Looking for an image tooltip jQuery plugin
I've been looking for a jQuery plugin that lets me have an image and mark certain areas on it where if you hover over it it'll show a tooltip with information about it. Let's say I have an image of a ...
2
votes
1answer
391 views
show html5 validation callout popup manually
I want to show html5 validation callout popup manually. I want to check if user enters wrong string pattern in text box then want to show validation callout same as we get by default in html5 when use ...
1
vote
2answers
1k views
Custom MKAnnotationView - How to capture touches and NOT dismiss the callout?
I have a custom MKAnnotationView subclass. It is showing the view exactly as I want it to. In that view, I have a button. I want to capture events on the button to perform an action. This works ...
0
votes
1answer
461 views
how to detect callout at MKannotationView?
As we know that annView(annotation view) has left and right CalloutAccessoryView, but why annotation view doesnt have a callout outlet? because I want to make a event that will be called if ...
0
votes
1answer
915 views
iOS-style callouts in Android Maps API?
I'm porting an iOS app to Android. The iOS app uses MapKit; the Android app uses corresponding Google Maps API. In the Android API I can't find any functionality analogous to iOS's callout bubble ...
0
votes
1answer
706 views
Custom callOut for A pin in a mkMapview of iphone!! … Data miss match for default call out and custom call out
I am trying for a custom callout for a pin dropped in a mapView .. I am able to do this by hiding the default callout of pinView and showing my custom call out there. ().. everything is working fine ...
2
votes
1answer
578 views
show map callout through code in iPhone
I have tried several things but am unable to solve it out.
I have 10 custom annotations on the map depending upon the area visible.
Now I have 2 buttons next and previous. Clicking on which the ...
1
vote
3answers
1k views
2 lines and buttons in one iPhone map callout
I'm fairly new to xcode and iPhone development and I'm wondering if it's possible to basically take your standard map callout with one line of text with a button at the far right, and double that ...
0
votes
1answer
616 views
how to make an event at MKmapview in callOut?
I have MKmapview with an annotation, then if I push or click a pin of annotation,it will show a CallOut such as title or subtitle. but I want to customize it and input an event, such as if I click a ...
4
votes
4answers
1k views
iphone - MKMapView callout doesn't show on iPhone 4 with iOS 4.1
I have a problem with MKMapView. I add annotations like that:
// set up new points
for(int i = 0; i < [_locations count]; i++) {
PPlace * place = [_locations objectAtIndex:i];
...
0
votes
1answer
618 views
Open a view when calloutAccessoryControlTapped triggered
How can I open a view when I clicked on annotation's button with a navigation button to go back to my mapkit and pass some parameters to the view?
Regards
0
votes
1answer
147 views
callouts above the pins
I'm making an app, using mapkit & making the callout's on my own, but I have a problem there.
I put a custom pin's image too, & the callout's bubble, appears behind the pins, & want to ...
2
votes
0answers
505 views
Callout AccessoryView on default user location pin
Is it possible to add a CalloutAccessoryView to the default pin (pulsing blue dot, with accuracy cirle) when showing the user location. In the code below you create your own pin and add the ...
2
votes
1answer
1k views
custom map annotation callout - how to control width
I've successfully implemented the custom map annotation callout code from the asynchrony blog post .
(When user taps a map pin, I show a customized image instead of the standard callout view).
The ...
0
votes
1answer
1k views
Custom Map Annotation Callout image
I'm able to set the MKPinAnnotationView with title, subtitle, an image on the left (leftCalloutAccessoryView) and a button on the right (rightCalloutAccessoryView).
With this code i set the image on ...
1
vote
2answers
2k views
iphone pinView.animatesdrop not working
Here is my code of - (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id )annotation method. The method is getting called but the pinView.animatesDrop = YES and ...

