Questions tagged [callouts]
107 questions
2
votes
1 answer
MKAnnotationView not displaying the title
I am setting the title for two MKAnnotationView using the following code:
-(MKAnnotationView *)mapView:(MKMapView *)mV viewForAnnotation:
(id )annotation
{
if(([annotation isKindOfClass:[Test_flag class]]))
{
MKAnnotationView…

Madhumitha
- 3,794
- 8
- 30
- 45
1
vote
1 answer
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 of pins on the map. Any ideas? Code looks…

Ryan Rife
- 169
- 2
- 14
1
vote
2 answers
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 selections using the Storyboard editor. I have…

aullman
- 23
- 3
1
vote
1 answer
Changing arrow parameters
Problem :
I want to make callouts on figures. I use package callouts, its great - but I want to have white shadow behind the arrow (to make them more visible). I also want the window with the number (for example 2.2) to be framed with black…

Anna S
- 13
- 3
1
vote
0 answers
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 standard ones.
So does anybody know the settings like…

BObereder
- 1,046
- 1
- 13
- 29
1
vote
0 answers
How can I hide tooltip with MapBoxGL.Callout manually in react native (react-native-mapbox-gl)?
I am now showing several markers on the mapview using MapBoxGL.PointAnnotation.
I added MapboxGL.Callout component to show tooltip when the marker is selected.

Dmitriy Bucaev
- 166
- 9
1
vote
0 answers
maps.API.Geocode - 'You have uncommitted work pending. Please commit or rollback before calling out'
I have problem using maps.API.Geocode in salesforce. The idea is to run a method via 'Process Builder', getting the longitude and latitude for a list of addresses. I assume that the callout may take a while, so I think I should use the @future…

Lucjan Żeligowski
- 11
- 1
1
vote
3 answers
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 within one callout. So it's one double-high callout…

Ryan
- 570
- 9
- 25
1
vote
1 answer
Salesforce: An APEX test class for a web service callout
I've been trying to figure out the test class for a web service callout. I have the four different classes. API_Member which has all the parameters with all the information and matching of the fields. I have a API_Response class and I've got an…

Amr.K94
- 11
- 1
- 4
1
vote
0 answers
disable text selection callout in ios
It was an old question, Disable text selection callouts in iOS, but maybe now it's possible. Anyone know how to hide the ios text selection callout or how to customize it?
Thank you in advance!

Trap
- 11
- 2
1
vote
2 answers
MKMarkerAnnotationView not showing callout
I am currently working on creating callouts for annotations I have added to my mapview via MapKit. The annotations work out well but currently callouts aren't being displayed even though I am using the right code to enable them (I believe).
HERE is…

syds
- 322
- 3
- 12
1
vote
2 answers
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 pinView.canShowCallout = YES is not working. Please help
-…

Droidme
- 1,223
- 6
- 25
- 45
1
vote
1 answer
Schedule/batch for large number of webservice callouts?
I'am new to Apex and I have to call a webservice for every account (for some thousands of accounts).
Usualy a single webservice request takes 500 to 5000 ms.
As far as I know schedulable and batchable classes are required for this task.
My idea was…

Samwise_71
- 11
- 4
1
vote
1 answer
Swift 2 Adding callouts to annotations
I'm having extreme difficulty having callouts added to my annotations. I've removed any attempt at adding the callout from the code below.
The annotations are added at the bottom of the updateVisiblePins function
import UIKit
import MapKit
import…

dbconfession
- 1,147
- 2
- 23
- 36
1
vote
2 answers
How can I append to a field on a form in a CRM Callout?
I can't find any information about this. I've got a CRM callout that fires from a form, and I need append to one of the fields; for example, the field might have something like "BH" in it, and I need the callout to do some calculations and alter the…

extarbags
- 247
- 4
- 12