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
§ initWithColor:()
| - (instancetype) initWithColor: |
|
(AGSColor *) |
color |
|
Initialize the selection properties with the specified color
- Parameters
-
| color | to 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
-
| color | to use for displaying selected content |
- Returns
- initialized selection properties
- Since
- 100.4
§ color
The color to use for drawing a halo around selected content. Defaults to cyan color.
- Since
- 100.4