Select to view content in your preferred language

Callout window position

2695
0
06-03-2016 02:17 AM
ozcandurak
Deactivated User

Hi,

in android i can use this method to keep the callout window as much as possible within the MapView when panning or zooming.

FeatureCallOut = this.mapView.getCallout();
featureCallOut.setContent(calloutView);

CalloutStyle style = featureCallOut.getStyle();
style.setAnchor(Callout.ANCHOR_POSITION_FLOATING);

Is there any equivalent to use for IOS - Swift ? i couldn't find in the API Guide.

Callout |  ArcGIS Android 10.2.8 API

Regards

Tags (3)
0 Kudos
0 Replies