ArcGIS Runtime SDK for iOS: AGSSelectionProperties Class Reference
ArcGIS Runtime SDK for iOS  100.15
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

AGSColorcolor
 

Method Documentation

◆ initWithColor:

- (instancetype) initWithColor: (AGSColor *)  color

Creates a selection properties object with the specified color.

Parameters
colorto use for displaying selected content.
Since
100.4

◆ selectionProperties

+ (instancetype) selectionProperties

Creates a selection properties object.

Returns
A new selection properties.
Since
100.4

◆ selectionPropertiesWithColor:

+ (instancetype) selectionPropertiesWithColor: (AGSColor *)  color

Creates a selection properties object with the specified color.

Parameters
colorto use for displaying selected content.
Returns
New 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