ArcGIS Runtime SDK for iOS: AGSSelectionProperties Class Reference
ArcGIS Runtime SDK for iOS  100.9
AGSSelectionProperties Class Reference

Description

Selection properties of an AGSGeoView.

Instances of this class specify how to visually differentiate content in an AGSMapView or AGSSceneView that has been selected.

See also
- selectGraphics: (AGSGraphicsOverlay) to select content in a graphics overlay
- selectFeatures: (AGSFeatureLayer) to select content in a feature layer
Since
100.4
Inheritance diagram for AGSSelectionProperties:
AGSObject

Instance Methods

(instancetype) - initWithColor:
 

Class Methods

(instancetype) + selectionProperties
 
(instancetype) + selectionPropertiesWithColor:
 

Properties

AGSColor * color
 

Method Documentation

§ initWithColor:()

- (instancetype) initWithColor: (AGSColor *)  color

Initialize the selection properties with the specified color

Parameters
colorto use for displaying selected content
Returns
initialized selection properties
Since
100.4

§ selectionProperties()

+ (instancetype) selectionProperties

Initialize an instance of selection properties

Returns
an instance of selection properties
Since
100.4

§ selectionPropertiesWithColor:()

+ (instancetype) selectionPropertiesWithColor: (AGSColor *)  color

Initialize the selection properties with the specified color

Parameters
colorto use for displaying selected content
Returns
initialized selection properties
Since
100.4

Property Documentation

§ color

- (AGSColor*) color
readwritenonatomicstrong

The color to use for drawing a halo around selected content. Defaults to cyan color.

Since
100.4